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 intaddKnot(float kx, float ky)protected int[]makeTable()voidremoveKnot(int n)
-
-
-
Constructor Detail
-
Curve
public Curve()
-
Curve
public Curve(Curve curve)
-
-