public class SwizzleFilter extends PointFilter
canFilterIndexColorModel
filterListener
Constructor and Description |
---|
SwizzleFilter() |
Modifier and Type | Method and Description |
---|---|
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, setDimensions
clone, createCompatibleDestImage, createCompatibleDestImage, filterDone, filterInitialize, filterProgress, filterStart, getBounds2D, getMetaData, getPoint2D, getRenderingHints, getRGB, setFilterListener, setRGB
public void setMatrix(int[] matrix)
matrix
- the matrixgetMatrix()
public int[] getMatrix()
setMatrix(int[])
public int filterRGB(int x, int y, int rgb)
filterRGB
in class PointFilter
Copyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.