Uses of Class
com.graphbuilder.curve.MultiPath
Packages that use MultiPath
-
Uses of MultiPath in com.graphbuilder.curve
Subclasses of MultiPath in com.graphbuilder.curveModifier and TypeClassDescriptionclassThe ShapeMultiPath is-a MultiPath and implements the java.awt.Shape interface.Methods in com.graphbuilder.curve with parameters of type MultiPathModifier and TypeMethodDescriptionvoidThe only requirement for this curve is the group-iterator must be in range or this method returns quietly.voidThere are two types of requirements for this curve, common requirements and requirements that depend on the knotVectorType.voidThe requirements for this curve are the group-iterator must be in-range and have a group size of at least 4.voidThe requirements for this curve are the group-iterator must be in-range and have a group size of at least 4.voidThe requirements for this curve are the group-iterator must be in-range and have a group size of at least 4.abstract voidAppends a sequence of points defined by this curve to the multi-path.voidFor the control-points to be interpolated in order, the knot-vector values should be strictly increasing, however that is not required.voidThe requirements for this curve are the group-iterator must be in-range and have a group size of at least 2.voidThe requirements of the appendTo method include the requirements of the BSpline appendTo method, plus a couple more.voidstatic voidBinaryCurveApproximationAlgorithm.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.