![]() |
GrammarScope
4.0.0
|
Public Member Functions | |
Bracket () | |
Shape | toShape (final double controlY, final boolean isBackwards) |
![]() | |
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 final Ellipse2D | loop = new Ellipse2D.Float() |
static float | yOffsetIncrement = 20.f |
static float | yOffsetBase = 10.f |
Additional Inherited Members | |
![]() | |
static float | getYOffsetIncrement () |
static void | setYOffsetIncrement (final float yOffsetIncrement) |
static float | getYOffsetBase () |
static void | setYOffsetBase (final float yOffsetBase) |
![]() | |
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 |