Class SplineSet

    • Field Detail

      • mCurveFit

        protected CurveFit mCurveFit
      • mTimePoints

        protected int[] mTimePoints
      • mValues

        protected float[] mValues
    • Constructor Detail

      • SplineSet

        public SplineSet()
    • Method Detail

      • setProperty

        public void setProperty​(TypedValues widget,
                                float t)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • setType

        public void setType​(java.lang.String type)
      • get

        public float get​(float t)
      • getSlope

        public float getSlope​(float t)
      • getCurveFit

        public CurveFit getCurveFit()
      • setPoint

        public void setPoint​(int position,
                             float value)
      • setup

        public void setup​(int curveType)
      • makeSpline

        public static SplineSet makeSpline​(java.lang.String str,
                                           long currentTime)