com.jhlabs.image
Class PolarFilter

java.lang.Object
  extended by com.jhlabs.image.AbstractBufferedImageOp
      extended by com.jhlabs.image.TransformFilter
          extended by com.jhlabs.image.PolarFilter
All Implemented Interfaces:
ImageProcessorInterface, java.awt.image.BufferedImageOp, java.lang.Cloneable

public class PolarFilter
extends TransformFilter


Field Summary
static int INVERT_IN_CIRCLE
           
static int POLAR_TO_RECT
           
static int RECT_TO_POLAR
           
 
Fields inherited from class com.jhlabs.image.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 com.jhlabs.image.TransformFilter
getBilinear, getEdgeAction, getInterpolation, getNearestNeighbour, getOriginalSpace, getTransformedSpace, setEdgeAction, setInterpolation, setOriginalSpace, setTransformedSpace
 
Methods inherited from class com.jhlabs.image.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