类 Curve


  • public class Curve
    extends java.lang.Object
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      float[] x  
      float[] y  
    • 构造器概要

      构造器 
      构造器 说明
      Curve()  
      Curve​(Curve curve)  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      int addKnot​(float kx, float ky)  
      protected int[] makeTable()  
      void removeKnot​(int n)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • x

        public float[] x
      • y

        public float[] y
    • 构造器详细资料

      • Curve

        public Curve()
      • Curve

        public Curve​(Curve curve)
    • 方法详细资料

      • addKnot

        public int addKnot​(float kx,
                           float ky)
      • removeKnot

        public void removeKnot​(int n)
      • makeTable

        protected int[] makeTable()