| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectcom.jhlabs.image.AbstractBufferedImageOpcom.jhlabs.image.PointFiltercom.jhlabs.image.FillFilterpublic class FillFilterextends PointFilterField Summary |
Fields inherited from class com.jhlabs.image.PointFilter | |
canFilterIndexColorModel | |
Constructor Summary | |
| |
| |
Method Summary | |
int |
|
int |
|
void |
|
Methods inherited from class com.jhlabs.image.PointFilter | |
filter, filterRGB, setDimensions | |
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp | |
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRGB, getRenderingHints, setRGB | |
public FillFilter()
Construct a FillFilter.
public FillFilter(int color)
Construct a FillFilter.
- Parameters:
color- the fill color
public int getFillColor()
Get the fill color.
- Returns:
- the fill color
- See Also:
setFillColor(int)
public void setFillColor(int fillColor)
Set the fill color.
- Parameters:
fillColor- the fill color
- See Also:
getFillColor()