|
|||||||||
| Home >> All >> com >> jgraph >> [ layout overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.jgraph.layout
Interface LayoutAlgorithm

- All Known Implementing Classes:
- SpringEmbeddedLayoutAlgorithm, SugiyamaLayoutAlgorithm
- public interface LayoutAlgorithm
Represents an Algorithm that is applied to a graph.
It is supposed to arrange the nodes in some usefull way.
- Since:
- 1.2.2
- Version:
- 1.0 init
| Method Summary | |
void |
perform(JGraph jgraph,
boolean applyToAll,
java.util.Properties configuration)
Called when the Algorithm shall start its work. |
| Method Detail |
perform
public void perform(JGraph jgraph,
boolean applyToAll,
java.util.Properties configuration)
- Called when the Algorithm shall start its work.
|
|||||||||
| Home >> All >> com >> jgraph >> [ layout overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC