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[] cells,
int step)
Executes the layout algorithm. |
String |
toString()
Returns the name of this algorithm in human
readable form. |
Methods inherited from class org.jgraph.layout.JGraphLayoutAlgorithm |
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.
- Overrides:
toString
in class Object
run
public void run(JGraph graph,
Object[] cells,
int step)
- Description copied from class:
JGraphLayoutAlgorithm
- Executes the layout algorithm.
- Specified by:
run
in class JGraphLayoutAlgorithm
Copyright (C) 2003-2004 Gaudenz Alder. All rights reserved.