org.apache.batik.ext.awt.image.rendered
Class ColorMatrixRed

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


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
 
Constructor Summary
ColorMatrixRed(CachableRed src, float[][] matrix)
           
 
Method Summary
 java.awt.image.WritableRaster copyData(java.awt.image.WritableRaster wr)
           
 float[][] getMatrix()
           
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorMatrixRed

public ColorMatrixRed(CachableRed src,
                      float[][] matrix)
Method Detail

getMatrix

public float[][] getMatrix()

setMatrix

public void setMatrix(float[][] matrix)

copyData

public java.awt.image.WritableRaster copyData(java.awt.image.WritableRaster wr)


Copyright © 2001 Apache Software Foundation. All Rights Reserved.