JGraph
v5.13.0.4


com.jgraph.layout.routing
Class JGraphParallelRouter

java.lang.Object
  extended by org.jgraph.graph.DefaultEdge.LoopRouting
      extended by org.jgraph.util.ParallelEdgeRouter
          extended by com.jgraph.layout.routing.JGraphParallelRouter
All Implemented Interfaces:
java.io.Serializable, Edge.Routing

public class JGraphParallelRouter
extends ParallelEdgeRouter

Algorithm which create intermediates points for parallel edges. Note that if you require promotes edge (edges assigned to parents when the connected child cells are invisible) to be shown as parallel on the parents, you must set the graph on this router correct so that it was the view information.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jgraph.util.ParallelEdgeRouter
sharedInstance
 
Fields inherited from interface org.jgraph.graph.Edge.Routing
NO_PREFERENCE
 
Constructor Summary
JGraphParallelRouter()
           
 
Method Summary
 
Methods inherited from class org.jgraph.util.ParallelEdgeRouter
getEdgeDeparture, getEdgeSeparation, getParallelEdges, getSharedInstance, routeEdge, setEdgeDeparture, setEdgeSeparation, setGraph
 
Methods inherited from class org.jgraph.graph.DefaultEdge.LoopRouting
getEdgeStyle, getLoopStyle, getPreferredLineStyle, route, routeLoop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JGraphParallelRouter

public JGraphParallelRouter()

JGraph
v5.13.0.4


Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.