public class FillFilter extends PointFilter implements DynFiltering
Constructor and Description |
---|
FillFilter()
Construct a FillFilter.
|
FillFilter(int color)
Construct a FillFilter.
|
Modifier and Type | Method and Description |
---|---|
BufferedImage |
filter(BufferedImage src,
Struct parameters) |
int |
filterRGB(int x,
int y,
int rgb) |
int |
getFillColor()
Get the fill color.
|
void |
setFillColor(int fillColor)
Set the fill color.
|
filter, setDimensions
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
public FillFilter()
public FillFilter(int color)
color
- the fill colorpublic void setFillColor(int fillColor)
fillColor
- the fill colorgetFillColor()
public int getFillColor()
setFillColor(int)
public int filterRGB(int x, int y, int rgb)
filterRGB
in class PointFilter
public BufferedImage filter(BufferedImage src, Struct parameters) throws PageException
filter
in interface DynFiltering
filter
in class PointFilter
PageException
Copyright © 2015 Lucee