Class RawRenderedImage
java.lang.Object
com.sun.media.imageioimpl.common.SimpleRenderedImage
com.sun.media.imageioimpl.plugins.raw.RawRenderedImage
- All Implemented Interfaces:
RenderedImage
-
Field Summary
Fields inherited from class com.sun.media.imageioimpl.common.SimpleRenderedImage
colorModel, height, minX, minY, properties, sampleModel, sources, tileGridXOffset, tileGridYOffset, tileHeight, tileWidth, width -
Constructor Summary
ConstructorsConstructorDescriptionRawRenderedImage(RawImageInputStream iis, RawImageReader reader, ImageReadParam param, int imageIndex) -
Method Summary
Modifier and TypeMethodDescriptionvoidgetTile(int tileX, int tileY) voidreadAsRaster(WritableRaster raster) voidsetDestImage(BufferedImage image) Methods inherited from class com.sun.media.imageioimpl.common.SimpleRenderedImage
copyData, getBounds, getColorModel, getData, getData, getHeight, getMaxTileX, getMaxTileY, getMaxX, getMaxY, getMinTileX, getMinTileY, getMinX, getMinY, getNumXTiles, getNumYTiles, getProperty, getPropertyNames, getPropertyNames, getSampleModel, getSources, getTileGridXOffset, getTileGridYOffset, getTileHeight, getTileWidth, getWidth, tileXToX, tileXToX, tileYToY, tileYToY, XToTileX, XToTileX, YToTileY, YToTileY
-
Constructor Details
-
RawRenderedImage
public RawRenderedImage(RawImageInputStream iis, RawImageReader reader, ImageReadParam param, int imageIndex) throws IOException - Throws:
IOException
-
-
Method Details
-
getTile
-
readAsRaster
- Throws:
IOException
-
setDestImage
-
clearDestImage
public void clearDestImage()
-