BufferedImageOp, Cloneablepublic class SwizzleFilter extends PointFilter
canFilterIndexColorModel| 构造器 | 说明 |
|---|---|
SwizzleFilter() |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
int |
filterRGB(int x,
int y,
int rgb) |
|
int[] |
getMatrix() |
Get the swizzle matrix.
|
void |
setMatrix(int[] matrix) |
Set the swizzle matrix.
|
String |
toString() |
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGBfilter, setDimensionspublic void setMatrix(int[] matrix)
matrix - the matrixgetMatrix()public int[] getMatrix()
setMatrix(int[])public int filterRGB(int x,
int y,
int rgb)
filterRGB 在类中 PointFilterCopyright © 2019. All rights reserved.