| |
|
| com.jgraph.pad.util.JGraphpadParallelSplineRouter
JGraphpadParallelSplineRouter | public class JGraphpadParallelSplineRouter extends DefaultEdge.LoopRouting (Code) | | |
edgeSeparation | public double edgeSeparation(Code) | | The distance between the control point and the middle line. A larger
number will lead to a more "bubbly" appearance of the bezier edges.
|
emptyModel | protected static GraphModel emptyModel(Code) | | |
getEdgeSeparation | public double getEdgeSeparation()(Code) | | Returns the edgeSeparation. |
getEdgeStyle | public int getEdgeStyle()(Code) | | |
getParallelEdges | public Object[] getParallelEdges(EdgeView edge)(Code) | | Returns the array of parallel edges.
Parameters: edge - |
routeEdge | public List routeEdge(EdgeView edge)(Code) | | |
setEdgeSeparation | public void setEdgeSeparation(double edgeSeparation)(Code) | | Parameters: edgeSeparation - The edgeSeparation to set. |
|
|
|