railo.runtime.img.filter
Class FadeFilter
java.lang.Object
railo.runtime.img.filter.AbstractBufferedImageOp
railo.runtime.img.filter.PointFilter
railo.runtime.img.filter.FadeFilter
- All Implemented Interfaces:
- BufferedImageOp, Cloneable, DynFiltering
public class FadeFilter
- extends PointFilter
- implements DynFiltering
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
filter
public BufferedImage filter(BufferedImage src,
Struct parameters)
throws PageException
- Specified by:
filter
in interface DynFiltering
- Overrides:
filter
in class PointFilter
- Throws:
PageException
Copyright © 2012 Railo