![]() |
GrammarScope
4.0.0
|


Public Member Functions | |
| Bracket () | |
| Shape | toShape (final double controlY, final boolean isBackwards) |
Public Member Functions inherited from grammarscope.jung2.edge.AbstractEdgeShapeTransformerWithIndex< V, E > | |
| AbstractEdgeShapeTransformerWithIndex () | |
| EdgeIndexFunction< V, E > | getEdgeIndexFunction () |
| void | setEdgeIndexFunction (final EdgeIndexFunction< V, E > function) |
| Shape | transform (final Context< Graph< V, E >, E > context) |
| Shape | toShape () |
Static Protected Attributes | |
| static final GeneralPath | instance = new GeneralPath() |
Static Protected Attributes inherited from grammarscope.jung2.edge.AbstractEdgeShapeTransformerWithIndex< V, E > | |
| static final Ellipse2D | loop = new Ellipse2D.Float() |
| static float | yOffsetIncrement = 20.f |
| static float | yOffsetBase = 10.f |
Additional Inherited Members | |
Static Public Member Functions inherited from grammarscope.jung2.edge.AbstractEdgeShapeTransformerWithIndex< V, E > | |
| static float | getYOffsetIncrement () |
| static void | setYOffsetIncrement (final float yOffsetIncrement) |
| static float | getYOffsetBase () |
| static void | setYOffsetBase (final float yOffsetBase) |
Protected Attributes inherited from grammarscope.jung2.edge.AbstractEdgeShapeTransformerWithIndex< V, E > | |
| EdgeIndexFunction< V, E > | indexFunction |
Angle bracket
| <V> | vertex |
| <E> | edge |
| grammarscope.jung2.edge.Bracket< V, E >.Bracket | ( | ) |
Construct
| Shape grammarscope.jung2.edge.Bracket< V, E >.toShape | ( | final double | controlY, |
| final boolean | isBackwards | ||
| ) |
Create shape
| controlY | Y control |
| isBackwards | whether edge is backwards |
Reimplemented from grammarscope.jung2.edge.AbstractEdgeShapeTransformerWithIndex< V, E >.
|
staticprotected |
1.8.17