org.apache.batik.ext.awt.image.renderable
public interface ColorMatrixRable extends FilterColorInterpolation
| Field Summary | |
|---|---|
| int | TYPE_HUE_ROTATE |
| int | TYPE_LUMINANCE_TO_ALPHA |
| int | TYPE_MATRIX
Identifier used to refer to predefined matrices |
| int | TYPE_SATURATE |
| Method Summary | |
|---|---|
| float[][] | getMatrix()
Returns the rows of the color matrix. |
| Filter | getSource()
Returns the source to be offset. |
| int | getType()
Returns the type of this color matrix. |
| void | setSource(Filter src)
Sets the source to be offset. |
Returns: one of TYPE_MATRIX, TYPE_SATURATE, TYPE_HUE_ROTATE, TYPE_LUMINANCE_TO_ALPHA
Parameters: src image to offset.