V - vertexE - edgepublic class RoundedBracketWithOffset<V,E> extends AbstractEdgeShapeTransformerWithOffset<V,E>
| Modifier and Type | Field and Description |
|---|---|
protected static java.awt.geom.GeneralPath |
instance |
private static float |
X_RADIUS |
private static float |
Y_RADIUS |
offsetFunctions, xOffsetIncrementindexFunction, loop, yOffsetBase, yOffsetIncrement| Constructor and Description |
|---|
RoundedBracketWithOffset()
Construct
|
| Modifier and Type | Method and Description |
|---|---|
java.awt.Shape |
toShape()
Shape view
|
java.awt.Shape |
toShape(double controlY,
boolean isBackwards)
Create shape
|
getEdgeOffsetFunctions, getXOffsetIncrement, setEdgeOffsetFunctions, setXOffsetIncrementgetEdgeIndexFunction, getYOffsetBase, getYOffsetIncrement, setEdgeIndexFunction, setYOffsetBase, setYOffsetIncrement, transformprotected static final java.awt.geom.GeneralPath instance
private static final float X_RADIUS
private static final float Y_RADIUS
public java.awt.Shape toShape(double controlY,
boolean isBackwards)
AbstractEdgeShapeTransformerWithIndextoShape in class AbstractEdgeShapeTransformerWithIndex<V,E>controlY - Y controlisBackwards - whether edge is backwardspublic java.awt.Shape toShape()
EdgeShapertoShape in interface EdgeShapertoShape in class AbstractEdgeShapeTransformerWithIndex<V,E>