public class FillFilter extends PointFilter
canFilterIndexColorModel
filterListener
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, setDimensions
clone, createCompatibleDestImage, createCompatibleDestImage, filterDone, filterInitialize, filterProgress, filterStart, getBounds2D, getMetaData, getPoint2D, getRenderingHints, getRGB, setFilterListener, 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
Copyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.