|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.ext.awt.image.rendered.AbstractRed
org.apache.batik.ext.awt.image.rendered.ProfileRed
public class ProfileRed
This implementation of rendered image forces a color profile on its source
Field Summary |
---|
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 | |
---|---|
ProfileRed(CachableRed src,
ICCColorSpaceExt colorSpace)
|
Method Summary | |
---|---|
java.awt.image.WritableRaster |
copyData(java.awt.image.WritableRaster argbWR)
This method will turn the input image in an sRGB image as follows. |
CachableRed |
getSource()
|
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 |
---|
public ProfileRed(CachableRed src, ICCColorSpaceExt colorSpace)
src
- Images on which the input ColorSpace should
be forcedcolorSpace
- colorSpace that should be forced on the
sourceMethod Detail |
---|
public CachableRed getSource()
public java.awt.image.WritableRaster copyData(java.awt.image.WritableRaster argbWR)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |