Uses of Class
com.jsevy.jdxf.SplineControlPoint
-
-
Uses of SplineControlPoint in com.jsevy.jdxf
Constructors in com.jsevy.jdxf with parameters of type SplineControlPoint Constructor Description SplineControlPoint(SplineControlPoint other)
Constructor parameters in com.jsevy.jdxf with type arguments of type SplineControlPoint Constructor Description BSpline(int degree, java.util.Vector<SplineControlPoint> controlPoints)
Create e new B-spline of the specified degree using the supplied control pointsDXFSpline(int degree, java.util.Vector<SplineControlPoint> controlPoints, boolean throughEndpoints, java.awt.Graphics2D graphics)
Create a spline of specified degree for the specified control points, using uniform knot vector.
-