Uses of Interface
org.libtiff.jai.codec.XTIFFTileCodec
-
Packages that use XTIFFTileCodec Package Description 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 Modifier and Type Class Description 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 Modifier and Type Method Description XTIFFTileCodec
XTIFFTileCodec. create(XTIFFDecodeParam param)
Create a codec for decodingXTIFFTileCodec
XTIFFTileCodec. create(XTIFFEncodeParam param)
Create a codec for encoding data.abstract XTIFFTileCodec
XTIFFTileCodecImpl. create()
Implement this to return the corresponding empty codec object.XTIFFTileCodec
XTIFFTileCodecImpl. create(XTIFFDecodeParam param)
The standard decoder creation methodXTIFFTileCodec
XTIFFTileCodecImpl. create(XTIFFEncodeParam param)
The method for creating an encoder from the XTIFFEncodeParam information.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 Modifier and Type Method Description 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 Modifier and Type Class Description 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 Modifier and Type Method Description XTIFFTileCodec
XTIFFFaxTileCodec. create()
Creation methodXTIFFTileCodec
XTIFFLZWTileCodec. create()
Creation methodXTIFFTileCodec
XTIFFPackTileCodec. create()
XTIFFTileCodec
XTIFFUncompTileCodec. create()
-