Class TIFFRenderedImage
java.lang.Object
com.sun.media.imageioimpl.plugins.tiff.TIFFRenderedImage
- All Implemented Interfaces:
RenderedImage
-
Constructor Summary
ConstructorsConstructorDescriptionTIFFRenderedImage(TIFFImageReader reader, int imageIndex, ImageReadParam readParam, int width, int height) -
Method Summary
Modifier and TypeMethodDescriptioncopyData(WritableRaster raster) getData()intintintintgetMinX()intgetMinY()intintgetProperty(String name) String[]getTile(int tileX, int tileY) intintintintintgetWidth()
-
Constructor Details
-
TIFFRenderedImage
public TIFFRenderedImage(TIFFImageReader reader, int imageIndex, ImageReadParam readParam, int width, int height) throws IOException - Throws:
IOException
-
-
Method Details
-
getSources
- Specified by:
getSourcesin interfaceRenderedImage
-
getProperty
- Specified by:
getPropertyin interfaceRenderedImage
-
getPropertyNames
- Specified by:
getPropertyNamesin interfaceRenderedImage
-
getColorModel
- Specified by:
getColorModelin interfaceRenderedImage
-
getSampleModel
- Specified by:
getSampleModelin interfaceRenderedImage
-
getWidth
public int getWidth()- Specified by:
getWidthin interfaceRenderedImage
-
getHeight
public int getHeight()- Specified by:
getHeightin interfaceRenderedImage
-
getMinX
public int getMinX()- Specified by:
getMinXin interfaceRenderedImage
-
getMinY
public int getMinY()- Specified by:
getMinYin interfaceRenderedImage
-
getNumXTiles
public int getNumXTiles()- Specified by:
getNumXTilesin interfaceRenderedImage
-
getNumYTiles
public int getNumYTiles()- Specified by:
getNumYTilesin interfaceRenderedImage
-
getMinTileX
public int getMinTileX()- Specified by:
getMinTileXin interfaceRenderedImage
-
getMinTileY
public int getMinTileY()- Specified by:
getMinTileYin interfaceRenderedImage
-
getTileWidth
public int getTileWidth()- Specified by:
getTileWidthin interfaceRenderedImage
-
getTileHeight
public int getTileHeight()- Specified by:
getTileHeightin interfaceRenderedImage
-
getTileGridXOffset
public int getTileGridXOffset()- Specified by:
getTileGridXOffsetin interfaceRenderedImage
-
getTileGridYOffset
public int getTileGridYOffset()- Specified by:
getTileGridYOffsetin interfaceRenderedImage
-
getTile
- Specified by:
getTilein interfaceRenderedImage
-
getData
- Specified by:
getDatain interfaceRenderedImage
-
getData
- Specified by:
getDatain interfaceRenderedImage
-
read
-
copyData
- Specified by:
copyDatain interfaceRenderedImage
-