public static class EdgeShape.CubicCurve extends AbstractEdgeShapeFunction implements EdgeShape.ParallelRendering
| Modifier and Type | Field and Description |
|---|---|
protected ParallelEdgeIndexFunction |
parallelEdgeIndexFunction |
control_offset_increment| Constructor and Description |
|---|
EdgeShape.CubicCurve() |
| Modifier and Type | Method and Description |
|---|---|
java.awt.Shape |
getShape(Edge e)
Get the shape for this edge, returning either the
shared instance or, in the case of self-loop edges, the
Loop shared instance.
|
void |
setParallelEdgeIndexFunction(ParallelEdgeIndexFunction parallelEdgeIndexFunction) |
setControlOffsetIncrementprotected ParallelEdgeIndexFunction parallelEdgeIndexFunction
public void setParallelEdgeIndexFunction(ParallelEdgeIndexFunction parallelEdgeIndexFunction)
setParallelEdgeIndexFunction in interface EdgeShape.ParallelRenderingpublic java.awt.Shape getShape(Edge e)
getShape in interface EdgeShapeFunction