|
JGraph
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JGraphLayout
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 java.lang.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 |
---|
static final java.lang.String VERSION
Method Detail |
---|
void run(JGraphFacade graph)
graph
- The layout facade that the layout will use as input
|
JGraph
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |