Package | Description |
---|---|
com.graphbuilder.curve |
Modifier and Type | Class and Description |
---|---|
class |
ShapeMultiPath
The ShapeMultiPath is-a MultiPath and implements the java.awt.Shape interface.
|
Modifier and Type | Method and Description |
---|---|
void |
Polyline.appendTo(MultiPath mp) |
abstract void |
Curve.appendTo(MultiPath mp)
Appends a sequence of points defined by this curve to the multi-path.
|
void |
CubicBSpline.appendTo(MultiPath mp)
The requirements for this curve are the group-iterator must be in-range and have a group size of at least 4.
|
void |
BezierCurve.appendTo(MultiPath mp)
The only requirement for this curve is the group-iterator must be in range or this method returns quietly.
|
void |
NaturalCubicSpline.appendTo(MultiPath mp)
The requirements for this curve are the group-iterator must be in-range and have a group size of at least 2.
|
void |
CardinalSpline.appendTo(MultiPath mp)
The requirements for this curve are the group-iterator must be in-range and have a group size of at least 4.
|
void |
BSpline.appendTo(MultiPath mp)
There are two types of requirements for this curve, common requirements and requirements that depend on the
knotVectorType.
|
void |
NURBSpline.appendTo(MultiPath mp)
The requirements of the appendTo method include the requirements of the BSpline appendTo method, plus
a couple more.
|
void |
CatmullRomSpline.appendTo(MultiPath mp)
The requirements for this curve are the group-iterator must be in-range and have a group size of at least 4.
|
void |
LagrangeCurve.appendTo(MultiPath mp)
For the control-points to be interpolated in order, the knot-vector values should be strictly
increasing, however that is not required.
|
static void |
BinaryCurveApproximationAlgorithm.genPts(ParametricCurve pc,
double t_min,
double t_max,
MultiPath mp)
Appends a sequence of points to the multi-path using the lineTo method exclusively.
|
Copyright © 2016. All rights reserved.