com.jhlabs.image
Class FadeFilter

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

public class FadeFilter
extends PointFilter


Constructor Summary
FadeFilter()
           
 
Method Summary
 int filterRGB(int x, int y, int rgb)
           
 float getAngle()
           
 float getFadeStart()
           
 float getFadeWidth()
           
 boolean getInvert()
           
 int getSides()
           
 void setAngle(float angle)
           
 void setDimensions(int width, int height)
           
 void setFadeStart(float fadeStart)
           
 void setFadeWidth(float fadeWidth)
           
 void setInvert(boolean invert)
           
 void setSides(int sides)
           
 float symmetry(float x, float b)
           
 java.lang.String toString()
           
 
Methods inherited from class com.jhlabs.image.PointFilter
filter
 
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
 

Constructor Detail

FadeFilter

public FadeFilter()
Method Detail

setAngle

public void setAngle(float angle)

getAngle

public float getAngle()

setSides

public void setSides(int sides)

getSides

public int getSides()

setFadeStart

public void setFadeStart(float fadeStart)

getFadeStart

public float getFadeStart()

setFadeWidth

public void setFadeWidth(float fadeWidth)

getFadeWidth

public float getFadeWidth()

setInvert

public void setInvert(boolean invert)

getInvert

public boolean getInvert()

setDimensions

public void setDimensions(int width,
                          int height)
Overrides:
setDimensions in class PointFilter

filterRGB

public int filterRGB(int x,
                     int y,
                     int rgb)
Specified by:
filterRGB in class PointFilter

symmetry

public float symmetry(float x,
                      float b)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object