| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectcom.jhlabs.image.AbstractBufferedImageOpcom.jhlabs.image.PointFiltercom.jhlabs.image.SwizzleFilterpublic class SwizzleFilterextends PointFilterField Summary |
Fields inherited from class com.jhlabs.image.PointFilter | |
canFilterIndexColorModel | |
Constructor Summary | |
Method Summary | |
int |
|
int[] |
|
void |
|
String |
|
Methods inherited from class com.jhlabs.image.PointFilter | |
filter, filterRGB, setDimensions | |
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp | |
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRGB, getRenderingHints, setRGB | |
public int[] getMatrix()
Get the swizzle matrix.
- Returns:
- the matrix
- See Also:
setMatrix(int[])
public void setMatrix(int[] matrix)
Set the swizzle matrix.
- Parameters:
matrix- the matrix
- See Also:
getMatrix()
public String toString()