com.mindfusion.diagramming.jlayout
Class SwimlaneLayout

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

public class SwimlaneLayout
extends java.lang.Object

Performs layered layout on a graph.


Constructor Summary
SwimlaneLayout()
          Initializes a new instance of the SwimlaneLayout class.
 
Method Summary
 boolean arrange(Graph graph, GraphBuilder builder, SwimlaneLayoutInfo 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

SwimlaneLayout

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

Method Detail

arrange

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