| java.lang.Object com.sun.media.jai.codecimpl.SimpleRenderedImage com.sun.media.jai.codecimpl.TIFFImage
Constructor Summary | |
public | TIFFImage(SeekableStream stream, TIFFDecodeParam param, int directory) Constructs a TIFFImage that acquires its data from a given
SeekableStream and reads from a particular IFD of the stream. |
Method Summary | |
public TIFFDirectory | getPrivateIFD(long offset) Reads a private IFD from a given offset in the stream. | public synchronized Raster | getTile(int tileX, int tileY) Returns tile (tileX, tileY) as a Raster. |
COMP_DEFLATE | final public static int COMP_DEFLATE(Code) | | |
COMP_FAX_G3_1D | final public static int COMP_FAX_G3_1D(Code) | | |
COMP_FAX_G3_2D | final public static int COMP_FAX_G3_2D(Code) | | |
COMP_FAX_G4_2D | final public static int COMP_FAX_G4_2D(Code) | | |
COMP_JPEG_OLD | final public static int COMP_JPEG_OLD(Code) | | |
COMP_JPEG_TTN2 | final public static int COMP_JPEG_TTN2(Code) | | |
COMP_LZW | final public static int COMP_LZW(Code) | | |
COMP_NONE | final public static int COMP_NONE(Code) | | |
COMP_PACKBITS | final public static int COMP_PACKBITS(Code) | | |
chromaSubH | int chromaSubH(Code) | | |
chromaSubV | int chromaSubV(Code) | | |
colorConvertJPEG | boolean colorConvertJPEG(Code) | | |
colormap | char[] colormap(Code) | | |
compression | int compression(Code) | | |
decodePaletteAsShorts | boolean decodePaletteAsShorts(Code) | | |
decodeParam | JPEGDecodeParam decodeParam(Code) | | |
isBigEndian | boolean isBigEndian(Code) | | |
isWhiteZero | boolean isWhiteZero(Code) | | |
sampleSize | int sampleSize(Code) | | |
tiffT4Options | long tiffT4Options(Code) | | |
tiffT6Options | long tiffT6Options(Code) | | |
tileByteCounts | long[] tileByteCounts(Code) | | |
tileOffsets | long[] tileOffsets(Code) | | |
tilesXtilesY | int tilesXtilesY(Code) | | |
TIFFImage | public TIFFImage(SeekableStream stream, TIFFDecodeParam param, int directory) throws IOException(Code) | | Constructs a TIFFImage that acquires its data from a given
SeekableStream and reads from a particular IFD of the stream.
The index of the first IFD is 0.
Parameters: stream - the SeekableStream to read from. Parameters: param - an instance of TIFFDecodeParam, or null. Parameters: directory - the index of the IFD to read from. |
getPrivateIFD | public TIFFDirectory getPrivateIFD(long offset) throws IOException(Code) | | Reads a private IFD from a given offset in the stream. This
method may be used to obtain IFDs that are referenced
only by private tag values.
|
getTile | public synchronized Raster getTile(int tileX, int tileY)(Code) | | Returns tile (tileX, tileY) as a Raster.
|
|
|