j2d.filters
Class PolarFilter

java.lang.Object
  extended by j2d.filters.AbstractBufferedImageOp
      extended by j2d.filters.TransformFilter
          extended by 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

Field Summary
static int INVERT_IN_CIRCLE
           
static int POLAR_TO_RECT
           
static int RECT_TO_POLAR
           
 
Fields inherited from class j2d.filters.TransformFilter
BILINEAR, CLAMP, NEAREST_NEIGHBOUR, WRAP, ZERO
 
Constructor Summary
PolarFilter()
           
PolarFilter(int type)
           
 
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 j2d.filters.TransformFilter
getBilinear, getEdgeAction, getInterpolation, getNearestNeighbour, getOriginalSpace, getTransformedSpace, setEdgeAction, setInterpolation, setOriginalSpace, setTransformedSpace
 
Methods inherited from class j2d.filters.AbstractBufferedImageOp
createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, process, setRGB
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

PolarFilter

public PolarFilter()

PolarFilter

public PolarFilter(int type)
Method Detail

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