public 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() |
filter, setDimensionsclone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGBpublic void setMatrix(int[] matrix)
matrix - the matrixgetMatrix()public int[] getMatrix()
setMatrix(int[])public int filterRGB(int x,
int y,
int rgb)
filterRGB 在类中 PointFilterCopyright © 2015. All rights reserved.