public interface IContainer
Modifier and Type | Method and Description |
---|---|
void |
applyLayout()
Re-applies the current layout algorithm
|
Graph |
getGraph() |
int |
getItemType() |
java.util.List |
getNodes() |
void |
setLayoutAlgorithm(LayoutAlgorithm algorithm,
boolean applyLayout)
Sets the LayoutAlgorithm for this container and optionally applies it.
|
Graph getGraph()
int getItemType()
void applyLayout()
void setLayoutAlgorithm(LayoutAlgorithm algorithm, boolean applyLayout)
algorithm
- The layout algorithm to setapplyLayout
- java.util.List getNodes()
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.