com.jhlabs.image

Class Curve


public class Curve
extends java.lang.Object

Field Summary

float[]
x
float[]
y

Constructor Summary

Curve()
Curve(Curve curve)

Method Summary

int
addKnot(float kx, float ky)
protected int[]
makeTable()
void
removeKnot(int n)

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)

makeTable

protected int[] makeTable()

removeKnot

public void removeKnot(int n)