Class ComponentTransferRed
java.lang.Object
org.apache.batik.ext.awt.image.rendered.AbstractRed
org.apache.batik.ext.awt.image.rendered.ComponentTransferRed
- All Implemented Interfaces:
RenderedImage
,CachableRed
- Version:
- $Id: ComponentTransferRed.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
ConstructorsConstructorDescriptionComponentTransferRed
(CachableRed src, TransferFunction[] funcs, RenderingHints hints) The constructor will instantiate a LookupOp instance using a LookupOp, which is built using the four LUT data obtained by the TransferFunction objects funcs[0] : Alpha component transfer function funcs[1] : Red component transfer function funcs[2] : Green component transfer function funcs[3] : Blue component transfer function -
Method Summary
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
-
operation
LookupOp operation
-
-
Constructor Details
-
ComponentTransferRed
The constructor will instantiate a LookupOp instance using a LookupOp, which is built using the four LUT data obtained by the TransferFunction objects funcs[0] : Alpha component transfer function funcs[1] : Red component transfer function funcs[2] : Green component transfer function funcs[3] : Blue component transfer function
-
-
Method Details
-
copyData
-