![]() |
GrammarScope
4.0.0
|
Public Member Functions | |
CubicCurveWithOffset () | |
Shape | toShape (final double controlY, final boolean isBackwards) |
Shape | toShape () |
Point2D | getValueAt (final double t, final Shape shape) |
![]() | |
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) |
Point2D grammarscope.jung2.edge.CubicCurveWithOffset< 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.CubicCurveWithOffset< V, E >.toShape | ( | ) |
Shape view
Reimplemented from grammarscope.jung2.edge.AbstractEdgeShapeTransformerWithIndex< V, E >.
Shape grammarscope.jung2.edge.CubicCurveWithOffset< 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 >.