Class JGraphParallelRouter
java.lang.Object
org.jgraph.graph.DefaultEdge.LoopRouting
org.jgraph.util.ParallelEdgeRouter
com.jgraph.layout.routing.JGraphParallelRouter
- All Implemented Interfaces:
Serializable, Edge.Routing
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:
-
Field Summary
Fields inherited from class ParallelEdgeRouter
sharedInstanceFields inherited from interface Edge.Routing
NO_PREFERENCE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ParallelEdgeRouter
getEdgeDeparture, getEdgeSeparation, getParallelEdges, getSharedInstance, routeEdge, setEdgeDeparture, setEdgeSeparation, setGraphMethods inherited from class DefaultEdge.LoopRouting
getEdgeStyle, getLoopStyle, getPreferredLineStyle, route, routeLoop
-
Constructor Details
-
JGraphParallelRouter
public JGraphParallelRouter()
-