public class PolarFilter extends TransformFilter
| Modifier and Type | Field and Description |
|---|---|
static int |
INVERT_IN_CIRCLE |
static int |
POLAR_TO_RECT |
static int |
RECT_TO_POLAR |
CLAMP, edgeAction, WRAP, ZEROcanFilterIndexColorModel, defaultRGBModel, inBytePixels, inPixels, originalSpace, transformedSpace| Constructor and Description |
|---|
PolarFilter() |
PolarFilter(int type) |
| Modifier and Type | Method and Description |
|---|---|
int |
getType() |
void |
setDimensions(int width,
int height) |
void |
setType(int type) |
java.lang.String |
toString() |
protected void |
transformInverse(int x,
int y,
float[] out) |
getEdgeAction, imageComplete, setEdgeAction, transformSpacegetTransformedSpace, setColorModel, setPixels, setPixelspublic static final int RECT_TO_POLAR
public static final int POLAR_TO_RECT
public static final int INVERT_IN_CIRCLE
public void setDimensions(int width,
int height)
setDimensions in interface java.awt.image.ImageConsumersetDimensions in class WholeImageFilterpublic void setType(int type)
public int getType()
protected void transformInverse(int x,
int y,
float[] out)
transformInverse in class TransformFilterpublic java.lang.String toString()
toString in class java.lang.Object