com.mindfusion.diagramming.jlayout
Class OneWayLayout

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

public class OneWayLayout
extends java.lang.Object

Performs one-way layout on a graph.


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

Constructor Detail

OneWayLayout

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

Method Detail

arrange

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