public static interface Edge.Routing extends Serializable
Modifier and Type | Field and Description |
---|---|
static int |
NO_PREFERENCE |
Modifier and Type | Method and Description |
---|---|
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.
|
static final int NO_PREFERENCE
List route(GraphLayoutCache cache, EdgeView edge)
cache
- TODOedge
- The edge view to route the points for.int getPreferredLineStyle(EdgeView edge)
NO_PREFERENCE
means no preference.Copyright (C) 2001-2006 Gaudenz Alder. All rights reserved.