Package com.mxgraph.util
Class mxSpline
java.lang.Object
com.mxgraph.util.mxSpline
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
mxSpline
-
-
Method Details
-
Spline2D
public void Spline2D(double[] x, double[] y) Creates a new mxSpline.- Parameters:
x
-y
-
-
init
protected void init(double[] x, double[] y) -
getPoint
- Parameters:
t
- 0 invalid input: '<'= t invalid input: '<'= 1
-
checkValues
public boolean checkValues()Used to check the correctness of this spline -
getDx
public double getDx(double t) -
getDy
public double getDy(double t) -
getSplineX
-
getSplineY
-
getLength
public double getLength()
-