com.jhlabs.image
Class Curve
java.lang.Object
com.jhlabs.image.Curve
public class Curve
- extends Object
|
Field Summary |
float[] |
x
|
float[] |
y
|
| Methods inherited from class 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()
Copyright © 2012. All Rights Reserved.