Class ColorMatrixRed
java.lang.Object
org.apache.batik.ext.awt.image.rendered.AbstractRed
org.apache.batik.ext.awt.image.rendered.ColorMatrixRed
- All Implemented Interfaces:
RenderedImage, CachableRed
- Version:
- $Id$
-
Field Summary
FieldsFields inherited from class AbstractRed
bounds, cm, minTileX, minTileY, numXTiles, numYTiles, props, sm, srcs, tileGridXOff, tileGridYOff, tileHeight, tileWidth -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate float[][]copyMatrix(float[][] m) float[][]voidsetMatrix(float[][] matrix) Methods inherited from class AbstractRed
copyBand, copyToRaster, getBounds, getColorModel, getData, getData, getDependencyRegion, getDirtyRegion, getHeight, getMinTileX, getMinTileY, getMinX, getMinY, getNumXTiles, getNumYTiles, getProperty, getPropertyNames, getSampleModel, getSources, getTile, getTileGridXOffset, getTileGridYOffset, getTileHeight, getTileWidth, getWidth, getXTile, getYTile, init, init, makeTile, updateTileGridInfo
-
Field Details
-
matrix
private float[][] matrixMatrix to apply to color components
-
-
Constructor Details
-
ColorMatrixRed
-
-
Method Details
-
getMatrix
public float[][] getMatrix() -
setMatrix
public void setMatrix(float[][] matrix) -
copyMatrix
private float[][] copyMatrix(float[][] m) -
copyData
-