Class Curve

java.lang.Object
com.jhlabs.image.Curve

public class Curve extends Object
  • Field Details

    • x

      public float[] x
    • y

      public float[] y
  • Constructor Details

    • Curve

      public Curve()
    • Curve

      public Curve(Curve curve)
  • Method Details

    • addKnot

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

      public void removeKnot(int n)
    • makeTable

      protected int[] makeTable()