Package | Description |
---|---|
lavesdk.algorithm.plugin.views | |
lavesdk.algorithm.plugin.views.renderers | |
lavesdk.graphics |
Modifier and Type | Method and Description |
---|---|
CatmullRomSpline |
GraphView.VisualEdge.getSpline()
Gets the spline of the edge that represents the edge visually.
|
Modifier and Type | Field and Description |
---|---|
protected CatmullRomSpline |
DefaultEdgeRenderer.spline
the spline
|
Modifier and Type | Method and Description |
---|---|
void |
EdgeRenderer.setSpline(CatmullRomSpline s)
Sets the spline that represents the edge visually.
|
void |
DefaultEdgeRenderer.setSpline(CatmullRomSpline s) |
Modifier and Type | Method and Description |
---|---|
CatmullRomSpline |
SplineIntersectionPoint.getSpline1()
Gets the first spline that is part of the intersection.
|
CatmullRomSpline |
SplineIntersectionPoint.getSpline2()
Gets the second spline that is part of the intersection.
|
Modifier and Type | Method and Description |
---|---|
SplineIntersectionPoint |
CatmullRomSpline.intersect(CatmullRomSpline spline)
Checks if this spline and the specified one intersect.
|
java.util.List<SplineIntersectionPoint> |
CatmullRomSpline.intersectMulti(CatmullRomSpline spline)
Checks whether this spline intersects the specified one multiple times.
|
Constructor and Description |
---|
SplineIntersectionPoint(CatmullRomSpline spline1,
CatmullRomSpline spline2,
int x,
int y,
int segIndexSpline1,
int segIndexSpline2)
Creates a new intersection point.
|