Package com.jhlabs.image
Class Curve
- java.lang.Object
-
- com.jhlabs.image.Curve
-
public class Curve extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
addKnot(float kx, float ky)
protected int[]
makeTable()
void
removeKnot(int n)
-
-
-
Constructor Detail
-
Curve
public Curve()
-
Curve
public Curve(Curve curve)
-
-