org.jgraph.graph

Class DefaultEdge.LoopRouting

public static class DefaultEdge.LoopRouting extends Object implements Edge.Routing

Method Summary
protected intgetEdgeStyle()
protected intgetLoopStyle()
intgetPreferredLineStyle(EdgeView edge)
Listroute(GraphLayoutCache cache, EdgeView edge)
protected ListrouteEdge(GraphLayoutCache cache, EdgeView edge)
protected ListrouteLoop(GraphLayoutCache cache, EdgeView edge)

Method Detail

getEdgeStyle

protected int getEdgeStyle()

getLoopStyle

protected int getLoopStyle()

getPreferredLineStyle

public int getPreferredLineStyle(EdgeView edge)

route

public List route(GraphLayoutCache cache, EdgeView edge)

routeEdge

protected List routeEdge(GraphLayoutCache cache, EdgeView edge)

routeLoop

protected List routeLoop(GraphLayoutCache cache, EdgeView edge)
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.