com.mindfusion.diagramming.jlayout
Class OrthogonalLayout

java.lang.Object
  extended by com.mindfusion.diagramming.jlayout.OrthogonalLayout

public class OrthogonalLayout
extends java.lang.Object


Constructor Summary
OrthogonalLayout()
          Initializes a new instance of the OrthogonalLayout class.
 
Method Summary
 boolean arrange(Graph graph, OrthogonalLayoutInfo info)
          Applies the layout to the specified graph using the specified settings.
 boolean arrange(Graph igraph, OrthogonalLayoutInfo info, LayoutProgress progress)
          Applies the layout to the specified graph using the specified settings and progress callback delegate.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrthogonalLayout

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

Method Detail

arrange

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


arrange

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