Uses of Class
com.graphbuilder.curve.ValueVector
Packages that use ValueVector
-
Uses of ValueVector in com.graphbuilder.curve
Methods in com.graphbuilder.curve that return ValueVectorModifier and TypeMethodDescriptionBSpline.getKnotVector()Returns the knot-vector for this curve.LagrangeCurve.getKnotVector()Returns the knot-vector for this curve.NURBSpline.getWeightVector()Returns the weight-vector.Methods in com.graphbuilder.curve with parameters of type ValueVectorModifier and TypeMethodDescriptionvoidBSpline.setKnotVector(ValueVector v) Sets the knot-vector for this curve.voidLagrangeCurve.setKnotVector(ValueVector v) Sets the knot-vector for this curve.voidNURBSpline.setWeightVector(ValueVector v) Sets the weight-vector.voidValueVectorListener.valueChanged(ValueVector v, int index, double oldValue) voidValueVectorListener.valueInserted(ValueVector v, int index, double value) voidValueVectorListener.valueRemoved(ValueVector v, int index, double oldValue)