Package org.jgraph.graph
Interface Edge.Routing
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DefaultEdge.DefaultRouting
,DefaultEdge.LoopRouting
,ParallelEdgeRouter
- Enclosing interface:
- Edge
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionint
Returns the preferred line style for this routing.route
(GraphLayoutCache cache, EdgeView edge) Returns the points to be used for the edge.
-
Field Details
-
NO_PREFERENCE
static final int NO_PREFERENCE- See Also:
-
-
Method Details
-
route
Returns the points to be used for the edge.- Parameters:
cache
- TODOedge
- The edge view to route the points for.
-
getPreferredLineStyle
Returns the preferred line style for this routing. A return value ofNO_PREFERENCE
means no preference.
-