org.jgraph.layout
Class CircleGraphLayout
java.lang.Object
org.jgraph.layout.JGraphLayoutAlgorithm
org.jgraph.layout.CircleGraphLayout
- public class CircleGraphLayout
- extends JGraphLayoutAlgorithm
Method Summary |
void |
run(JGraph graph,
Object[] dynamic_cells,
Object[] static_cells)
Executes the layout algorithm specifying which cells are to remain
in place after the layout is applied. |
String |
toString()
Returns the name of this algorithm in human
readable form. |
Methods inherited from class org.jgraph.layout.JGraphLayoutAlgorithm |
applyLayout, applyLayout, createDialog, createDialog, createSettings, getHint, getMaximumProgress, getProgress, isAllowedToRun, populateDialog, run, setAllowedToRun, setMaximumProgress, setProgress |
CircleGraphLayout
public CircleGraphLayout()
toString
public String toString()
- Returns the name of this algorithm in human
readable form.
run
public void run(JGraph graph,
Object[] dynamic_cells,
Object[] static_cells)
- Description copied from class:
JGraphLayoutAlgorithm
- Executes the layout algorithm specifying which cells are to remain
in place after the layout is applied.
- Specified by:
run
in class JGraphLayoutAlgorithm
- Parameters:
graph
- JGraph to be altered by layoutdynamic_cells
- Cells that are to be moved by the layoutstatic_cells
- Cells that are not to be moved, but allowed for by the layout
Copyright (C) 2003-2005 Gaudenz Alder. All rights reserved.