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: ColorMatrixRed.java 1733416 2016-03-03 07:07:13Z gadams $
-
Field Summary
FieldsFields inherited from class org.apache.batik.ext.awt.image.rendered.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[][]
void
setMatrix
(float[][] matrix) Methods inherited from class org.apache.batik.ext.awt.image.rendered.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
-