All Classes
-
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.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.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).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.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 transformationCoordInfo 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.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.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.FileCodestreamWriter This class implements a CodestreamWriter for Java streams.FileFormatBoxes This class contains all the markers used in the JPEG 2000 Part I file formatFileFormatReader 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 filtersGuardBitsSpec 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.IISRandomAccessIO A wrapper for converting anImageInputStreaminto aRandomAccessIO.ImageInputStreamWrapper This class is designed to wrap aImageInputStream into aInputStream.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.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.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 ofImageReadParamfor reading images in the JPEG 2000 format.J2KImageReadParamJava A subclass ofImageReadParamfor reading images in the JPEG 2000 format.J2KImageWriteParam A subclass ofImageWriteParamfor writing images in the JPEG 2000 format.J2KImageWriteParamJava A subclass ofImageWriteParamfor 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.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.MediaLibAccessor An adapter class for presenting image data in a mediaLibImage format, even if the data isn't stored that way.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.PaletteBox This class is designed to represent a palette box for JPEG 2000 JP2 file format.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.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.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.SignatureBox This class is defined to represent a Signature Box of JPEG JP2 file format.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.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.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.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.