com.jhlabs.image
Class FadeFilter
java.lang.Object
com.jhlabs.image.AbstractBufferedImageOp
com.jhlabs.image.PointFilter
com.jhlabs.image.FadeFilter
- All Implemented Interfaces:
- BufferedImageOp, Cloneable
public class FadeFilter
- extends PointFilter
FadeFilter
public FadeFilter()
setAngle
public void setAngle(float angle)
- Specifies the angle of the texture.
- Parameters:
angle - the angle of the texture.- See Also:
getAngle()
getAngle
public float getAngle()
- Returns the angle of the texture.
- Returns:
- the angle of the texture.
- See Also:
setAngle(float)
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 String toString()
- Overrides:
toString in class Object
Copyright © 2012. All Rights Reserved.