BufferedImageOp, Cloneablepublic class DiffusionFilter extends WholeImageFilter
originalSpace, transformedSpace| 构造器 | 说明 |
|---|---|
DiffusionFilter() |
Construct a DiffusionFilter.
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
protected int[] |
filterPixels(int width,
int height,
int[] inPixels,
Rectangle transformedSpace) |
Actually filter the pixels.
|
boolean |
getColorDither() |
Get whether to use a color dither.
|
int |
getLevels() |
Get the number of dither levels.
|
int[] |
getMatrix() |
Get the dither matrix.
|
boolean |
getSerpentine() |
Return the serpentine setting.
|
void |
setColorDither(boolean colorDither) |
Set whether to use a color dither.
|
void |
setLevels(int levels) |
Set the number of dither levels.
|
void |
setMatrix(int[] matrix) |
Set the dither matrix.
|
void |
setSerpentine(boolean serpentine) |
Set whether to use a serpentine pattern for return or not.
|
String |
toString() |
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGBfilter, transformSpacepublic void setSerpentine(boolean serpentine)
serpentine - true to use serpentine patterngetSerpentine()public boolean getSerpentine()
setSerpentine(boolean)public void setColorDither(boolean colorDither)
colorDither - true to use a color dithergetColorDither()public boolean getColorDither()
setColorDither(boolean)public void setMatrix(int[] matrix)
matrix - the dither matrixgetMatrix()public int[] getMatrix()
setMatrix(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.