Uses of Class
com.graphbuilder.curve.Curve
Packages that use Curve
-
Uses of Curve in com.graphbuilder.curve
Subclasses of Curve in com.graphbuilder.curveModifier and TypeClassDescriptionclassGeneral n-point Bezier curve implementation.classGeneral non-rational B-Spline implementation where the degree can be specified.classThe Cardinal-spline passes through the points in the control-path specified by the group-iterator.classThe CatmullRomSpline is equal to the CardinalSpline with the value of alpha fixed at 0.5.classThe cubic B-spline is defined by third order polynomial basis functions.classThe Lagrange curve passes through the control-points specified by the group-iterator.classThe natural-cubic-spline is constructed using piecewise third order polynomials which pass through all the control-points specified by the group-iterator.classGeneral implementation of the Non-Uniform Rational B-spline or NURB-Spline.classCurves that extend the ParametricCurve class are continuous and can use the BinaryCurveApproximationAlgorithm class to generate a sequence of points that approximate the curve.classA polyline is a sequence of connected line segments based on the control-path points specified by the group-iterator.Methods in com.graphbuilder.curve that return CurveModifier and TypeMethodDescriptionControlPath.getCurve(int index) Returns the curve at the specified index.Sets a curve at the specified index in the curve array, returning the curve that was at that index.Methods in com.graphbuilder.curve with parameters of type CurveModifier and TypeMethodDescriptionvoidAdds a curve to the curve array at index location numCurves.voidControlPath.insertCurve(Curve c, int index) Inserts a curve at the specified index in the curve array.voidControlPath.removeCurve(Curve c) Removes the first occurrence of the specified curve from the curve array.Sets a curve at the specified index in the curve array, returning the curve that was at that index.