|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.img.filter.AbstractBufferedImageOp
railo.runtime.img.filter.PointFilter
railo.runtime.img.filter.CheckFilter
public class CheckFilter
A Filter to draw grids and check patterns.
Constructor Summary | |
---|---|
CheckFilter()
|
Method Summary | |
---|---|
BufferedImage |
filter(BufferedImage src,
Struct parameters)
|
int |
filterRGB(int x,
int y,
int rgb)
|
float |
getAngle()
Get the angle of the texture. |
int |
getBackground()
Get the background color. |
int |
getForeground()
Get the foreground color. |
int |
getFuzziness()
Get the fuzziness of the texture. |
int |
getXScale()
Get the X scale of the texture. |
int |
getYScale()
Get the Y scale of the texture. |
void |
setAngle(float angle)
Set the angle of the texture. |
void |
setBackground(int background)
Set the background color. |
void |
setForeground(int foreground)
Set the foreground color. |
void |
setFuzziness(int fuzziness)
Set the fuzziness of the texture. |
void |
setXScale(int xScale)
Set the X scale of the texture. |
void |
setYScale(int yScale)
Set the Y scale of the texture. |
String |
toString()
|
Methods inherited from class railo.runtime.img.filter.PointFilter |
---|
filter, setDimensions |
Methods inherited from class railo.runtime.img.filter.AbstractBufferedImageOp |
---|
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CheckFilter()
Method Detail |
---|
public void setForeground(int foreground)
foreground
- the color.getForeground()
public int getForeground()
setForeground(int)
public void setBackground(int background)
background
- the color.getBackground()
public int getBackground()
setBackground(int)
public void setXScale(int xScale)
xScale
- the scale.getXScale()
public int getXScale()
setXScale(int)
public void setYScale(int yScale)
yScale
- the scale.getYScale()
public int getYScale()
setYScale(int)
public void setFuzziness(int fuzziness)
fuzziness
- the fuzziness.getFuzziness()
public int getFuzziness()
setFuzziness(int)
public void setAngle(float angle)
angle
- the angle of the texture.getAngle()
public float getAngle()
setAngle(float)
public int filterRGB(int x, int y, int rgb)
filterRGB
in class PointFilter
public String toString()
toString
in class Object
public BufferedImage filter(BufferedImage src, Struct parameters) throws PageException
filter
in interface DynFiltering
filter
in class PointFilter
PageException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |