|
JGraph
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jgraph.graph.DefaultEdge.LoopRouting
org.jgraph.util.ParallelEdgeRouter
com.jgraph.layout.routing.JGraphParallelRouter
public class JGraphParallelRouter
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.
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 |
---|
public JGraphParallelRouter()
|
JGraph
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |