public class FillFilter extends PointFilter
canFilterIndexColorModelfilterListener| Constructor and Description |
|---|
FillFilter()
Construct a FillFilter.
|
FillFilter(int color)
Construct a FillFilter.
|
| Modifier and Type | Method and Description |
|---|---|
int |
filterRGB(int x,
int y,
int rgb) |
int |
getFillColor()
Get the fill color.
|
void |
setFillColor(int fillColor)
Set the fill color.
|
filter, setDimensionsclone, createCompatibleDestImage, createCompatibleDestImage, filterDone, filterInitialize, filterProgress, filterStart, getBounds2D, getMetaData, getPoint2D, getRenderingHints, getRGB, setFilterListener, setRGBpublic 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 PointFilterCopyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.