V - vertexE - edgepublic class BracketWithOffset<V,E> extends AbstractEdgeShapeTransformerWithOffset<V,E>
| Modifier and Type | Field and Description |
|---|---|
protected static java.awt.geom.GeneralPath |
instance |
offsetFunctions, xOffsetIncrementindexFunction, loop, yOffsetBase, yOffsetIncrement| Constructor and Description |
|---|
BracketWithOffset()
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, transformpublic 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>