|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XTIFFTileCodec | |
|---|---|
| org.libtiff.jai.codec | |
| org.libtiff.jai.codecimpl | |
| Uses of XTIFFTileCodec in org.libtiff.jai.codec |
|---|
| Classes in org.libtiff.jai.codec that implement XTIFFTileCodec | |
|---|---|
class |
XTIFFTileCodecImpl
Provides a base class for writing TIFF tile codecs, to be registered with the XTIFFDirectory. |
| Methods in org.libtiff.jai.codec that return XTIFFTileCodec | |
|---|---|
abstract XTIFFTileCodec |
XTIFFTileCodecImpl.create()
Implement this to return the corresponding empty codec object. |
XTIFFTileCodec |
XTIFFTileCodecImpl.create(XTIFFDecodeParam param)
The standard decoder creation method |
XTIFFTileCodec |
XTIFFTileCodec.create(XTIFFDecodeParam param)
Create a codec for decoding |
XTIFFTileCodec |
XTIFFTileCodecImpl.create(XTIFFEncodeParam param)
The method for creating an encoder from the XTIFFEncodeParam information. |
XTIFFTileCodec |
XTIFFTileCodec.create(XTIFFEncodeParam param)
Create a codec for encoding data. |
XTIFFTileCodec |
XTIFFDirectory.createTileCodec(XTIFFDecodeParam param)
Constructs a tile codec for decoding data, using the compression defined in the current directory. |
XTIFFTileCodec |
XTIFFDirectory.createTileCodec(XTIFFEncodeParam param)
Constructs a tile codec for encoding data, using the compression defined in the current directory. |
static XTIFFTileCodec |
XTIFFDirectory.getTileCodec(int comp)
Return the currently registered XTIFFTileCodec for this compression type. |
| Methods in org.libtiff.jai.codec with parameters of type XTIFFTileCodec | |
|---|---|
static void |
XTIFFDirectory.registerTileCodec(int comp,
XTIFFTileCodec codec)
Register a new XTIFFTileCodec for encoding and decoding compressed TIFF image data. |
| Uses of XTIFFTileCodec in org.libtiff.jai.codecimpl |
|---|
| Classes in org.libtiff.jai.codecimpl that implement XTIFFTileCodec | |
|---|---|
class |
XTIFFFaxTileCodec
This codec encapsulates all the logic for the TIFF "lzw" decoding codec algorithm. |
class |
XTIFFLZWTileCodec
This codec encapsulates all the logic for the TIFF "lzw" decoding codec algorithm. |
class |
XTIFFPackTileCodec
This codec encapsulates all the logic for the default TIFF "packbits" bit-packing codec algorithm. |
class |
XTIFFUncompTileCodec
This codec encapsulates all the logic for the default TIFF "uncompressed" bit-packing codec algorithm. |
| Methods in org.libtiff.jai.codecimpl that return XTIFFTileCodec | |
|---|---|
XTIFFTileCodec |
XTIFFUncompTileCodec.create()
|
XTIFFTileCodec |
XTIFFPackTileCodec.create()
|
XTIFFTileCodec |
XTIFFFaxTileCodec.create()
Creation method |
XTIFFTileCodec |
XTIFFLZWTileCodec.create()
Creation method |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||