com.mindfusion.diagramming.jlayout
Class CircularLayout

java.lang.Object
  extended by com.mindfusion.diagramming.jlayout.Layout
      extended by com.mindfusion.diagramming.jlayout.CircularLayout

public class CircularLayout
extends Layout


Constructor Summary
CircularLayout()
          Initializes a new instance of the CircularLayout class.
 
Method Summary
 boolean Arrange(Graph graph, CircularLayoutInfo info)
          Applies the layout to the specified graph using the specified settings.
 boolean Arrange(Graph igraph, CircularLayoutInfo info, LayoutProgress progress)
          Applies the layout to the specified graph using the specified settings and progress callback delegate.
 
Methods inherited from class com.mindfusion.diagramming.jlayout.Layout
GraphFromIGraph
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CircularLayout

public CircularLayout()
Initializes a new instance of the CircularLayout class.

Method Detail

Arrange

public boolean Arrange(Graph graph,
                       CircularLayoutInfo info)
Applies the layout to the specified graph using the specified settings.


Arrange

public boolean Arrange(Graph igraph,
                       CircularLayoutInfo info,
                       LayoutProgress progress)
Applies the layout to the specified graph using the specified settings and progress callback delegate.