public class ProMLoopRouting
extends org.jgraph.graph.DefaultEdge.DefaultRouting
Modifier and Type | Field and Description |
---|---|
static ProMLoopRouting |
ROUTER |
Constructor and Description |
---|
ProMLoopRouting() |
Modifier and Type | Method and Description |
---|---|
java.util.List<?> |
route(org.jgraph.graph.GraphLayoutCache cache,
org.jgraph.graph.EdgeView edge)
Returns the points to be used for the edge.
|
public static ProMLoopRouting ROUTER
public java.util.List<?> route(org.jgraph.graph.GraphLayoutCache cache, org.jgraph.graph.EdgeView edge)
org.jgraph.graph.Edge.Routing
route
in interface org.jgraph.graph.Edge.Routing
route
in class org.jgraph.graph.DefaultEdge.LoopRouting
cache
- TODOedge
- The edge view to route the points for.