Uses of Interface
org.libtiff.jai.codec.XTIFFTileCodec
Packages that use XTIFFTileCodec
-
Uses of XTIFFTileCodec in org.libtiff.jai.codec
Classes in org.libtiff.jai.codec that implement XTIFFTileCodecModifier and TypeClassDescriptionclassProvides a base class for writing TIFF tile codecs, to be registered with the XTIFFDirectory.Methods in org.libtiff.jai.codec that return XTIFFTileCodecModifier and TypeMethodDescriptionXTIFFTileCodec.create(XTIFFDecodeParam param) Create a codec for decodingXTIFFTileCodec.create(XTIFFEncodeParam param) Create a codec for encoding data.abstract XTIFFTileCodecXTIFFTileCodecImpl.create()Implement this to return the corresponding empty codec object.XTIFFTileCodecImpl.create(XTIFFDecodeParam param) The standard decoder creation methodXTIFFTileCodecImpl.create(XTIFFEncodeParam param) The method for creating an encoder from the XTIFFEncodeParam information.XTIFFDirectory.createTileCodec(XTIFFDecodeParam param) Constructs a tile codec for decoding data, using the compression defined in the current directory.XTIFFDirectory.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 XTIFFTileCodecModifier and TypeMethodDescriptionstatic 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 XTIFFTileCodecModifier and TypeClassDescriptionclassThis codec encapsulates all the logic for the TIFF "lzw" decoding codec algorithm.classThis codec encapsulates all the logic for the TIFF "lzw" decoding codec algorithm.classThis codec encapsulates all the logic for the default TIFF "packbits" bit-packing codec algorithm.classThis codec encapsulates all the logic for the default TIFF "uncompressed" bit-packing codec algorithm.Methods in org.libtiff.jai.codecimpl that return XTIFFTileCodec