public static class EdgeShape.QuadCurve extends AbstractEdgeShapeFunction implements EdgeShape.ParallelRendering
Modifier and Type | Field and Description |
---|---|
protected ParallelEdgeIndexFunction |
parallelEdgeIndexFunction |
control_offset_increment
Constructor and Description |
---|
EdgeShape.QuadCurve() |
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) |
setControlOffsetIncrement
protected ParallelEdgeIndexFunction parallelEdgeIndexFunction
public void setParallelEdgeIndexFunction(ParallelEdgeIndexFunction parallelEdgeIndexFunction)
setParallelEdgeIndexFunction
in interface EdgeShape.ParallelRendering
public java.awt.Shape getShape(Edge e)
getShape
in interface EdgeShapeFunction