JGraphAddons
v1.0


org.jgraph.layout
Class CircleGraphLayout

java.lang.Object
  |
  +--org.jgraph.layout.JGraphLayoutAlgorithm
        |
        +--org.jgraph.layout.CircleGraphLayout

public class CircleGraphLayout
extends JGraphLayoutAlgorithm


Field Summary
 
Fields inherited from class org.jgraph.layout.JGraphLayoutAlgorithm
LAYOUT_ATTRIBUTES
 
Constructor Summary
CircleGraphLayout()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CircleGraphLayout

public CircleGraphLayout()
Method Detail

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

JGraphAddons
v1.0


Copyright (C) 2003-2004 Gaudenz Alder. All rights reserved.