Serializable, Cloneable, Componentpublic class Spline extends Sampler
| Constructor | Description |
|---|---|
Spline() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getDescription() |
Get the description of this component.
|
String |
getName() |
Get the name of this component.
|
double |
interpolatedValue(double x,
double y) |
|
void |
sample(int pix) |
Find the value in the input data to put in the output data.
|
void |
setInput(Image inImage) |
Construct a sample of a given degree.
|
void |
setOrder(int order) |
Set the order
|
public String getName()
Componentpublic String getDescription()
Componentpublic void setInput(Image inImage)
public double interpolatedValue(double x,
double y)