Serializable, Cloneable, Componentpublic class Lanczos extends Sampler
| Constructor | Description |
|---|---|
Lanczos() |
Create a three lobe lanczos sampler as a default width.
|
| Modifier and Type | Method | Description |
|---|---|---|
String |
getDescription() |
Get the description of this component.
|
String |
getName() |
Get the name of this component.
|
void |
sample(int pix) |
Sample a single pixel
|
void |
setOrder(int n) |
Create a Lanczos sample of specified width sampler
The data will be set later.
|
public String getName()
Componentpublic String getDescription()
Componentpublic void setOrder(int n)