Package com.jhlabs.image
Class Curve
java.lang.Object
com.jhlabs.image.Curve
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
addKnot
(float kx, float ky) protected int[]
void
removeKnot
(int n)
-
Field Details
-
x
public float[] x -
y
public float[] y
-
-
Constructor Details
-
Curve
public Curve() -
Curve
-
-
Method Details
-
addKnot
public int addKnot(float kx, float ky) -
removeKnot
public void removeKnot(int n) -
makeTable
protected int[] makeTable()
-