![]() |
GrammarScope
4.0.0
|
Public Member Functions | |
AbstractEdgeShapeTransformerWithOffset () | |
float | getXOffsetIncrement () |
EdgeOffsetFunctions< V, E > | getEdgeOffsetFunctions () |
void | setEdgeOffsetFunctions (final EdgeOffsetFunctions< V, E > 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 void | setXOffsetIncrement (final float xOffsetIncrement) |
![]() | |
static float | getYOffsetIncrement () |
static void | setYOffsetIncrement (final float yOffsetIncrement) |
static float | getYOffsetBase () |
static void | setYOffsetBase (final float yOffsetBase) |
Protected Attributes | |
EdgeOffsetFunctions< V, E > | offsetFunctions |
![]() | |
EdgeIndexFunction< V, E > | indexFunction |
Static Protected Attributes | |
static float | xOffsetIncrement = 8.f |
![]() | |
static final Ellipse2D | loop = new Ellipse2D.Float() |
static float | yOffsetIncrement = 20.f |
static float | yOffsetBase = 10.f |
Additional Inherited Members | |
![]() | |
abstract Shape | toShape (double controlY, boolean isBackwards) |
grammarscope.jung2.edge.AbstractEdgeShapeTransformerWithOffset< V, E >.AbstractEdgeShapeTransformerWithOffset | ( | ) |
Construct
EdgeOffsetFunctions<V, E> grammarscope.jung2.edge.AbstractEdgeShapeTransformerWithOffset< V, E >.getEdgeOffsetFunctions | ( | ) |
Get edge offset function
Implements grammarscope.jung2.EdgeOffsetFunctions< V, E >.HasEdgeOffsetFunctions< V, E >.
float grammarscope.jung2.edge.AbstractEdgeShapeTransformerWithOffset< V, E >.getXOffsetIncrement | ( | ) |
Get x offset increment
Implements grammarscope.jung2.EdgeOffsetFunctions< V, E >.HasEdgeOffsetFunctions< V, E >.
void grammarscope.jung2.edge.AbstractEdgeShapeTransformerWithOffset< V, E >.setEdgeOffsetFunctions | ( | final EdgeOffsetFunctions< V, E > | functions | ) |
Set edge offset functions
functions | edge offset functions |
Implements grammarscope.jung2.EdgeOffsetFunctions< V, E >.HasEdgeOffsetFunctions< V, E >.
|
static |
|
protected |
|
staticprotected |