![]() |
GrammarScope
4.0.0
|
Public Member Functions | |
QuadCurve () | |
Shape | toShape (final double controlY, final boolean isBackwards) |
Point2D | getValueAt (final double t, final Shape shape) |
![]() | |
AbstractEdgeShapeTransformerWithIndex () | |
EdgeIndexFunction< V, E > | getEdgeIndexFunction () |
void | setEdgeIndexFunction (final EdgeIndexFunction< V, E > function) |
Shape | transform (final Context< Graph< V, E >, E > context) |
Shape | toShape () |
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 |
![]() | |
static final Ellipse2D | loop = new Ellipse2D.Float() |
static float | yOffsetIncrement = 20.f |
static float | yOffsetBase = 10.f |
grammarscope.jung2.edge.QuadCurve< V, E >.QuadCurve | ( | ) |
Construct
Point2D grammarscope.jung2.edge.QuadCurve< V, E >.getValueAt | ( | final double | t, |
final Shape | shape | ||
) |
Function
t | function input in [0,1] range |
shape | shape instance |
Implements grammarscope.jung2.edge.HasFunction.
Shape grammarscope.jung2.edge.QuadCurve< 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 >.