com.mindfusion.diagramming.jlayout
Class OrthogonalRouter

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

public class OrthogonalRouter
extends java.lang.Object


Constructor Summary
OrthogonalRouter()
           
 
Method Summary
 boolean arrange(Graph fGraph, OrthogonalRouterInfo layoutInfo, int baseLayout, boolean fixStartpts)
           
 boolean arrange(Graph fGraph, OrthogonalRouterInfo layoutInfo, int baseLayout, boolean fixStartpts, RoutingOptions routingOptions, ProcessLink processLink)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrthogonalRouter

public OrthogonalRouter()
Method Detail

arrange

public boolean arrange(Graph fGraph,
                       OrthogonalRouterInfo layoutInfo,
                       int baseLayout,
                       boolean fixStartpts)

arrange

public boolean arrange(Graph fGraph,
                       OrthogonalRouterInfo layoutInfo,
                       int baseLayout,
                       boolean fixStartpts,
                       RoutingOptions routingOptions,
                       ProcessLink processLink)