Uses of Class
com.graphbuilder.curve.GroupIterator
Packages that use GroupIterator
-
Uses of GroupIterator in com.graphbuilder.curve
Fields in com.graphbuilder.curve declared as GroupIteratorMethods in com.graphbuilder.curve that return GroupIteratorModifier and TypeMethodDescriptionCurve.getGroupIterator()Returns the group-iterator associated with this curve.Methods in com.graphbuilder.curve with parameters of type GroupIteratorModifier and TypeMethodDescriptionvoidCurve.setGroupIterator(GroupIterator gi) Sets the group-iterator this curve uses to define itself.Constructors in com.graphbuilder.curve with parameters of type GroupIteratorModifierConstructorDescriptionBezierCurve(ControlPath cp, GroupIterator gi) BSpline(ControlPath cp, GroupIterator gi) CardinalSpline(ControlPath cp, GroupIterator gi) CatmullRomSpline(ControlPath cp, GroupIterator gi) CubicBSpline(ControlPath cp, GroupIterator gi) Curve(ControlPath cp, GroupIterator gi) Constructs a curve with the specified control-path and group-iterator.LagrangeCurve(ControlPath cp, GroupIterator gi) Creates a LagrangeCurve with knot vector [0, 1/3, 2/3, 1], baseIndex == 1, baseLength == 1, interpolateFirst and interpolateLast are both false.NURBSpline(ControlPath cp, GroupIterator gi) ParametricCurve(ControlPath cp, GroupIterator gp) Polyline(ControlPath cp, GroupIterator gi)