org.jgraph.graph
public static interface Edge.Routing extends Serializable
| Field Summary | |
|---|---|
| static int | NO_PREFERENCE |
| Method Summary | |
|---|---|
| int | getPreferredLineStyle(EdgeView edge)
Returns the preferred line style for this routing. |
| List | route(GraphLayoutCache cache, EdgeView edge)
Returns the points to be used for the edge. |
Parameters: cache TODO edge The edge view to route the points for.