![]() |
GrammarScope
4.0.0
|
Public Member Functions | |
CubicCurve0 () | |
Shape | transform (final Context< Graph< V, E >, E > context) |
void | setEdgeIndexFunction (final EdgeIndexFunction< V, E > parallelEdgeIndexFunction) |
EdgeIndexFunction< V, E > | getEdgeIndexFunction () |
Shape | toShape () |
Protected Attributes | |
final Loop< V, E > | loop = new Loop<>() |
EdgeIndexFunction< V, E > | parallelEdgeIndexFunction |
Package Functions | |
abstract Point2D.Float | getControlFactor1 () |
abstract Point2D.Float | getControlFactor2 () |
Private Member Functions | |
Shape | toShape (final float controlY) |
grammarscope.jung2.edge.CubicCurve0< V, E >.CubicCurve0 | ( | ) |
Construct
|
abstractpackage |
|
abstractpackage |
EdgeIndexFunction<V, E> grammarscope.jung2.edge.CubicCurve0< V, E >.getEdgeIndexFunction | ( | ) |
void grammarscope.jung2.edge.CubicCurve0< V, E >.setEdgeIndexFunction | ( | final EdgeIndexFunction< V, E > | parallelEdgeIndexFunction | ) |
Shape grammarscope.jung2.edge.CubicCurve0< V, E >.toShape | ( | ) |
|
private |
Shape template
controlY | controlY |
Shape grammarscope.jung2.edge.CubicCurve0< V, E >.transform | ( | final Context< Graph< V, E >, E > | context | ) |
Get the shape for this edge, returning either the shared instance or, in the case of self-loop edges, the Loop shared instance.
|
protected |
Shape for self-loop edges
|
protected |
Edge index function