java.lang.Object
org.apache.batik.ext.awt.image.rendered.AbstractRed
org.apache.batik.ext.awt.image.rendered.ColorMatrixRed
- All Implemented Interfaces:
- CachableRed, java.awt.image.RenderedImage
- public class ColorMatrixRed
- extends AbstractRed
- Version:
- $Id: ColorMatrixRed.java,v 1.7 2004/08/18 07:14:08 vhardy Exp $
|
Field Summary |
private float[][] |
matrix
Matrix to apply to color components |
| Fields inherited from class org.apache.batik.ext.awt.image.rendered.AbstractRed |
bounds, cm, minTileX, minTileY, numXTiles, numYTiles, props, sm, srcs, tileGridXOff, tileGridYOff, tileHeight, tileWidth |
| 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
matrix
private float[][] matrix
- Matrix to apply to color components
ColorMatrixRed
public ColorMatrixRed(CachableRed src,
float[][] matrix)
getMatrix
public float[][] getMatrix()
setMatrix
public void setMatrix(float[][] matrix)
copyMatrix
private float[][] copyMatrix(float[][] m)
copyData
public java.awt.image.WritableRaster copyData(java.awt.image.WritableRaster wr)