j2d.filters
Class PolarFilter
java.lang.Object
j2d.filters.AbstractBufferedImageOp
j2d.filters.TransformFilter
j2d.filters.PolarFilter
- All Implemented Interfaces:
- ImageProcessorInterface, java.awt.image.BufferedImageOp, java.io.Serializable, java.lang.Cloneable
public class PolarFilter
- extends TransformFilter
- See Also:
- Serialized Form
Method Summary |
java.awt.image.BufferedImage |
filter(java.awt.image.BufferedImage src,
java.awt.image.BufferedImage dst)
|
int |
getType()
|
void |
setType(int type)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RECT_TO_POLAR
public static final int RECT_TO_POLAR
- See Also:
- Constant Field Values
POLAR_TO_RECT
public static final int POLAR_TO_RECT
- See Also:
- Constant Field Values
INVERT_IN_CIRCLE
public static final int INVERT_IN_CIRCLE
- See Also:
- Constant Field Values
PolarFilter
public PolarFilter()
PolarFilter
public PolarFilter(int type)
filter
public java.awt.image.BufferedImage filter(java.awt.image.BufferedImage src,
java.awt.image.BufferedImage dst)
- Specified by:
filter
in interface java.awt.image.BufferedImageOp
- Overrides:
filter
in class TransformFilter
setType
public void setType(int type)
getType
public int getType()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object