|
JGraphLayout |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The class that defines a layout algorithm. This class enforces the following principles on the layouts:
Nested Class Summary | |
static interface |
JGraphLayout.Stoppable
An additional interface that should be implemented if a layout is expected to run longer. |
Field Summary | |
static String |
VERSION
Global static product identifier. |
Method Summary | |
void |
run(JGraphFacade graph)
Takes the graph detail and configuration information within the facade and creates the resulting laid out graph within that facade for further use |
Field Detail |
public static final String VERSION
Method Detail |
public void run(JGraphFacade graph)
graph
- The layout facade that the layout will use as input
|
JGraphLayout |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |