|
Zest 1.5.0.201308190730 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IContainer
This interface describes all Zest components that are Containers. This is an internal interface and thus should not be used outside of Zest. Implementors of this interface must include the following two methods o addNode(GraphNode) o addNode(GraphContainer) These are not actually listed here because Java does not allow protected methods in interfaces.
Method Summary | |
---|---|
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. |
Method Detail |
---|
Graph getGraph()
int getItemType()
void applyLayout()
void setLayoutAlgorithm(LayoutAlgorithm algorithm, boolean applyLayout)
algorithm
- The layout algorithm to setapplyLayout
- java.util.List getNodes()
|
Zest 1.5.0.201308190730 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |