![]() |
GrammarScope
4.0.0
|


Public Member Functions | |
| AbstractEdgeShapeTransformerWithIndex () | |
| EdgeIndexFunction< V, E > | getEdgeIndexFunction () |
| void | setEdgeIndexFunction (final EdgeIndexFunction< V, E > function) |
| Shape | transform (final Context< Graph< V, E >, E > context) |
| Shape | toShape () |
Static Public Member Functions | |
| static float | getYOffsetIncrement () |
| static void | setYOffsetIncrement (final float yOffsetIncrement) |
| static float | getYOffsetBase () |
| static void | setYOffsetBase (final float yOffsetBase) |
Protected Attributes | |
| EdgeIndexFunction< V, E > | indexFunction |
Static Protected Attributes | |
| static final Ellipse2D | loop = new Ellipse2D.Float() |
| static float | yOffsetIncrement = 20.f |
| static float | yOffsetBase = 10.f |
Package Functions | |
| abstract Shape | toShape (double controlY, boolean isBackwards) |
| grammarscope.jung2.edge.AbstractEdgeShapeTransformerWithIndex< V, E >.AbstractEdgeShapeTransformerWithIndex | ( | ) |
Construct
| EdgeIndexFunction<V, E> grammarscope.jung2.edge.AbstractEdgeShapeTransformerWithIndex< V, E >.getEdgeIndexFunction | ( | ) |
|
static |
|
static |
| void grammarscope.jung2.edge.AbstractEdgeShapeTransformerWithIndex< V, E >.setEdgeIndexFunction | ( | final EdgeIndexFunction< V, E > | function | ) |
|
static |
|
static |
| Shape grammarscope.jung2.edge.AbstractEdgeShapeTransformerWithIndex< V, E >.toShape | ( | ) |
Shape view
Implements grammarscope.jung2.edge.EdgeShaper.
Reimplemented in grammarscope.jung2.edge.RoundedBracketWithOffset< V, E >, grammarscope.jung2.edge.BracketWithOffset< V, E >, grammarscope.jung2.edge.DoubleCubicCurve< V, E >, grammarscope.jung2.edge.DoubleCubicCurveWithOffset< V, E >, and grammarscope.jung2.edge.CubicCurveWithOffset< V, E >.
|
abstractpackage |
Create shape
| controlY | Y control |
| isBackwards | whether edge is backwards |
Reimplemented in grammarscope.jung2.edge.RoundedBracketWithOffset< V, E >, grammarscope.jung2.edge.Bracket< V, E >, grammarscope.jung2.edge.BracketWithOffset< V, E >, grammarscope.jung2.edge.CubicCurve< V, E >, grammarscope.jung2.edge.QuadCurve< V, E >, grammarscope.jung2.edge.DoubleCubicCurve< V, E >, grammarscope.jung2.edge.DoubleCubicCurveWithOffset< V, E >, and grammarscope.jung2.edge.CubicCurveWithOffset< V, E >.
| Shape grammarscope.jung2.edge.AbstractEdgeShapeTransformerWithIndex< V, E >.transform | ( | final Context< Graph< V, E >, E > | context | ) |
|
protected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
1.8.17