BufferedImageOp, Cloneablepublic class OilFilter extends WholeImageFilter
originalSpace, transformedSpace| 构造器 | 说明 |
|---|---|
OilFilter() |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
protected int[] |
filterPixels(int width,
int height,
int[] inPixels,
Rectangle transformedSpace) |
Actually filter the pixels.
|
int |
getLevels() |
Get the number of levels for the effect.
|
int |
getRange() |
Get the range of the effect in pixels.
|
void |
setLevels(int levels) |
Set the number of levels for the effect.
|
void |
setRange(int range) |
Set the range of the effect in pixels.
|
String |
toString() |
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGBfilter, transformSpacepublic void setRange(int range)
range - the rangegetRange()public int getRange()
setRange(int)public void setLevels(int levels)
levels - the number of levelsgetLevels()public int getLevels()
setLevels(int)protected int[] filterPixels(int width,
int height,
int[] inPixels,
Rectangle transformedSpace)
WholeImageFilterfilterPixels 在类中 WholeImageFilterwidth - the image widthheight - the image heightinPixels - the image pixelstransformedSpace - the output boundsCopyright © 2019. All rights reserved.