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 classXTIFFTileCodecImplProvides 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 XTIFFTileCodecXTIFFTileCodec. create(XTIFFDecodeParam param)Create a codec for decodingXTIFFTileCodecXTIFFTileCodec. create(XTIFFEncodeParam param)Create a codec for encoding data.abstract XTIFFTileCodecXTIFFTileCodecImpl. create()Implement this to return the corresponding empty codec object.XTIFFTileCodecXTIFFTileCodecImpl. create(XTIFFDecodeParam param)The standard decoder creation methodXTIFFTileCodecXTIFFTileCodecImpl. create(XTIFFEncodeParam param)The method for creating an encoder from the XTIFFEncodeParam information.XTIFFTileCodecXTIFFDirectory. createTileCodec(XTIFFDecodeParam param)Constructs a tile codec for decoding data, using the compression defined in the current directory.XTIFFTileCodecXTIFFDirectory. createTileCodec(XTIFFEncodeParam param)Constructs a tile codec for encoding data, using the compression defined in the current directory.static XTIFFTileCodecXTIFFDirectory. 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 voidXTIFFDirectory. 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 classXTIFFFaxTileCodecThis codec encapsulates all the logic for the TIFF "lzw" decoding codec algorithm.classXTIFFLZWTileCodecThis codec encapsulates all the logic for the TIFF "lzw" decoding codec algorithm.classXTIFFPackTileCodecThis codec encapsulates all the logic for the default TIFF "packbits" bit-packing codec algorithm.classXTIFFUncompTileCodecThis 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 XTIFFTileCodecXTIFFFaxTileCodec. create()Creation methodXTIFFTileCodecXTIFFLZWTileCodec. create()Creation methodXTIFFTileCodecXTIFFPackTileCodec. create()XTIFFTileCodecXTIFFUncompTileCodec. create()
-