BufferedImageOp, Cloneablepublic class FillFilter extends PointFilter
canFilterIndexColorModel| 构造器 | 说明 |
|---|---|
FillFilter() |
Construct a FillFilter.
|
FillFilter(int color) |
Construct a FillFilter.
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
int |
filterRGB(int x,
int y,
int rgb) |
|
int |
getFillColor() |
Get the fill color.
|
void |
setFillColor(int fillColor) |
Set the fill color.
|
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGBequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfilter, setDimensionspublic 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 在类中 PointFilterCopyright © 2019. All rights reserved.