public static class EdgeShape.Loop extends AbstractEdgeShapeFunction implements EdgeShape.ParallelRendering
| Modifier and Type | Field and Description |
|---|---|
protected ParallelEdgeIndexFunction |
parallelEdgeIndexFunction |
control_offset_increment| Constructor and Description |
|---|
EdgeShape.Loop() |
| Modifier and Type | Method and Description |
|---|---|
java.awt.Shape |
getShape(Edge e)
Get the shape for this edge, modifying the diameter in the
case of parallel edges, so they do not overlap
|
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