org.jgraph.graph
Interface Edge.Routing
- Serializable
- DefaultEdge.DefaultRouting, DefaultEdge.LoopRouting, ParallelEdgeRouter
public static interface Edge.Routing
extends Serializable
NO_PREFERENCE
public static final int NO_PREFERENCE
getPreferredLineStyle
public int getPreferredLineStyle(EdgeView edge)
Returns the preferred line style for this routing. A return value of
NO_PREFERENCE
means no preference.
route
public List route(GraphLayoutCache cache,
EdgeView edge)
Returns the points to be used for the edge.
cache
- TODOedge
- The edge view to route the points for.
Copyright (C) 2001-2006 Gaudenz Alder. All rights reserved.