All Classes Interface Summary Class Summary Exception Summary Error Summary
Class |
Description |
AnWTFilter |
This abstract class defines the methods of all analysis wavelet
filters.
|
AnWTFilterFloat |
This extends the analysis wavelet filter general definitions of
AnWTFilter by adding methods that work for float data
specifically.
|
AnWTFilterFloatLift9x7 |
This class inherits from the analysis wavelet filter definition
for int data.
|
AnWTFilterInt |
This extends the analysis wavelet filter general definitions of
AnWTFilter by adding methods that work for int data
specifically.
|
AnWTFilterIntLift5x3 |
This class inherits from the analysis wavelet filter definition for int
data.
|
AnWTFilterSpec |
This class extends ModuleSpec class for analysis filters specification
holding purpose.
|
ArbROIMaskGenerator |
This class generates the ROI bit-mask when, at least, one ROI is not
rectangular.
|
ArrayUtil |
This class contains a colleaction of utility static methods for arrays.
|
BaselineTIFFTagSet |
A class representing the set of tags found in the baseline TIFF
specification as well as some common additional tags.
|
BEBufferedRandomAccessFile |
This class defines a Buffered Random Access File, where all I/O is
considered to be big-endian, and extends the
BufferedRandomAccessFile class.
|
BinaryDataInput |
This interface defines the input of binary data from streams and/or files.
|
BinaryDataOutput |
This interface defines the output of binary data to streams and/or files.
|
BitFile |
Came from GIFEncoder initially.
|
BitOutputBuffer |
This class implements a buffer for writing bits, with the required bit
stuffing policy for the packet headers.
|
BitsPerComponentBox |
This class is defined to represent a Bits Per Component Box of JPEG
JP2 file format.
|
BitstreamReaderAgent |
This is the generic interface for bit stream reader agents.
|
BlkImgDataSrc |
This interface defines the methods to transfer image data in blocks,
without following any particular order (random access).
|
BMPConstants |
|
BMPImageReader |
This class is the Java Image IO plugin reader for BMP images.
|
BMPImageReaderSpi |
|
BMPImageWriteParam |
A subclass of ImageWriteParam for encoding images in
the BMP format.
|
BMPImageWriter |
The Java Image IO plugin writer for encoding a binary RenderedImage into
a BMP format.
|
BMPImageWriterSpi |
|
BMPMetadata |
|
BMPMetadataFormat |
|
BMPMetadataFormatResources |
|
BogusColorSpace |
A dummy ColorSpace to enable ColorModel
for image data which do not have an innate color representation.
|
Box |
This class is defined to create the box of JP2 file format.
|
BufferedRandomAccessFile |
This class defines a Buffered Random Access File.
|
ByteInputBuffer |
This class provides a byte input facility from byte buffers.
|
ByteOutputBuffer |
This class provides a buffering output stream similar to
ByteArrayOutputStream, with some additional methods.
|
CBlkCoordInfo |
This class is used to store the coordinates of code-blocks.
|
CBlkInfo |
This class contains location of code-blocks' piece of codewords
(there is one piece per layer) and some other information.
|
CBlkQuantDataSrcDec |
This interface defines a source of quantized wavelet coefficients and
methods to transfer them in a code-block by code-block basis, fro the
decoder side.
|
CBlkQuantDataSrcEnc |
This interface defines a source of quantized wavelet coefficients and
methods to transfer them in a code-block by code-block basis.
|
CBlkRateDistStats |
This class stores coded (compressed) code-blocks with their associated
rate-distortion statistics.
|
CBlkSizeSpec |
This class extends ModuleSpec class for code-blocks sizes holding purposes.
|
CBlkWTData |
This is a generic abstract class to store a code-block of wavelet data, be
it quantized or not.
|
CBlkWTDataFloat |
This is an implementation of the 'CBlkWTData' abstract class for 32 bit
floating point data (float).
|
CBlkWTDataInt |
This is an implementation of the 'CBlkWTData' abstract class for signed 32
bit integer data.
|
CBlkWTDataSrc |
This abstract class defines methods to transfer wavelet data in a
code-block by code-block basis.
|
CBlkWTDataSrcDec |
This abstract class defines methods to transfer wavelet data in a
code-block by code-block basis, for the decoder side.
|
ChannelDefinitionBox |
This class is designed to represent a Channel Definition Box of
JPEG JP2 file format.
|
ChannelImageInputStreamSpi |
|
ChannelImageOutputStreamSpi |
|
CodedCBlk |
This is the generic class to store coded (compressed) code-block.
|
CodedCBlkDataSrcDec |
This interface defines a source of entropy coded data and methods to
transfer it in a code-block by code-block basis.
|
CodedCBlkDataSrcEnc |
This interface defines a source of entropy coded data and methods to
transfer it in a code-block by code-block basis.
|
CodestreamManipulator |
This class takes a legal JPEG 2000 codestream and performs some
manipulation on it.
|
CodestreamWriter |
This is the abstract class for writing to a bit stream.
|
ColorSpecificationBox |
This class is defined to represent a Color Specification Box of JPEG JP2
file format.
|
ComponentMappingBox |
This class is defined to represent a Color Specification Box of JPEG JP2
file format.
|
CompTransfSpec |
This class extends ModuleSpec class in order to hold tile
specifications for component transformation
|
CoordInfo |
This class is used to store the coordinates of objects such as code-blocks
or precincts.
|
CorruptedCodestreamException |
Thsi exception is thrown whenever an illegal value is read from a
bit stream.
|
DataBlk |
This is a generic abstract class to store data from a block of an
image.
|
DataBlkFloat |
This is an implementation of the DataBlk interface for
32 bit floating point data (float).
|
DataBlkInt |
This is an implementation of the DataBlk interface for
signed 32 bit integral data.
|
DataEntryURLBox |
This class is defined to represent a Data Entry URL Box of JPEG JP2
file format.
|
DecLyrdCBlk |
This class stores coded (compressed) code-blocks that are organized
in layers.
|
DecoderSpecs |
This class holds references to each module specifications used in the
decoding chain.
|
Dequantizer |
This is the abstract class from which all dequantizers must inherit.
|
DequantizerParams |
This is the generic ineterface for dequantization parameters.
|
EBCOTRateAllocator |
This implements the EBCOT post compression rate allocation algorithm.
|
EndianType |
This interface defines constants for the two types of byte
ordering: little- and big-endian.
|
EntropyCoder |
This abstract class provides the general interface for block-based entropy
encoders.
|
EntropyDecoder |
This is the abstract class from which all entropy decoders must
inherit.
|
EXIFGPSTagSet |
A class representing the tags found in an EXIF GPS Info IFD.
|
EXIFInteroperabilityTagSet |
A class representing the tags found in an EXIF Interoperability IFD.
|
EXIFParentTIFFTagSet |
A class containing the TIFF tags used to reference the EXIF and GPS IFDs.
|
EXIFTIFFTagSet |
A class representing the tags found in an EXIF IFD.
|
FacilityManager |
This class manages common facilities for mutithreading environments, It can
register different facilities for each thread, and also a default one, so
that they can be referred by static methods, while possibly having
different ones for different threads.
|
FaxTIFFTagSet |
A class representing the extra tags found in a
TIFF-F (RFC 2036) file.
|
FileBitstreamReaderAgent |
This class reads the bit stream (with the help of HeaderDecoder for tile
headers and PktDecoder for packets header and body) and retrives location
of all code-block's codewords.
|
FileChannelImageInputStream |
A class which implements ImageInputStream using a
FileChannel as the eventual data source.
|
FileChannelImageOutputStream |
A class which implements ImageOutputStream using a
FileChannel as the eventual data destination.
|
FileCodestreamWriter |
This class implements a CodestreamWriter for Java streams.
|
FileFormatBoxes |
This class contains all the markers used in the JPEG 2000 Part I file format
|
FileFormatReader |
This class reads the file format wrapper that may or may not exist around a
valid JPEG 2000 codestream.
|
FileFormatWriter |
This class writes the file format wrapper that may or may not exist around
a valid JPEG 2000 codestream.
|
FileTypeBox |
This class is defined to represent a File Type Box of JPEG JP2 file
format.
|
FilterTypes |
This interface defines the identifiers for the different types of
filters that are supported.
|
ForwardWT |
This abstract class represents the forward wavelet transform functional
block.
|
ForwCompTransf |
This class apply component transformations to the tiles depending
on user specifications.
|
ForwCompTransfSpec |
This class extends CompTransfSpec class in order to hold encoder specific
aspects of CompTransfSpec.
|
ForwWT |
This interface extends the WaveletTransform with the
specifics of forward wavelet transforms.
|
ForwWTDataProps |
This interface extends the ImgData interface with methods that are
necessary for forward wavelet data (i.e.
|
ForwWTFull |
This class implements the ForwardWT with the full-page approach to be used
either with integer or floating-point filters
|
GeoTIFFTagSet |
A class representing the tags found in a GeoTIFF IFD.
|
GIFImageMetadata |
|
GIFImageMetadataFormat |
|
GIFImageMetadataFormatResources |
|
GIFImageWriter |
|
GIFImageWriterSpi |
|
GIFStreamMetadata |
|
GIFStreamMetadataFormat |
|
GIFStreamMetadataFormatResources |
|
GuardBitsSpec |
This class extends ModuleSpec class in order to hold specifications about
number of guard bits in each tile-component.
|
HeaderBox |
This class is defined to represent an Image Header Box of JPEG JP2 file
format.
|
HeaderDecoder |
This class reads Main and Tile-part headers from the codestream.
|
HeaderEncoder |
This class writes almost of the markers and marker segments in main header
and in tile-part headers.
|
HeaderInfo |
Classe that holds information found in the marker segments of the main and
tile-part headers.
|
I18NImpl |
Class to simplify use of internationalization message strings.
|
IISRandomAccessIO |
A wrapper for converting an ImageInputStream into a
RandomAccessIO .
|
ImageInputStreamWrapper |
This class is designed to wrap a ImageInputStream into
a InputStream .
|
ImageUtil |
|
ImgData |
This interface defines methods to access image attributes (width, height,
number of components, etc.).
|
ImgDataAdapter |
This class provides a default implementation of the methods in the
'ImgData' interface.
|
ImgDataConverter |
This class is responsible of all data type conversions.
|
ImgDataJoiner |
This class implements the ImgData interface and allows to obtain data from
different sources.
|
ImgReader |
This is the generic interface to be implemented by all image file (or other
resource) readers for different image file formats.
|
ImgReaderPGM |
This class implements the ImgData interface for reading 8 bit unsigned data
from a binary PGM file.
|
InputStreamAdapter |
|
IntegerSpec |
This class extends ModuleSpec and is responsible of Integer
specifications for each tile-component.
|
InvCompTransf |
This class apply inverse component transformations to the tiles depending
on specification read from the codestream header.
|
InverseWT |
This abstract class extends the WaveletTransform one with the specifics of
inverse wavelet transforms.
|
InvertedCMYKColorSpace |
Singleton class representing a simple, mathematically defined
inverted CMYK color space.
|
InvWT |
This interface extends the WaveletTransform with the
specifics of inverse wavelet transforms.
|
InvWTAdapter |
This class provides default implementation of the methods in the 'InvWT'
interface.
|
InvWTData |
This interface extends the MultiResImgData interface with the methods that
are necessary for inverse wavelet data (i.e.
|
InvWTFull |
This class implements the InverseWT with the full-page approach for int and
float data.
|
ISRandomAccessIO |
This class implements a wrapper to turn an InputStream into a
RandomAccessIO.
|
J2KImageReader |
This class is the Java Image IO plugin reader for JPEG 2000 JP2 image file
format.
|
J2KImageReaderResources |
|
J2KImageReaderSpi |
|
J2KImageReadParam |
A subclass of ImageReadParam for reading images in
the JPEG 2000 format.
|
J2KImageReadParamJava |
A subclass of ImageReadParam for reading images in
the JPEG 2000 format.
|
J2KImageWriteParam |
A subclass of ImageWriteParam for writing images in
the JPEG 2000 format.
|
J2KImageWriteParamJava |
A subclass of ImageWriteParam for writing images in
the JPEG 2000 format.
|
J2KImageWriter |
The Java Image IO plugin writer for encoding a RenderedImage into
a JPEG 2000 part 1 file (JP2) format.
|
J2KImageWriterResources |
|
J2KImageWriterSpi |
|
J2KMetadata |
Metadata for the J2K plug-in.
|
J2KMetadataFormat |
|
J2KMetadataFormatResources |
|
J2KReadState |
|
J2KRenderedImage |
|
JJ2KExceptionHandler |
This class handles exceptions.
|
JJ2KInfo |
This class holds general JJ2000 information, such as the version number,
copyright, contact address, etc.
|
LayersInfo |
This class stores the specification of a layer distribution in the
bit stream.
|
LZWCompressor |
Modified from original LZWCompressor to change interface to passing a
buffer of data to be compressed.
|
LZWStringTable |
General purpose LZW String Table.
|
Markers |
This interface defines the values of the different markers in the JPEG 2000
codestream.
|
MathUtil |
This class contains a collection of utility methods fro mathematical
operations.
|
MaxShiftSpec |
This class contains the maxshift scaling value for each tile-component.
|
ModuleSpec |
This generic class is used to handle values to be used by a module for each
tile and component.
|
MQCoder |
This class implements the MQ arithmetic coder.
|
MQDecoder |
This class implements the MQ arithmetic decoder.
|
MsgLogger |
This class provides a simple common abstraction of a facility that logs
and/or displays messages or simple strings.
|
MsgPrinter |
This utility class formats messages to the specified line width, by
inserting line-breaks between words, and printing the resulting
lines.
|
MultiResImgData |
This interface defines methods to access image attributes (width, height,
number of components, etc.) of multiresolution images, such as those
resulting from an inverse wavelet transform.
|
MultiResImgDataAdapter |
This class provides a default implementation for the methods of the
'MultiResImgData' interface.
|
NativeServices |
This class presents a collection of static methods that allow access to
some native methods.
|
NoNextElementException |
This exception is thrown whenever a next???? method is called and
there is no next element to return.
|
NotImplementedError |
This exception is thrown whenever a feature or functionality that
has not been implemented is calle.
|
OutputStreamAdapter |
|
PackageUtil |
|
PaletteBox |
This class is designed to represent a palette box for JPEG 2000 JP2 file
format.
|
PaletteBuilder |
This class implements the octree quantization method
as it is described in the "Graphics Gems"
(ISBN 0-12-286166-3, Chapter 4, pages 297-293)
|
PCXConstants |
|
PCXImageReader |
|
PCXImageReaderSpi |
|
PCXImageWriter |
|
PCXImageWriterSpi |
|
PCXMetadata |
|
PktDecoder |
This class is used to read packet's head and body.
|
PktEncoder |
This class builds packets and keeps the state information of packet
interdependencies.
|
PktInfo |
This class defines an object used to countain informations about a packet
to which the current code-block belongs.
|
PNMImageReader |
This class is the Java Image IO plugin reader for PNM images.
|
PNMImageReaderSpi |
|
PNMImageWriteParam |
A subclass of ImageWriteParam for writing images in
the PNM format.
|
PNMImageWriter |
The Java Image IO plugin writer for encoding a binary RenderedImage into
a PNM format.
|
PNMImageWriterSpi |
|
PNMMetadata |
Metadata for the PNM plug-in.
|
PNMMetadataFormat |
|
PNMMetadataFormatResources |
|
PostCompRateAllocator |
This is the abstract class from which post-compression rate allocators
which generate layers should inherit.
|
PrecCoordInfo |
This class is used to store the coordinates of precincts.
|
PrecinctSizeSpec |
This class extends ModuleSpec class for precinct partition sizes holding
purposes.
|
PrecInfo |
Class that holds precinct coordinates and references to contained
code-blocks in each subband.
|
Progression |
This class holds one of the different progression orders defined in
the bit stream.
|
ProgressionSpec |
This class extends ModuleSpec class for progression type(s) and progression
order changes holding purposes.
|
ProgressionType |
This interface defines the identifiers for the different bit stream
profiles and progression types.
|
ProgressWatch |
|
QuantizationType |
This interface defines the IDs of the possible quantization types.
|
Quantizer |
This abstract class provides the general interface for quantizers.
|
QuantStepSizeSpec |
This class extends ModuleSpec class in order to hold specifications about
the quantization base normalized step size to use in each tile-component.
|
QuantTypeSpec |
This class extends ModuleSpec class in order to hold specifications about
the quantization type to use in each tile-component.
|
RandomAccessIO |
This abstract class defines the interface to perform random access I/O.
|
RawImageInputStream |
This class defines the content of the ImageInputStream
containing several raw images with the same image type: the number of
the images, the image type, the offset for the first sample of each image,
and the image size information.
|
RawImageReader |
This class is the Java Image IO plugin reader for Raw images.
|
RawImageReaderSpi |
|
RawImageWriteParam |
A subclass of ImageWriteParam for writing images in
the RAW format.
|
RawImageWriter |
The Java Image IO plugin writer for encoding a binary RenderedImage into
a Raw format.
|
RawImageWriterSpi |
|
RawRenderedImage |
|
RectROIMaskGenerator |
This class generates the ROI masks when there are only rectangular ROIs in
the image.
|
RenderedImageSrc |
|
ResolutionBox |
This class is defined to represent a Resolution Box of JPEG JP2
file format.
|
ROI |
This class contains the shape of a single ROI.
|
ROIDeScaler |
This class takes care of the de-scaling of ROI coefficients.
|
ROIMaskGenerator |
This class generates the ROI masks for the ROIScaler.It gives the scaler
the ROI mask for the current code-block.
|
ROIScaler |
This class deals with the ROI functionality.
|
SegmentedImageInputStream |
A SegmentedImageInputStream provides a view of a
subset of another ImageInputStream consiting of a series
of segments with given starting positions in the source stream and
lengths.
|
SignatureBox |
This class is defined to represent a Signature Box of JPEG JP2
file format.
|
SimpleCMYKColorSpace |
Singleton class representing a simple, mathematically defined CMYK
color space.
|
SimpleRenderedImage |
|
SingleTileRenderedImage |
A simple class that provides RenderedImage functionality
given a Raster and a ColorModel.
|
StdDequantizer |
This class implements a scalar dequantizer with deadzone.
|
StdDequantizerParams |
This class holds the parameters for the scalar deadzone dequantizer
(StdDequantizer class) for the current tile.
|
StdEntropyCoder |
This class implements the JPEG 2000 entropy coder, which codes stripes in
code-blocks.
|
StdEntropyCoderOptions |
This interface define the constants that identify the possible options for
the entropy coder, as well some fixed parameters of the JPEG 2000 entropy
coder.
|
StdEntropyDecoder |
This class implements the JPEG 2000 entropy decoder, which codes stripes in
code-blocks.
|
StdQuantizer |
This class implements scalar quantization of integer or floating-point
valued source data.
|
StreamMsgLogger |
This class implements the MsgLogger interface for streams.
|
StreamSegment |
A utility class representing a segment within a stream as a
long starting position and an int
length.
|
StreamSegmentMapper |
An interface for use with the SegmentedImageInputStream
class.
|
StringFormatException |
Thrown to indicate that the application has attempted to parse a
badly formatted string.
|
StringSpec |
This class extends ModuleSpec class in order to hold tile-component
specifications using Strings.
|
Subband |
This abstract class represents a subband in a bidirectional tree structure
that describes the subband decomposition for a wavelet transform.
|
SubbandAn |
This class represents a subband in a bidirectional tree structure
that describes the subband decomposition for a wavelet transform,
specifically for the analysis side.
|
SubbandRectROIMask |
This class describes the ROI mask for a single subband.
|
SubbandROIMask |
This abstract class describes the ROI mask for a single subband.
|
SubbandSyn |
This class represents a subband in a tree structure that describes
the subband decomposition for a wavelet transform, specifically for
the syhthesis side.
|
SynWTFilter |
This abstract class defines the methods of all synthesis wavelet
filters.
|
SynWTFilterFloat |
This extends the synthesis wavelet filter general definitions of
SynWTFilter by adding methods that work for float data
specifically.
|
SynWTFilterFloatLift9x7 |
This class inherits from the synthesis wavelet filter definition for int
data.
|
SynWTFilterInt |
This extends the synthesis wavelet filter general definitions of
SynWTFilter by adding methods that work for int data
specifically.
|
SynWTFilterIntLift5x3 |
This class inherits from the synthesis wavelet filter definition for int
data.
|
SynWTFilterSpec |
This class extends ModuleSpec class for synthesis filters
specification holding purpose.
|
TagTreeDecoder |
This class implements the tag tree decoder.
|
TagTreeEncoder |
This class implements the tag tree encoder.
|
ThreadPool |
This class implements a thread pool.
|
TIFFAttrInfo |
|
TIFFBaseJPEGCompressor |
Base class for all possible forms of JPEG compression in TIFF.
|
TIFFCIELabColorConverter |
|
TIFFColorConverter |
An abstract class that performs simple color conversion on 3-banded source
images, for use with the TIFF Image I/O plug-in.
|
TIFFCompressor |
An abstract superclass for pluggable TIFF compressors.
|
TIFFDecompressor |
A class defining a pluggable TIFF decompressor.
|
TIFFDeflateCompressor |
Compressor for Deflate compression.
|
TIFFDeflateDecompressor |
|
TIFFDeflater |
Compressor superclass for Deflate and ZLib compression.
|
TIFFDirectory |
A convenience class for simplifying interaction with TIFF native
image metadata.
|
TIFFElementInfo |
|
TIFFEXIFJPEGCompressor |
A TIFFCompressor for the JPEG variant of EXIF.
|
TIFFFaxCompressor |
|
TIFFFaxDecompressor |
|
TIFFField |
A class representing a field in a TIFF 6.0 Image File Directory.
|
TIFFFieldNode |
The Node representation of a TIFFField
wherein the child node is procedural rather than buffered.
|
TIFFIFD |
|
TIFFImageMetadata |
|
TIFFImageMetadataFormat |
|
TIFFImageMetadataFormatResources |
|
TIFFImageReader |
|
TIFFImageReaderSpi |
|
TIFFImageReadParam |
A subclass of ImageReadParam allowing control over
the TIFF reading process.
|
TIFFImageWriteParam |
A subclass of ImageWriteParam
allowing control over the TIFF writing process.
|
TIFFImageWriter |
|
TIFFImageWriterSpi |
|
TIFFJPEGCompressor |
Compressor for encoding compression type 7, TTN2/Adobe JPEG-in-TIFF.
|
TIFFJPEGDecompressor |
|
TIFFLSBCompressor |
Uncompressed data with LSB-to-MSB fill order.
|
TIFFLSBDecompressor |
|
TIFFLZWCompressor |
LZW Compressor.
|
TIFFLZWDecompressor |
|
TIFFLZWUtil |
|
TIFFMetadataFormat |
|
TIFFNullCompressor |
|
TIFFNullDecompressor |
|
TIFFOldJPEGDecompressor |
TIFFDecompressor for "Old JPEG" compression.
|
TIFFPackBitsCompressor |
|
TIFFPackBitsDecompressor |
|
TIFFPackBitsUtil |
|
TIFFRenderedImage |
|
TIFFRLECompressor |
|
TIFFStreamMetadata |
|
TIFFStreamMetadataFormat |
|
TIFFStreamMetadataFormatResources |
|
TIFFT4Compressor |
|
TIFFT6Compressor |
|
TIFFTag |
A class defining the notion of a TIFF tag.
|
TIFFTagSet |
A class representing a set of TIFF tags.
|
TIFFYCbCrColorConverter |
|
TIFFYCbCrDecompressor |
|
TIFFZLibCompressor |
Compressor for ZLib compression.
|
Tiler |
This class places an image in the canvas coordinate system, tiles it, if so
specified, and performs the coordinate conversions transparently.
|
UUIDBox |
This class is defined to represent a UUID Box of JPEG JP2
file format.
|
UUIDListBox |
This class is defined to represent a UUID list Box of JPEG JP2
file format.
|
WaveletFilter |
This interface defines how a wavelet filter implementation should
present itself.
|
WaveletTransform |
This interface defines how a forward or inverse wavelet transform
should present itself.
|
WBMPImageReader |
This class is the Java Image IO plugin reader for WBMP images.
|
WBMPImageReaderSpi |
|
WBMPImageWriter |
The Java Image IO plugin writer for encoding a binary RenderedImage into
a WBMP format.
|
WBMPImageWriterSpi |
|
WBMPMetadata |
|
WTDecompSpec |
This class holds the decomposition type to be used in each part of the
image; the default one, the component specific ones, the tile default ones
and the component-tile specific ones.
|
WTFilterSpec |
This is the generic class from which the ones that hold the analysis or
synthesis filters to be used in each part of the image derive.
|
XMLBox |
This class is defined to represent a XML box of JPEG JP2
file format.
|