public class SphereFilter extends TransformFilter
CLAMP, edgeAction, WRAP, ZEROcanFilterIndexColorModel, defaultRGBModel, inBytePixels, inPixels, originalSpace, transformedSpace| Constructor and Description |
|---|
SphereFilter() |
| Modifier and Type | Method and Description |
|---|---|
float |
getRefractionIndex() |
void |
setDimensions(int width,
int height) |
void |
setRefractionIndex(float refractionIndex) |
java.lang.String |
toString() |
protected void |
transformInverse(int x,
int y,
float[] out) |
getEdgeAction, imageComplete, setEdgeAction, transformSpacegetTransformedSpace, setColorModel, setPixels, setPixelspublic void setRefractionIndex(float refractionIndex)
public float getRefractionIndex()
public void setDimensions(int width,
int height)
setDimensions in interface java.awt.image.ImageConsumersetDimensions in class WholeImageFilterprotected void transformInverse(int x,
int y,
float[] out)
transformInverse in class TransformFilterpublic java.lang.String toString()
toString in class java.lang.Object