Documentation of 'com.mxgraph.util.mxSpline' Java class
mxSpline
com.mxgraph.util

Class mxSpline



  • public class mxSpline
    extends java.lang.Object
    • Constructor Detail

      • mxSpline

        public mxSpline(java.util.List<mxPoint> points)
    • Method Detail

      • Spline2D

        public void Spline2D(double[] x,
                             double[] y)
        Creates a new mxSpline.
        Parameters:
        x -
        y -
      • getPoint

        public mxPoint getPoint(double t)
        Parameters:
        t - 0 <= t <= 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)
      • getLength

        public double getLength()

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.