Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

A

abort() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriter
 
addByteArray(byte[], int, int) - Method in class jj2000.j2k.entropy.decoder.ByteInputBuffer
Adds the specified data to the end of the byte array stream.
addNode(Box) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KMetadata
 
addNTP(int, int) - Method in class jj2000.j2k.codestream.reader.CBlkInfo
Adds the number of new truncation for specified layer.
addOptPoint(float, int) - Method in class jj2000.j2k.entropy.encoder.LayersInfo
Adds a new optimization point, with target bitrate 'brate' and with 'elyrs' (unoptimized) extra layers after it.
ALPHA - Static variable in class jj2000.j2k.wavelet.analysis.AnWTFilterFloatLift9x7
The value of the first lifting step coefficient
ALPHA - Static variable in class jj2000.j2k.wavelet.synthesis.SynWTFilterFloatLift9x7
The value of the first lifting step coefficient
analyze_hpf(Object, int, int, int, Object, int, int, Object, int, int) - Method in class jj2000.j2k.wavelet.analysis.AnWTFilter
Filters the input signal by this analysis filter, decomposing it in a low-pass and a high-pass signal.
analyze_hpf(float[], int, int, int, float[], int, int, float[], int, int) - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterFloat
A specific version of the analyze_hpf() method that works on int data.
analyze_hpf(Object, int, int, int, Object, int, int, Object, int, int) - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterFloat
The general version of the analyze_hpf() method, it just calls the specialized version.
analyze_hpf(float[], int, int, int, float[], int, int, float[], int, int) - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterFloatLift9x7
An implementation of the analyze_hpf() method that works on int data, for the forward 9x7 wavelet transform using the lifting scheme.
analyze_hpf(int[], int, int, int, int[], int, int, int[], int, int) - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterInt
A specific version of the analyze_hpf() method that works on int data.
analyze_hpf(Object, int, int, int, Object, int, int, Object, int, int) - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterInt
The general version of the analyze_hpf() method, it just calls the specialized version.
analyze_hpf(int[], int, int, int, int[], int, int, int[], int, int) - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterIntLift5x3
An implementation of the analyze_hpf() method that works on int data, for the forward 5x3 wavelet transform using the lifting scheme.
analyze_lpf(Object, int, int, int, Object, int, int, Object, int, int) - Method in class jj2000.j2k.wavelet.analysis.AnWTFilter
Filters the input signal by this analysis filter, decomposing it in a low-pass and a high-pass signal.
analyze_lpf(float[], int, int, int, float[], int, int, float[], int, int) - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterFloat
A specific version of the analyze_lpf() method that works on int data.
analyze_lpf(Object, int, int, int, Object, int, int, Object, int, int) - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterFloat
The general version of the analyze_lpf() method, it just calls the specialized version.
analyze_lpf(float[], int, int, int, float[], int, int, float[], int, int) - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterFloatLift9x7
An implementation of the analyze_lpf() method that works on int data, for the forward 9x7 wavelet transform using the lifting scheme.
analyze_lpf(int[], int, int, int, int[], int, int, int[], int, int) - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterInt
A specific version of the analyze_lpf() method that works on int data.
analyze_lpf(Object, int, int, int, Object, int, int, Object, int, int) - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterInt
The general version of the analyze_lpf() method, it just calls the specialized version.
analyze_lpf(int[], int, int, int, int[], int, int, int[], int, int) - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterIntLift5x3
An implementation of the analyze_lpf() method that works on int data, for the forward 5x3 wavelet transform using the lifting scheme.
anbytes - Variable in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Actual number of read bytes
anGainExp - Variable in class jj2000.j2k.wavelet.Subband
The base 2 exponent of the analysis gain of the subband.
AnWTFilter - Class in jj2000.j2k.wavelet.analysis
This abstract class defines the methods of all analysis wavelet filters.
AnWTFilter() - Constructor for class jj2000.j2k.wavelet.analysis.AnWTFilter
 
AnWTFilterFloat - Class in jj2000.j2k.wavelet.analysis
This extends the analysis wavelet filter general definitions of AnWTFilter by adding methods that work for float data specifically.
AnWTFilterFloat() - Constructor for class jj2000.j2k.wavelet.analysis.AnWTFilterFloat
 
AnWTFilterFloatLift9x7 - Class in jj2000.j2k.wavelet.analysis
This class inherits from the analysis wavelet filter definition for int data.
AnWTFilterFloatLift9x7() - Constructor for class jj2000.j2k.wavelet.analysis.AnWTFilterFloatLift9x7
 
AnWTFilterInt - Class in jj2000.j2k.wavelet.analysis
This extends the analysis wavelet filter general definitions of AnWTFilter by adding methods that work for int data specifically.
AnWTFilterInt() - Constructor for class jj2000.j2k.wavelet.analysis.AnWTFilterInt
 
AnWTFilterIntLift5x3 - Class in jj2000.j2k.wavelet.analysis
This class inherits from the analysis wavelet filter definition for int data.
AnWTFilterIntLift5x3() - Constructor for class jj2000.j2k.wavelet.analysis.AnWTFilterIntLift5x3
 
AnWTFilterSpec - Class in jj2000.j2k.wavelet.analysis
This class extends ModuleSpec class for analysis filters specification holding purpose.
AnWTFilterSpec(int, int, byte, QuantTypeSpec, J2KImageWriteParamJava, String) - Constructor for class jj2000.j2k.wavelet.analysis.AnWTFilterSpec
Constructs a new 'AnWTFilterSpec' for the specified number of components and tiles.
arate - Variable in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Actual decoding rate in bpp
ArbROIMaskGenerator - Class in jj2000.j2k.roi.encoder
This class generates the ROI bit-mask when, at least, one ROI is not rectangular.
ArbROIMaskGenerator(ROI[], int, Quantizer) - Constructor for class jj2000.j2k.roi.encoder.ArbROIMaskGenerator
The constructor of the arbitrary mask generator
arbShape - Variable in class jj2000.j2k.roi.encoder.ROI
Where or not the ROI shape is arbitrary
ArrayUtil - Class in jj2000.j2k.util
This class contains a colleaction of utility static methods for arrays.
ArrayUtil() - Constructor for class jj2000.j2k.util.ArrayUtil
 
ax - Variable in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
The horizontal coordinate of the image origin in the canvas system, on the reference grid.
ay - Variable in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
The vertical coordinate of the image origin in the canvas system, on the reference grid.

B

bandOffsets - Variable in class com.sun.media.imageioimpl.plugins.jpeg2000.MediaLibAccessor
The offsets of each band in the src image
baos - Variable in class jj2000.j2k.codestream.writer.HeaderEncoder
The ByteArrayOutputStream to store header data.
BEBufferedRandomAccessFile - Class in jj2000.j2k.io
This class defines a Buffered Random Access File, where all I/O is considered to be big-endian, and extends the BufferedRandomAccessFile class.
BEBufferedRandomAccessFile(File, String, int) - Constructor for class jj2000.j2k.io.BEBufferedRandomAccessFile
Constructor.
BEBufferedRandomAccessFile(File, String) - Constructor for class jj2000.j2k.io.BEBufferedRandomAccessFile
Constructor.
BEBufferedRandomAccessFile(String, String, int) - Constructor for class jj2000.j2k.io.BEBufferedRandomAccessFile
Constructor.
BEBufferedRandomAccessFile(String, String) - Constructor for class jj2000.j2k.io.BEBufferedRandomAccessFile
Constructor.
BETA - Static variable in class jj2000.j2k.wavelet.analysis.AnWTFilterFloatLift9x7
The value of the second lifting step coefficient
BETA - Static variable in class jj2000.j2k.wavelet.synthesis.SynWTFilterFloatLift9x7
The value of the second lifting step coefficient
BIG_ENDIAN - Static variable in interface jj2000.j2k.io.EndianType
Identifier for big-endian byte ordering (i.e.
BINARY - Static variable in class com.sun.media.imageioimpl.plugins.jpeg2000.MediaLibAccessor
Flag indicating data are binary.
BINARY_MASK - Static variable in class com.sun.media.imageioimpl.plugins.jpeg2000.MediaLibAccessor
The bits of a FormatTag associated with binary data.
BinaryDataInput - Interface in jj2000.j2k.io
This interface defines the input of binary data from streams and/or files.
BinaryDataOutput - Interface in jj2000.j2k.io
This interface defines the output of binary data to streams and/or files.
BitOutputBuffer - Class in jj2000.j2k.codestream.writer
This class implements a buffer for writing bits, with the required bit stuffing policy for the packet headers.
BitOutputBuffer() - Constructor for class jj2000.j2k.codestream.writer.BitOutputBuffer
Creates a new BitOutputBuffer width a buffer of length 'SZ_INIT'.
BITS_PER_COMPONENT_BOX - Static variable in interface jj2000.j2k.fileformat.FileFormatBoxes
 
BitsPerComponentBox - Class in com.sun.media.imageioimpl.plugins.jpeg2000
This class is defined to represent a Bits Per Component Box of JPEG JP2 file format.
BitsPerComponentBox(byte[]) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.BitsPerComponentBox
Counstructs a BitsPerComponentBox from the provided byte array containing the bit depths of each color component.
BitsPerComponentBox(Node) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.BitsPerComponentBox
Constructs a BitsPerComponentBox based on the provide org.w3c.dom.Node.
BitstreamReaderAgent - Class in jj2000.j2k.codestream.reader
This is the generic interface for bit stream reader agents.
BitstreamReaderAgent(HeaderDecoder, DecoderSpecs) - Constructor for class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Initializes members of this class.
BlkImgDataSrc - Interface in jj2000.j2k.image
This interface defines the methods to transfer image data in blocks, without following any particular order (random access).
bms - Variable in class jj2000.j2k.entropy.encoder.StdEntropyCoder
By-pass mode specifications
Box - Class in com.sun.media.imageioimpl.plugins.jpeg2000
This class is defined to create the box of JP2 file format.
Box(int, int, byte[]) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.Box
Constructs a Box instance using the provided the box type and the box content in byte array format.
Box(int, int, long, byte[]) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.Box
Constructs a Box instance using the provided the box type, the box extra length, and the box content in byte array format.
Box(ImageInputStream, int) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.Box
Constructs a Box instance from the provided ImageInputStream at the specified position.
Box(Node) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.Box
Constructs a Box from an "unknown" Node.
BUF_DEF_LEN - Static variable in class jj2000.j2k.entropy.encoder.ByteOutputBuffer
The default initial buffer size
BUF_INC - Static variable in class jj2000.j2k.entropy.encoder.ByteOutputBuffer
The buffer increase size
BufferedRandomAccessFile - Class in jj2000.j2k.io
This class defines a Buffered Random Access File.
BufferedRandomAccessFile(File, String, int) - Constructor for class jj2000.j2k.io.BufferedRandomAccessFile
Constructor.
BufferedRandomAccessFile(File, String) - Constructor for class jj2000.j2k.io.BufferedRandomAccessFile
Constructor.
BufferedRandomAccessFile(String, String, int) - Constructor for class jj2000.j2k.io.BufferedRandomAccessFile
Constructor.
BufferedRandomAccessFile(String, String) - Constructor for class jj2000.j2k.io.BufferedRandomAccessFile
Constructor.
bugaddr - Static variable in class jj2000.j2k.JJ2KInfo
The bug reporting e-mail address
byteArraySet(byte[], byte) - Static method in class jj2000.j2k.util.ArrayUtil
Reinitializes a byte array to the given value in an optimized way.
byteBuffer - Variable in class jj2000.j2k.io.BufferedRandomAccessFile
Buffer of bytes containing the part of the file that is currently being accessed
byteBufferChanged - Variable in class jj2000.j2k.io.BufferedRandomAccessFile
Boolean keeping track of whether the byte buffer has been changed since it was read.
ByteInputBuffer - Class in jj2000.j2k.entropy.decoder
This class provides a byte input facility from byte buffers.
ByteInputBuffer(byte[]) - Constructor for class jj2000.j2k.entropy.decoder.ByteInputBuffer
Creates a new byte array input stream that reads data from the specified byte array.
ByteInputBuffer(byte[], int, int) - Constructor for class jj2000.j2k.entropy.decoder.ByteInputBuffer
Creates a new byte array input stream that reads data from the specified byte array.
byteOrdering - Variable in class jj2000.j2k.io.BufferedRandomAccessFile
 
ByteOutputBuffer - Class in jj2000.j2k.entropy.encoder
This class provides a buffering output stream similar to ByteArrayOutputStream, with some additional methods.
ByteOutputBuffer() - Constructor for class jj2000.j2k.entropy.encoder.ByteOutputBuffer
Creates a new byte array output stream.
ByteOutputBuffer(int) - Constructor for class jj2000.j2k.entropy.encoder.ByteOutputBuffer
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.

C

calcMixedBitDepths(int[], int, int[]) - Static method in class jj2000.j2k.image.forwcomptransf.ForwCompTransf
Calculates the bitdepths of the transformed components, given the bitdepth of the un-transformed components and the component tranformation type.
calcMixedBitDepths(int[], int, int[]) - Static method in class jj2000.j2k.image.invcomptransf.InvCompTransf
Calculates the bitdepths of the transformed components, given the bitdepth of the un-transformed components and the component tranformation type.
calcSbParams(SubbandAn, int) - Method in class jj2000.j2k.quantization.quantizer.Quantizer
Calculates the parameters of the SubbandAn objects that depend on the Quantizer.
calcSbParams(SubbandAn, int) - Method in class jj2000.j2k.quantization.quantizer.StdQuantizer
Calculates the parameters of the SubbandAn objects that depend on the Quantizer.
canDecodeInput(Object) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReaderSpi
 
canEncodeImage(ImageTypeSpecifier) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriterSpi
 
canNodeAppear(String, ImageTypeSpecifier) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KMetadataFormat
 
canReadRaster() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReader
 
canWriteRasters() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriter
 
CAPTURE_RESOLUTION_BOX - Static variable in interface jj2000.j2k.fileformat.FileFormatBoxes
 
cbLength - Variable in class jj2000.j2k.codestream.reader.PktInfo
The length of the code-block in this packet (in bytes)
cblk - Variable in class jj2000.j2k.codestream.PrecInfo
Code-blocks belonging to this precinct in each subbands of the resolution level
CBlkCoordInfo - Class in jj2000.j2k.codestream
This class is used to store the coordinates of code-blocks.
CBlkCoordInfo() - Constructor for class jj2000.j2k.codestream.CBlkCoordInfo
Constructor.
CBlkCoordInfo(int, int) - Constructor for class jj2000.j2k.codestream.CBlkCoordInfo
Constructor.
CBlkInfo - Class in jj2000.j2k.codestream.reader
This class contains location of code-blocks' piece of codewords (there is one piece per layer) and some other information.
CBlkInfo(int, int, int, int, int) - Constructor for class jj2000.j2k.codestream.reader.CBlkInfo
Constructs a new instance with specified number of layers and code-block coordinates.
CBlkQuantDataSrcDec - Interface in jj2000.j2k.quantization.dequantizer
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 - Interface in jj2000.j2k.quantization.quantizer
This interface defines a source of quantized wavelet coefficients and methods to transfer them in a code-block by code-block basis.
CBlkRateDistStats - Class in jj2000.j2k.entropy.encoder
This class stores coded (compressed) code-blocks with their associated rate-distortion statistics.
CBlkRateDistStats() - Constructor for class jj2000.j2k.entropy.encoder.CBlkRateDistStats
Creates a new CBlkRateDistStats object without allocating any space for 'truncRates', 'truncSlopes', 'truncDists' and 'truncIdxs' or 'data'.
CBlkRateDistStats(int, int, int, byte[], int[], double[], boolean[], int, boolean) - Constructor for class jj2000.j2k.entropy.encoder.CBlkRateDistStats
Creates a new CBlkRateDistStats object and initializes the valid truncation points, their rates and their slopes, from the 'rates' and 'dist' arrays.
cblks - Variable in class jj2000.j2k.decoder.DecoderSpecs
Code-blocks sizes specification
CBlkSizeSpec - Class in jj2000.j2k.entropy
This class extends ModuleSpec class for code-blocks sizes holding purposes.
CBlkSizeSpec(int, int, byte) - Constructor for class jj2000.j2k.entropy.CBlkSizeSpec
Creates a new CBlkSizeSpec object for the specified number of tiles and components.
CBlkSizeSpec(int, int, byte, J2KImageWriteParamJava, String) - Constructor for class jj2000.j2k.entropy.CBlkSizeSpec
Creates a new CBlkSizeSpec object for the specified number of tiles and components and the ParameterList instance.
CBlkWTData - Class in jj2000.j2k.wavelet.analysis
This is a generic abstract class to store a code-block of wavelet data, be it quantized or not.
CBlkWTData() - Constructor for class jj2000.j2k.wavelet.analysis.CBlkWTData
 
CBlkWTDataFloat - Class in jj2000.j2k.wavelet.analysis
This is an implementation of the 'CBlkWTData' abstract class for 32 bit floating point data (float).
CBlkWTDataFloat() - Constructor for class jj2000.j2k.wavelet.analysis.CBlkWTDataFloat
 
CBlkWTDataInt - Class in jj2000.j2k.wavelet.analysis
This is an implementation of the 'CBlkWTData' abstract class for signed 32 bit integer data.
CBlkWTDataInt() - Constructor for class jj2000.j2k.wavelet.analysis.CBlkWTDataInt
 
CBlkWTDataSrc - Interface in jj2000.j2k.wavelet.analysis
This abstract class defines methods to transfer wavelet data in a code-block by code-block basis.
CBlkWTDataSrcDec - Interface in jj2000.j2k.wavelet.synthesis
This abstract class defines methods to transfer wavelet data in a code-block by code-block basis, for the decoder side.
cbOff - Variable in class jj2000.j2k.codestream.reader.PktInfo
The code-block offset in the codestream (for this packet)
ccoc - Variable in class jj2000.j2k.codestream.HeaderInfo.COC
 
ccom - Variable in class jj2000.j2k.codestream.HeaderInfo.COM
 
ce - Variable in class jj2000.j2k.entropy.Progression
Component index for the end of a progression.
cepoc - Variable in class jj2000.j2k.codestream.HeaderInfo.POC
 
CHANNEL_DEFINITION_BOX - Static variable in interface jj2000.j2k.fileformat.FileFormatBoxes
 
ChannelDefinitionBox - Class in com.sun.media.imageioimpl.plugins.jpeg2000
This class is designed to represent a Channel Definition Box of JPEG JP2 file format.
ChannelDefinitionBox(ColorModel) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.ChannelDefinitionBox
Constructs a ChannelDefinitionBox based on the provided ColorModel.
ChannelDefinitionBox(byte[]) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.ChannelDefinitionBox
Constructs a ChannelDefinitionBox based on the provided content in byte array.
ChannelDefinitionBox(short[], short[], short[]) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.ChannelDefinitionBox
Constructs a ChannelDefinitionBox based on the provided channel definitions.
ChannelDefinitionBox(Node) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.ChannelDefinitionBox
Constructs a ChannelDefinitionBox based on the provided org.w3c.dom.Node.
checkMarkerLength(DataInputStream, String) - Method in class jj2000.j2k.codestream.reader.HeaderDecoder
Checks that the marker segment length is correct.
checkPredTerm() - Method in class jj2000.j2k.entropy.decoder.MQDecoder
Checks for past errors in the decoding process using the predictable error resilient termination.
checkReadParamBandSettingsWrapper(ImageReadParam, int, int) - Static method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReader
Wrapper for the protected method checkReadParamBandSettings.
checkTargetErrors() - Method in class jj2000.j2k.util.ThreadPool
Checks that no error or runtime exception in any target have occurred so far.
clearTargetErrors() - Method in class jj2000.j2k.util.ThreadPool
Clears the current target error conditions, if any.
clone() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KMetadata
 
clone() - Method in class jj2000.j2k.ModuleSpec
 
close() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.IISRandomAccessIO
 
close() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.ImageInputStreamWrapper
 
close() - Method in class jj2000.j2k.codestream.writer.CodestreamWriter
Closes the underlying resource (file, stream, network connection, etc.).
close() - Method in class jj2000.j2k.codestream.writer.FileCodestreamWriter
Writes the EOC marker and closes the underlying stream.
close() - Method in class jj2000.j2k.image.input.ImgReader
Closes the underlying file or network connection from where the image data is being read.
close() - Method in class jj2000.j2k.image.input.ImgReaderPGM
Closes the underlying RandomAccessFile from where the image data is being read.
close() - Method in class jj2000.j2k.io.BufferedRandomAccessFile
Closes the buffered random access file
close() - Method in interface jj2000.j2k.io.RandomAccessIO
Closes the I/O stream.
close() - Method in class jj2000.j2k.util.ISRandomAccessIO
Closes this object for reading as well as the wrapped InputStream, if not already closed.
coc - Variable in class jj2000.j2k.codestream.HeaderInfo
Reference to the COC marker segments found in main and first tile-part header.
COC() - Constructor for class jj2000.j2k.codestream.HeaderInfo.COC
 
COC - Static variable in interface jj2000.j2k.codestream.Markers
Coding style component (COC): 0xFF53
cod - Variable in class jj2000.j2k.codestream.HeaderInfo
Reference to the COD marker segments found in main and first tile-part header.
COD() - Constructor for class jj2000.j2k.codestream.HeaderInfo.COD
 
COD - Static variable in interface jj2000.j2k.codestream.Markers
Coding style default (COD): 0xFF52
CodedCBlk - Class in jj2000.j2k.entropy
This is the generic class to store coded (compressed) code-block.
CodedCBlk() - Constructor for class jj2000.j2k.entropy.CodedCBlk
Creates a new CodedCBlk object wit the default values and without allocating any space for its members.
CodedCBlk(int, int, int, byte[]) - Constructor for class jj2000.j2k.entropy.CodedCBlk
Creates a new CodedCBlk object with the specified values.
CodedCBlkDataSrcDec - Interface in jj2000.j2k.entropy.decoder
This interface defines a source of entropy coded data and methods to transfer it in a code-block by code-block basis.
CodedCBlkDataSrcEnc - Interface in jj2000.j2k.entropy.encoder
This interface defines a source of entropy coded data and methods to transfer it in a code-block by code-block basis.
CodestreamManipulator - Class in jj2000.j2k.util
This class takes a legal JPEG 2000 codestream and performs some manipulation on it.
CodestreamManipulator(File, int, int, boolean, boolean, boolean, boolean) - Constructor for class jj2000.j2k.util.CodestreamManipulator
Instantiates a codestream manipulator..
CodestreamWriter - Class in jj2000.j2k.codestream.writer
This is the abstract class for writing to a bit stream.
CodestreamWriter(int) - Constructor for class jj2000.j2k.codestream.writer.CodestreamWriter
Allocates this object and initializes the maximum numner of bytes.
codeSymbol(int, int) - Method in class jj2000.j2k.entropy.encoder.MQCoder
This function performs the arithmetic encoding of one symbol.
codeSymbols(int[], int[], int) - Method in class jj2000.j2k.entropy.encoder.MQCoder
This function performs the arithmetic encoding of several symbols together.
ColorSpecificationBox - Class in com.sun.media.imageioimpl.plugins.jpeg2000
This class is defined to represent a Color Specification Box of JPEG JP2 file format.
ColorSpecificationBox(byte, byte, byte, int, ICC_Profile) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.ColorSpecificationBox
Creates a ColorSpecificationBox from the provided data elements.
ColorSpecificationBox(byte[]) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.ColorSpecificationBox
Creates a ColorSpecificationBox from the provided byte array.
ColorSpecificationBox(Node) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.ColorSpecificationBox
Constructs a ColorSpecificationBox based on the provided org.w3c.dom.Node.
COLOUR_SPECIFICATION_BOX - Static variable in interface jj2000.j2k.fileformat.FileFormatBoxes
 
com - Variable in class jj2000.j2k.codestream.HeaderInfo
Reference to the COM marker segments found in main and tile-part headers.
COM() - Constructor for class jj2000.j2k.codestream.HeaderInfo.COM
 
COM - Static variable in interface jj2000.j2k.codestream.Markers
Comment (COM): 0xFF64
com.sun.media.imageioimpl.plugins.jpeg2000 - package com.sun.media.imageioimpl.plugins.jpeg2000
 
commitBitstreamHeader(HeaderEncoder) - Method in class jj2000.j2k.codestream.writer.CodestreamWriter
Writes the header data to the bit stream, if it has not been already done.
commitBitstreamHeader(HeaderEncoder) - Method in class jj2000.j2k.codestream.writer.FileCodestreamWriter
Writes the header data in the codestream and actualize ndata with the header length.
comp - Variable in class jj2000.j2k.roi.encoder.ROI
The components for which the ROI is relevant
COMP_POS_RES_LY_PROG - Static variable in interface jj2000.j2k.codestream.ProgressionType
The bit stream is Component/Position/Resolution/Layer progressive : 4
compDef - Variable in class jj2000.j2k.ModuleSpec
The default value for each component.
COMPONENT_MAPPING_BOX - Static variable in interface jj2000.j2k.fileformat.FileFormatBoxes
 
ComponentMappingBox - Class in com.sun.media.imageioimpl.plugins.jpeg2000
This class is defined to represent a Color Specification Box of JPEG JP2 file format.
ComponentMappingBox(byte[]) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.ComponentMappingBox
Constructs a ComponentMappingBox from the provided content byte array.
ComponentMappingBox(short[], byte[], byte[]) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.ComponentMappingBox
Constructs a ComponentMappingBox from the provided component mapping.
ComponentMappingBox(Node) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.ComponentMappingBox
Constructs a ComponentMappingBox based on the provided org.w3c.dom.Node.
compose() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.Box
Composes the content byte array from the data elements.
compose() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.ChannelDefinitionBox
 
compose() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.ColorSpecificationBox
 
compose() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.ComponentMappingBox
 
compose() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.DataEntryURLBox
 
compose() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.FileTypeBox
 
compose() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.HeaderBox
 
compose() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.PaletteBox
 
compose() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.ResolutionBox
 
compose() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.SignatureBox
 
compose() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.UUIDBox
 
compose() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.UUIDListBox
 
CompTransfSpec - Class in jj2000.j2k.image
This class extends ModuleSpec class in order to hold tile specifications for component transformation
CompTransfSpec(int, int, byte) - Constructor for class jj2000.j2k.image.CompTransfSpec
Constructs an empty 'CompTransfSpec' with specified number of tile and components.
computeRegionsWrapper(ImageReadParam, boolean, int, int, BufferedImage, Rectangle, Rectangle) - Static method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReader
Wrapper for the protected method computeRegions.
CONCURRENCY_PROP_NAME - Static variable in class jj2000.j2k.util.ThreadPool
The name of the property that sets the concurrency level: jj2000.j2k.util.ThreadPool.concurrency
CONTIGUOUS_CODESTREAM_BOX - Static variable in interface jj2000.j2k.fileformat.FileFormatBoxes
 
convertFactor - Variable in class jj2000.j2k.wavelet.analysis.CBlkWTData
The value by which the absolute value of the data has to be divided in order to get the real absolute value.
convertImageMetadata(IIOMetadata, ImageTypeSpecifier, ImageWriteParam) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriter
 
convertStreamMetadata(IIOMetadata, ImageWriteParam) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriter
 
convertToExpMantissa(float) - Static method in class jj2000.j2k.quantization.quantizer.StdQuantizer
Converts the floating point value to its exponent-mantissa representation.
CoordInfo - Class in jj2000.j2k.codestream
This class is used to store the coordinates of objects such as code-blocks or precincts.
CoordInfo(int, int, int, int) - Constructor for class jj2000.j2k.codestream.CoordInfo
Constructor.
CoordInfo() - Constructor for class jj2000.j2k.codestream.CoordInfo
Empty contructor
COPIED - Static variable in class com.sun.media.imageioimpl.plugins.jpeg2000.MediaLibAccessor
Flag indicating data is a copy of the raster's data.
COPY_MASK - Static variable in class com.sun.media.imageioimpl.plugins.jpeg2000.MediaLibAccessor
The bits of a FormatTag associated with how dataArrays are obtained.
copyInt(byte[], int, int) - Static method in class com.sun.media.imageioimpl.plugins.jpeg2000.Box
Copies that four bytes of an integer into the byte array.
copyright - Static variable in class jj2000.j2k.JJ2KInfo
The copyright message string.
CorruptedCodestreamException - Exception in jj2000.j2k.codestream
Thsi exception is thrown whenever an illegal value is read from a bit stream.
CorruptedCodestreamException() - Constructor for exception jj2000.j2k.codestream.CorruptedCodestreamException
Constructs a new CorruptedCodestreamException exception with no detail message.
CorruptedCodestreamException(String) - Constructor for exception jj2000.j2k.codestream.CorruptedCodestreamException
Constructs a new CorruptedCodestreamException exception with the specified detail message.
cqcc - Variable in class jj2000.j2k.codestream.HeaderInfo.QCC
 
createBox(int, Node) - Static method in class com.sun.media.imageioimpl.plugins.jpeg2000.Box
Creates a Box object with the provided type based on the provided Node object based on reflection.
createDequantizer(CBlkQuantDataSrcDec, int[], DecoderSpecs) - Method in class jj2000.j2k.codestream.reader.HeaderDecoder
Returns the dequantizer parameters.
createEntropyDecoder(CodedCBlkDataSrcDec, J2KImageReadParamJava) - Method in class jj2000.j2k.codestream.reader.HeaderDecoder
Creates and returns the entropy decoder corresponding to the information read from the codestream header and with the special additional parameters from the parameter list.
createInstance(RandomAccessIO, HeaderDecoder, J2KImageReadParamJava, DecoderSpecs, boolean, HeaderInfo) - Static method in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Creates a bit stream reader of the correct type that works on the provided RandomAccessIO, with the special parameters from the parameter list.
createInstance(CBlkQuantDataSrcEnc, J2KImageWriteParamJava, CBlkSizeSpec, PrecinctSizeSpec, StringSpec, StringSpec, StringSpec, StringSpec, StringSpec, StringSpec, StringSpec) - Static method in class jj2000.j2k.entropy.encoder.EntropyCoder
Creates a EntropyCoder object for the appropriate entropy coding parameters in the parameter list 'pl', and having 'src' as the source of quantized data.
createInstance(CodedCBlkDataSrcEnc, float, CodestreamWriter, J2KImageWriteParamJava) - Static method in class jj2000.j2k.entropy.encoder.PostCompRateAllocator
Creates a PostCompRateAllocator object for the appropriate rate allocation parameters in the parameter list 'pl', having 'src' as the source of entropy coded data, 'rate' as the target bitrate and 'bw' as the bit stream writer object.
createInstance(CBlkWTDataSrc, J2KImageWriteParamJava) - Static method in class jj2000.j2k.quantization.quantizer.Quantizer
Creates a Quantizer object for the appropriate type of quantization specified in the options in the parameter list 'pl', and having 'src' as the source of data to be quantized.
createInstance(Quantizer, J2KImageWriteParamJava) - Static method in class jj2000.j2k.roi.encoder.ROIScaler
Creates a ROIScaler object.
createInstance(CBlkQuantDataSrcDec, J2KImageReadParamJava, DecoderSpecs) - Static method in class jj2000.j2k.roi.ROIDeScaler
Creates a ROIDeScaler object.
createInstance(BlkImgDataSrc, J2KImageWriteParamJava) - Static method in class jj2000.j2k.wavelet.analysis.ForwardWT
Creates a ForwardWT object with the specified filters, and with other options specified in the parameter list 'pl'.
createInstance(CBlkWTDataSrcDec, DecoderSpecs) - Static method in class jj2000.j2k.wavelet.synthesis.InverseWT
Creates an InverseWT object that works on the data type of the source, with the special additional parameters from the parameter list.
createReaderInstance(Object) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReaderSpi
 
createROIDeScaler(CBlkQuantDataSrcDec, J2KImageReadParamJava, DecoderSpecs) - Method in class jj2000.j2k.codestream.reader.HeaderDecoder
Creates and returns the ROIDeScaler corresponding to the information read from the codestream header and with the special additional parameters from the parameter list.
createWriterInstance(Object) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriterSpi
 
crg - Variable in class jj2000.j2k.codestream.HeaderInfo
Reference to the CRG marker segment found in main header
CRG() - Constructor for class jj2000.j2k.codestream.HeaderInfo.CRG
 
CRG - Static variable in interface jj2000.j2k.codestream.Markers
Component registration (CRG): 0xFF63
CRG_FOUND - Static variable in class jj2000.j2k.codestream.reader.HeaderDecoder
Flag bit for CRG marker segment found
crgn - Variable in class jj2000.j2k.codestream.HeaderInfo.RGN
 
cs - Variable in class jj2000.j2k.entropy.Progression
Component index for the start of a progression
CSB_APPROX - Static variable in interface jj2000.j2k.fileformat.FileFormatBoxes
 
CSB_ENUM_GREY - Static variable in interface jj2000.j2k.fileformat.FileFormatBoxes
 
CSB_ENUM_SRGB - Static variable in interface jj2000.j2k.fileformat.FileFormatBoxes
 
CSB_ENUM_YCC - Static variable in interface jj2000.j2k.fileformat.FileFormatBoxes
 
CSB_METH - Static variable in interface jj2000.j2k.fileformat.FileFormatBoxes
Colour Specification Box Fields
CSB_PREC - Static variable in interface jj2000.j2k.fileformat.FileFormatBoxes
 
csiz - Variable in class jj2000.j2k.codestream.HeaderInfo.SIZ
 
cspoc - Variable in class jj2000.j2k.codestream.HeaderInfo.POC
 
css - Variable in class jj2000.j2k.entropy.encoder.StdEntropyCoder
Causal stripes specifications
ctp - Variable in class jj2000.j2k.codestream.reader.CBlkInfo
The cumulative number of truncation points
cts - Variable in class jj2000.j2k.decoder.DecoderSpecs
The component transformation specifications
ctX - Variable in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
The current tile horizontal index
ctY - Variable in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
The current tile vertical index
culx - Variable in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
The horizontal coordinates of the upper-left corner of the active tile, with respect to the canvas origin, in the component hi-res grid, for each component.
culy - Variable in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
The vertical coordinates of the upper-left corner of the active tile, with respect to the canvas origin, in the component hi-res grid, for each component.
CUSTOM - Static variable in interface jj2000.j2k.wavelet.FilterTypes
User-defined filter: -1

D

data - Variable in class com.sun.media.imageioimpl.plugins.jpeg2000.Box
 
data - Variable in class jj2000.j2k.entropy.CodedCBlk
The compressed data
data - Variable in class jj2000.j2k.image.DataBlkFloat
The array where the data is stored
data - Variable in class jj2000.j2k.image.DataBlkInt
The array where the data is stored
data - Variable in class jj2000.j2k.wavelet.analysis.CBlkWTDataFloat
The array where the data is stored
data - Variable in class jj2000.j2k.wavelet.analysis.CBlkWTDataInt
The array where the data is stored
DataBlk - Class in jj2000.j2k.image
This is a generic abstract class to store data from a block of an image.
DataBlk() - Constructor for class jj2000.j2k.image.DataBlk
 
DataBlkFloat - Class in jj2000.j2k.image
This is an implementation of the DataBlk interface for 32 bit floating point data (float).
DataBlkFloat() - Constructor for class jj2000.j2k.image.DataBlkFloat
Creates a DataBlkFloat with 0 dimensions and no data array (i.e.
DataBlkFloat(int, int, int, int) - Constructor for class jj2000.j2k.image.DataBlkFloat
Creates a DataBlkFloat with the specified dimensions and position.
DataBlkFloat(DataBlkFloat) - Constructor for class jj2000.j2k.image.DataBlkFloat
Copy constructor.
DataBlkInt - Class in jj2000.j2k.image
This is an implementation of the DataBlk interface for signed 32 bit integral data.
DataBlkInt() - Constructor for class jj2000.j2k.image.DataBlkInt
Creates a DataBlkInt with 0 dimensions and no data array (i.e.
DataBlkInt(int, int, int, int) - Constructor for class jj2000.j2k.image.DataBlkInt
Creates a DataBlkInt with the specified dimensions and position.
DataBlkInt(DataBlkInt) - Constructor for class jj2000.j2k.image.DataBlkInt
Copy constructor.
DataEntryURLBox - Class in com.sun.media.imageioimpl.plugins.jpeg2000
This class is defined to represent a Data Entry URL Box of JPEG JP2 file format.
DataEntryURLBox(byte[]) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.DataEntryURLBox
Constructs a DataEntryURLBox from its content data.
DataEntryURLBox(byte, byte[], String) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.DataEntryURLBox
Constructs a DataEntryURLBox from its data elements.
DataEntryURLBox(Node) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.DataEntryURLBox
Constructs a DataEntryURLBox from a Node.
DATATYPE_MASK - Static variable in class com.sun.media.imageioimpl.plugins.jpeg2000.MediaLibAccessor
The bits of a FormatTag associated with pixel datatype.
DC_OFFSET - Static variable in class jj2000.j2k.image.input.ImgReaderPGM
DC offset value used when reading image
DEC_SPEC_COMP_DEF - Static variable in class jj2000.j2k.wavelet.WTDecompSpec
The identifier for "component default" specified decomposition
DEC_SPEC_MAIN_DEF - Static variable in class jj2000.j2k.wavelet.WTDecompSpec
The identifier for "main default" specified decomposition
DEC_SPEC_TILE_COMP - Static variable in class jj2000.j2k.wavelet.WTDecompSpec
The identifier for "tile and component specific" specified decomposition
DEC_SPEC_TILE_DEF - Static variable in class jj2000.j2k.wavelet.WTDecompSpec
The identifier for "tile specific default" specified decomposition
DecLyrdCBlk - Class in jj2000.j2k.entropy.decoder
This class stores coded (compressed) code-blocks that are organized in layers.
DecLyrdCBlk() - Constructor for class jj2000.j2k.entropy.decoder.DecLyrdCBlk
 
DecoderSpecs - Class in jj2000.j2k.decoder
This class holds references to each module specifications used in the decoding chain.
DecoderSpecs(int, int) - Constructor for class jj2000.j2k.decoder.DecoderSpecs
Initialize all members with the given number of tiles and components.
decodeSymbol(int) - Method in class jj2000.j2k.entropy.decoder.MQDecoder
Arithmetically decodes one symbol from the bit stream with the given context and returns its decoded value.
decodeSymbols(int[], int[], int) - Method in class jj2000.j2k.entropy.decoder.MQDecoder
This function performs the arithmetic decoding.
decSpec - Variable in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
The decoder specifications
decSpec - Variable in class jj2000.j2k.wavelet.synthesis.InvWTAdapter
The decoder specifications
def - Variable in class jj2000.j2k.ModuleSpec
Default value for each tile-component
DEF_BUF_LEN - Static variable in class jj2000.j2k.codestream.writer.FileCodestreamWriter
The default buffer length, 1024 bytes
DEF_THREADS_NUM - Static variable in class jj2000.j2k.entropy.encoder.StdEntropyCoder
The default value for the property in THREADS_PROP_NAME: 0
DEFAULT_DISPLAY_RESOLUTION_BOX - Static variable in interface jj2000.j2k.fileformat.FileFormatBoxes
 
DELTA - Static variable in class jj2000.j2k.wavelet.analysis.AnWTFilterFloatLift9x7
The value of the fourth lifting step coefficient
DELTA - Static variable in class jj2000.j2k.wavelet.synthesis.SynWTFilterFloatLift9x7
The value of the fourth lifting step coefficient
Dequantizer - Class in jj2000.j2k.quantization.dequantizer
This is the abstract class from which all dequantizers must inherit.
Dequantizer(CBlkQuantDataSrcDec, int[], DecoderSpecs) - Constructor for class jj2000.j2k.quantization.dequantizer.Dequantizer
Initializes the source of compressed data.
DequantizerParams - Class in jj2000.j2k.quantization.dequantizer
This is the generic ineterface for dequantization parameters.
DequantizerParams() - Constructor for class jj2000.j2k.quantization.dequantizer.DequantizerParams
 
derived - Variable in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Whether or not the components in the current tile uses a derived quantization step size (only relevant in non reversible quantization mode).
dl - Variable in class jj2000.j2k.entropy.decoder.DecLyrdCBlk
The coded (compressed) data length.
dls - Variable in class jj2000.j2k.decoder.DecoderSpecs
Number of decomposition levels specifications
doCodestreamManipulation() - Method in class jj2000.j2k.util.CodestreamManipulator
This method performs the actual manipulation of the codestream which is the reparsing for tile parts and packed packet headers
dwt - Variable in class jj2000.j2k.codestream.writer.HeaderEncoder
Reference to the DWT module

E

EBCOTRateAllocator - Class in jj2000.j2k.entropy.encoder
This implements the EBCOT post compression rate allocation algorithm.
EBCOTRateAllocator(CodedCBlkDataSrcEnc, LayersInfo, CodestreamWriter, J2KImageWriteParamJava) - Constructor for class jj2000.j2k.entropy.encoder.EBCOTRateAllocator
Initializes the EBCOT rate allocator of entropy coded data.
ecopts - Variable in class jj2000.j2k.decoder.DecoderSpecs
The Entropy decoder options specifications
ECS_GRAY - Static variable in class com.sun.media.imageioimpl.plugins.jpeg2000.ColorSpecificationBox
 
ECS_sRGB - Static variable in class com.sun.media.imageioimpl.plugins.jpeg2000.ColorSpecificationBox
The enumerated color space defined in JP2 file format.
ECS_YCC - Static variable in class com.sun.media.imageioimpl.plugins.jpeg2000.ColorSpecificationBox
 
encode(int, int, int, BitOutputBuffer) - Method in class jj2000.j2k.codestream.writer.TagTreeEncoder
Encodes information for the specified element of the tree, given the threshold and sends it to the 'out' stream.
encodeMainHeader() - Method in class jj2000.j2k.codestream.writer.HeaderEncoder
Write main header.
encodePacket(int, int, int, int, CBlkRateDistStats[][], int[][], BitOutputBuffer, byte[], int) - Method in class jj2000.j2k.codestream.writer.PktEncoder
Encodes a packet and returns the buffer containing the encoded packet header.
encodeTilePartHeader(int, int) - Method in class jj2000.j2k.codestream.writer.HeaderEncoder
Writes tile-part header.
EndianType - Interface in jj2000.j2k.io
This interface defines constants for the two types of byte ordering: little- and big-endian.
EntropyCoder - Class in jj2000.j2k.entropy.encoder
This abstract class provides the general interface for block-based entropy encoders.
EntropyCoder(CBlkQuantDataSrcEnc) - Constructor for class jj2000.j2k.entropy.encoder.EntropyCoder
Initializes the source of quantized wavelet coefficients.
EntropyDecoder - Class in jj2000.j2k.entropy.decoder
This is the abstract class from which all entropy decoders must inherit.
EntropyDecoder(CodedCBlkDataSrcDec) - Constructor for class jj2000.j2k.entropy.decoder.EntropyDecoder
Initializes the source of compressed data.
EOC - Static variable in interface jj2000.j2k.codestream.Markers
End of codestream (EOC): 0xFFD9
EPH - Static variable in interface jj2000.j2k.codestream.Markers
End of packet header (EPH): 0xFF92
EPH_LENGTH - Static variable in interface jj2000.j2k.codestream.Markers
Length of EPH marker (in bytes)
ephs - Variable in class jj2000.j2k.decoder.DecoderSpecs
The End of Packet Headers (EPH) markers specifications
equals(Object) - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterFloatLift9x7
Tests if the 'obj' object is the same filter as this one.
equals(Object) - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterIntLift5x3
Tests if the 'obj' object is the same filter as this one.
ERROR - Static variable in interface jj2000.j2k.util.MsgLogger
Severity of message.
ers - Variable in class jj2000.j2k.decoder.DecoderSpecs
The error resilience specifications concerning the entropy decoder
ERS_SEG_SYMBOLS - Static variable in interface jj2000.j2k.codestream.Markers
The "segmentation symbols used" flag within Sers: 2
ERS_SOP - Static variable in interface jj2000.j2k.codestream.Markers
The "SOP marker segments used" flag within Sers: 1
exp - Variable in class jj2000.j2k.quantization.dequantizer.StdDequantizerParams
The quantization step "exponent" value, for each resolution level and subband, as it appears in the codestream.
extractTilePartMarkSeg(short, RandomAccessIO, int, int) - Method in class jj2000.j2k.codestream.reader.HeaderDecoder
This method extracts a marker segment in a tile-part header and stores it into a byte buffer for the second pass.
extraLength - Variable in class com.sun.media.imageioimpl.plugins.jpeg2000.Box
 

F

FacilityManager - Class in jj2000.j2k.util
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.
FacilityManager() - Constructor for class jj2000.j2k.util.FacilityManager
 
fastCodeSymbols(int, int, int) - Method in class jj2000.j2k.entropy.encoder.MQCoder
This method performs the coding of the symbol 'bit', using context 'ctxt', 'n' times, using the MQ-coder speedup mode if possible.
fastDecodeSymbols(int[], int, int) - Method in class jj2000.j2k.entropy.decoder.MQDecoder
Decodes 'n' symbols from the bit stream using the same context 'ctxt'.
FILE_TYPE_BOX - Static variable in interface jj2000.j2k.fileformat.FileFormatBoxes
 
FileBitstreamReaderAgent - Class in jj2000.j2k.codestream.reader
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.
FileBitstreamReaderAgent(HeaderDecoder, RandomAccessIO, DecoderSpecs, J2KImageReadParamJava, boolean, HeaderInfo) - Constructor for class jj2000.j2k.codestream.reader.FileBitstreamReaderAgent
Reads all tiles headers and keep offset of their first packet.
FileCodestreamWriter - Class in jj2000.j2k.codestream.writer
This class implements a CodestreamWriter for Java streams.
FileCodestreamWriter(File, int) - Constructor for class jj2000.j2k.codestream.writer.FileCodestreamWriter
Opens the file 'file' for writing the bit stream, using the 'he' header encoder.
FileCodestreamWriter(String, int) - Constructor for class jj2000.j2k.codestream.writer.FileCodestreamWriter
Opens the file named 'fname' for writing the bit stream, using the 'he' header encoder.
FileCodestreamWriter(OutputStream, int) - Constructor for class jj2000.j2k.codestream.writer.FileCodestreamWriter
Uses the output stream 'os' for writing the bit stream, using the 'he' header encoder.
FileFormatBoxes - Interface in jj2000.j2k.fileformat
This class contains all the markers used in the JPEG 2000 Part I file format
FileFormatReader - Class in jj2000.j2k.fileformat.reader
This class reads the file format wrapper that may or may not exist around a valid JPEG 2000 codestream.
FileFormatReader(RandomAccessIO, J2KMetadata) - Constructor for class jj2000.j2k.fileformat.reader.FileFormatReader
The constructor of the FileFormatReader
FileFormatWriter - Class in jj2000.j2k.fileformat.writer
This class writes the file format wrapper that may or may not exist around a valid JPEG 2000 codestream.
FileFormatWriter(File, ImageOutputStream, int, int, int, int[], int, ColorModel, SampleModel, J2KMetadata) - Constructor for class jj2000.j2k.fileformat.writer.FileFormatWriter
The constructor of the FileFormatWriter.
FileTypeBox - Class in com.sun.media.imageioimpl.plugins.jpeg2000
This class is defined to represent a File Type Box of JPEG JP2 file format.
FileTypeBox(int, int, int[]) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.FileTypeBox
Constructs a FileTypeBox from the provided brand, minor version and compatibility list.
FileTypeBox(byte[]) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.FileTypeBox
Constructs a FileTypeBox from the provided byte array.
FileTypeBox(Node) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.FileTypeBox
Constructs a FileTypeBox from org.w3c.dom.Node.
fillBasedOnBands(int, boolean, short[], short[], short[]) - Static method in class com.sun.media.imageioimpl.plugins.jpeg2000.ChannelDefinitionBox
Fills the channel definitions into the arrays based on the number of components and isPremultiplied.
FILTER_SPEC_COMP_DEF - Static variable in class jj2000.j2k.wavelet.WTFilterSpec
The identifier for "component default" specified filters
FILTER_SPEC_MAIN_DEF - Static variable in class jj2000.j2k.wavelet.WTFilterSpec
The identifier for "main default" specified filters
FILTER_SPEC_TILE_COMP - Static variable in class jj2000.j2k.wavelet.WTFilterSpec
The identifier for "tile and component specific" specified filters
FILTER_SPEC_TILE_DEF - Static variable in class jj2000.j2k.wavelet.WTFilterSpec
The identifier for "tile specific default" specified filters
FilterTypes - Interface in jj2000.j2k.wavelet
This interface defines the identifiers for the different types of filters that are supported.
finalize() - Method in class jj2000.j2k.entropy.decoder.StdEntropyDecoder
Prints the timing information, if collected, and calls 'finalize' on the super class.
finalize() - Method in class jj2000.j2k.entropy.encoder.EBCOTRateAllocator
Prints the timing information, if collected, and calls 'finalize' on the super class.
finalize() - Method in class jj2000.j2k.entropy.encoder.StdEntropyCoder
Prints the timing information, if collected, and calls 'finalize' on the super class.
findCompatibleTag(Raster) - Static method in class com.sun.media.imageioimpl.plugins.jpeg2000.MediaLibAccessor
Returns the most efficient FormatTag that is compatible with the destination raster and all source rasters.
finishLengthCalculation(int[], int) - Method in class jj2000.j2k.entropy.encoder.MQCoder
Terminates the calculation of the required length for each coding pass.
FIRST_BYPASS_PASS_IDX - Static variable in interface jj2000.j2k.entropy.StdEntropyCoderOptions
The index of the first "raw" pass, if bypass mode is on.
flush() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.IISRandomAccessIO
A null operation as writing is not supported.
flush() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReader
 
flush() - Method in interface jj2000.j2k.io.BinaryDataOutput
Any data that has been buffered must be written, and the stream should be realigned at the byte level.
flush() - Method in class jj2000.j2k.io.BufferedRandomAccessFile
Any data that has been buffered must be written (including buffering at the bit level), and the stream should be realigned at the byte level.
flush() - Method in class jj2000.j2k.util.ISRandomAccessIO
Does nothing since this class does not implement data output.
flush() - Method in interface jj2000.j2k.util.MsgLogger
Writes any buffered data from the println() method to the device.
flush() - Method in class jj2000.j2k.util.StreamMsgLogger
Writes any buffered data from the print() and println() methods to the device.
formatTag - Variable in class com.sun.media.imageioimpl.plugins.jpeg2000.MediaLibAccessor
Tag indicating the data type of the data and whether its copied
FORW_ICT - Static variable in class jj2000.j2k.image.forwcomptransf.ForwCompTransf
Identifier for the Forward Irreversible Component Transformation (FORW_ICT).
FORW_RCT - Static variable in class jj2000.j2k.image.forwcomptransf.ForwCompTransf
Identifier for the Forward Reversible Component Transformation (FORW_RCT).
ForwardWT - Class in jj2000.j2k.wavelet.analysis
This abstract class represents the forward wavelet transform functional block.
ForwardWT(ImgData) - Constructor for class jj2000.j2k.wavelet.analysis.ForwardWT
Initializes this object for the specified number of tiles 'nt' and components 'nc'.
ForwCompTransf - Class in jj2000.j2k.image.forwcomptransf
This class apply component transformations to the tiles depending on user specifications.
ForwCompTransf(BlkImgDataSrc, J2KImageWriteParamJava) - Constructor for class jj2000.j2k.image.forwcomptransf.ForwCompTransf
Constructs a new ForwCompTransf object that operates on the specified source of image data.
ForwCompTransfSpec - Class in jj2000.j2k.image.forwcomptransf
This class extends CompTransfSpec class in order to hold encoder specific aspects of CompTransfSpec.
ForwCompTransfSpec(int, int, byte, AnWTFilterSpec, J2KImageWriteParamJava, String) - Constructor for class jj2000.j2k.image.forwcomptransf.ForwCompTransfSpec
Constructs a new 'ForwCompTransfSpec' for the specified number of components and tiles and the arguments of optName option.
ForwWT - Interface in jj2000.j2k.wavelet.analysis
This interface extends the WaveletTransform with the specifics of forward wavelet transforms.
ForwWTDataProps - Interface in jj2000.j2k.wavelet.analysis
This interface extends the ImgData interface with methods that are necessary for forward wavelet data (i.e.
ForwWTFull - Class in jj2000.j2k.wavelet.analysis
This class implements the ForwardWT with the full-page approach to be used either with integer or floating-point filters
ForwWTFull(BlkImgDataSrc, J2KImageWriteParamJava, int, int) - Constructor for class jj2000.j2k.wavelet.analysis.ForwWTFull
Initializes this object with the given source of image data and with all the decompositon parameters
FT_BR - Static variable in interface jj2000.j2k.fileformat.FileFormatBoxes
File Type Fields
ftpIdx - Variable in class jj2000.j2k.entropy.decoder.DecLyrdCBlk
The index of the first truncation point returned

G

GAMMA - Static variable in class jj2000.j2k.wavelet.analysis.AnWTFilterFloatLift9x7
The value of the third lifting step coefficient
GAMMA - Static variable in class jj2000.j2k.wavelet.synthesis.SynWTFilterFloatLift9x7
The value of the third lifting step coefficient
gb - Variable in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Number of guard bits off all component in the current tile.
gbs - Variable in class jj2000.j2k.decoder.DecoderSpecs
Number of guard bits specifications
gcd(int, int) - Static method in class jj2000.j2k.util.MathUtil
Method that calculates the Greatest Common Divisor (GCD) of two positive integer numbers.
gcd(int[]) - Static method in class jj2000.j2k.util.MathUtil
Method that calculates the Greatest Common Divisor (GCD) of several positive integer numbers.
getAbortRequest() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReader
This method wraps the protected method abortRequested to allow the abortions be monitored by J2KReadState.
getAbortRequest() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriter
This method wraps the protected method abortRequested to allow the abortions be monitored by J2KRenderedImage.
getActualNbytes() - Method in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Return the actual number of read bytes.
getActualRate() - Method in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Return the actual decoding rate in bits per pixel.
getAlignROI() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Gets alignROI
getAnHighNegSupport() - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterFloatLift9x7
Returns the negative support of the high-pass analysis filter.
getAnHighNegSupport() - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterIntLift5x3
Returns the negative support of the high-pass analysis filter.
getAnHighNegSupport() - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterFloatLift9x7
Returns the negative support of the high-pass analysis filter.
getAnHighNegSupport() - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterIntLift5x3
Returns the negative support of the high-pass analysis filter.
getAnHighNegSupport() - Method in interface jj2000.j2k.wavelet.WaveletFilter
Returns the negative support of the high-pass analysis filter.
getAnHighPosSupport() - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterFloatLift9x7
Returns the positive support of the high-pass analysis filter.
getAnHighPosSupport() - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterIntLift5x3
Returns the positive support of the high-pass analysis filter.
getAnHighPosSupport() - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterFloatLift9x7
Returns the positive support of the high-pass analysis filter.
getAnHighPosSupport() - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterIntLift5x3
Returns the positive support of the high-pass analysis filter.
getAnHighPosSupport() - Method in interface jj2000.j2k.wavelet.WaveletFilter
Returns the positive support of the high-pass analysis filter.
getAnLowNegSupport() - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterFloatLift9x7
Returns the negative support of the low-pass analysis filter.
getAnLowNegSupport() - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterIntLift5x3
Returns the negative support of the low-pass analysis filter.
getAnLowNegSupport() - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterFloatLift9x7
Returns the negative support of the low-pass analysis filter.
getAnLowNegSupport() - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterIntLift5x3
Returns the negative support of the low-pass analysis filter.
getAnLowNegSupport() - Method in interface jj2000.j2k.wavelet.WaveletFilter
Returns the negative support of the low-pass analysis filter.
getAnLowPosSupport() - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterFloatLift9x7
Returns the positive support of the low-pass analysis filter.
getAnLowPosSupport() - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterIntLift5x3
Returns the positive support of the low-pass analysis filter.
getAnLowPosSupport() - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterFloatLift9x7
Returns the positive support of the low-pass analysis filter.
getAnLowPosSupport() - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterIntLift5x3
Returns the positive support of the low-pass analysis filter.
getAnLowPosSupport() - Method in interface jj2000.j2k.wavelet.WaveletFilter
Returns the positive support of the low-pass analysis filter.
getAnSubbandTree(int, int) - Method in class jj2000.j2k.entropy.encoder.EntropyCoder
Returns a reference to the root of subband tree structure representing the subband decomposition for the specified tile-component.
getAnSubbandTree(int, int) - Method in class jj2000.j2k.quantization.quantizer.Quantizer
Returns a reference to the subband tree structure representing the subband decomposition for the specified tile-component.
getAnSubbandTree(int, int) - Method in class jj2000.j2k.roi.encoder.ROIScaler
Returns a reference to the subband tree structure representing the subband decomposition for the specified tile-component.
getAnSubbandTree(int, int) - Method in interface jj2000.j2k.wavelet.analysis.ForwWTDataProps
Returns a reference to the root of subband tree structure representing the subband decomposition for the specified tile-component.
getAnSubbandTree(int, int) - Method in class jj2000.j2k.wavelet.analysis.ForwWTFull
Returns a reference to the subband tree structure representing the subband decomposition for the specified tile-component of the source.
getApproximationAccuracy() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.ColorSpecificationBox
Returns ApproximationAccuracy.
getAssociation() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.ChannelDefinitionBox
Returns the association which associates a color channel to a color component in the color space of the image.
getAsTree(String) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KMetadata
 
getAttribute(Node, String) - Static method in class com.sun.media.imageioimpl.plugins.jpeg2000.Box
Extracts the value of the attribute from name.
getBandOffsets() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.MediaLibAccessor
Returns the bandOffsets.
getBitDepth() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.BitsPerComponentBox
Returns the bit depths for all the image components.
getBitDepth() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.HeaderBox
Returns the bit depth for all the image components.
getBitDepths() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.PaletteBox
Return the bit depths for all the color components.
getBlockAligned() - Method in class jj2000.j2k.roi.encoder.ROIScaler
This function returns the blockAligned flag
getBoxClass(int) - Static method in class com.sun.media.imageioimpl.plugins.jpeg2000.Box
Returns the Box class for the box with the provided type.
getBrand() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.FileTypeBox
Returns the brand of this file type box.
getBuffer() - Method in class jj2000.j2k.codestream.writer.BitOutputBuffer
Returns the byte buffer.
getBuffer() - Method in class jj2000.j2k.codestream.writer.HeaderEncoder
Returns the byte-buffer used to store the codestream header.
getBufferLength() - Method in class jj2000.j2k.codestream.writer.HeaderEncoder
Returns the number of bytes used in the codestream header's buffer.
getBypass() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Gets bypass
getByte(int) - Method in class jj2000.j2k.entropy.encoder.ByteOutputBuffer
Returns the byte buffered at the given position in the buffer.
getByteArrayElementValue(Node) - Static method in class com.sun.media.imageioimpl.plugins.jpeg2000.Box
Gets the byte array from an IIOMetadataNode.
getByteElementValue(Node) - Static method in class com.sun.media.imageioimpl.plugins.jpeg2000.Box
Gets its byte value from an IIOMetadataNode.
getByteInputBuffer() - Method in class jj2000.j2k.entropy.decoder.MQDecoder
Returns the underlying 'ByteInputBuffer' from where the MQ coded input bytes are read.
getByteOrdering() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.IISRandomAccessIO
 
getByteOrdering() - Method in interface jj2000.j2k.io.BinaryDataInput
Returns the endianess (i.e., byte ordering) of the implementing class.
getByteOrdering() - Method in interface jj2000.j2k.io.BinaryDataOutput
Returns the endianness (i.e., byte ordering) of the implementing class.
getByteOrdering() - Method in class jj2000.j2k.io.BufferedRandomAccessFile
Returns the endianess (i.e., byte ordering) of the implementing class.
getByteOrdering() - Method in class jj2000.j2k.util.ISRandomAccessIO
Returns the endianess (i.e., byte ordering) of multi-byte I/O operations.
getCausalCXInfo() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Gets causalCXInfo
getCBlkHeight(byte, int, int) - Method in class jj2000.j2k.entropy.CBlkSizeSpec
Returns the code-block height: for the specified tile/component for the specified tile for the specified component default value The value returned depends on the value of the variable 'type' which can take the following values : SPEC_DEF -> Default value is returned.
getCBlkHeight(int, int) - Method in class jj2000.j2k.entropy.encoder.EntropyCoder
Returns the code-block height for the specified tile and component.
getCBlkHeight(int, int) - Method in class jj2000.j2k.entropy.encoder.StdEntropyCoder
Returns the code-block height for the specified tile and component.
getCBlkInfo() - Method in class jj2000.j2k.codestream.reader.FileBitstreamReaderAgent
Gets the reference to the CBlkInfo array
getCBlkWidth(byte, int, int) - Method in class jj2000.j2k.entropy.CBlkSizeSpec
Returns the code-block width : for the specified tile/component for the specified tile for the specified component default value The value returned depends on the value of the variable 'type' which can take the following values :
SPEC_DEF -> Default value is returned.
getCBlkWidth(int, int) - Method in class jj2000.j2k.entropy.encoder.EntropyCoder
Returns the code-block width for the specified tile and component.
getCBlkWidth(int, int) - Method in class jj2000.j2k.entropy.encoder.StdEntropyCoder
Returns the code-block width for the specified tile and component.
getCbULX() - Method in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Returns the vertical code-block partition origin.
getCbULX() - Method in class jj2000.j2k.codestream.reader.HeaderDecoder
Returns the horizontal code-block partition origin.Allowable values are 0 and 1, nothing else.
getCbULX() - Method in class jj2000.j2k.entropy.decoder.EntropyDecoder
Returns the horizontal code-block partition origin.
getCbULX() - Method in class jj2000.j2k.entropy.encoder.EntropyCoder
Returns the horizontal offset of the code-block partition.
getCbULX() - Method in class jj2000.j2k.quantization.dequantizer.Dequantizer
Returns the horizontal code-block partition origin.
getCbULX() - Method in class jj2000.j2k.quantization.quantizer.Quantizer
Returns the horizontal offset of the code-block partition.
getCbULX() - Method in class jj2000.j2k.roi.encoder.ROIScaler
Returns the horizontal offset of the code-block partition.
getCbULX() - Method in class jj2000.j2k.roi.ROIDeScaler
Returns the horizontal code-block partition origin.
getCbULX() - Method in interface jj2000.j2k.wavelet.analysis.ForwWTDataProps
Returns the horizontal offset of the code-block partition.
getCbULX() - Method in class jj2000.j2k.wavelet.analysis.ForwWTFull
Returns the horizontal offset of the code-block partition.
getCbULX() - Method in interface jj2000.j2k.wavelet.synthesis.InvWTData
Returns the horizontal code-block partition origin.
getCbULY() - Method in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Returns the vertical code-block partition origin.
getCbULY() - Method in class jj2000.j2k.codestream.reader.HeaderDecoder
Returns the vertical code-block partition origin.
getCbULY() - Method in class jj2000.j2k.entropy.decoder.EntropyDecoder
Returns the vertical code-block partition origin.
getCbULY() - Method in class jj2000.j2k.entropy.encoder.EntropyCoder
Returns the vertical offset of the code-block partition.
getCbULY() - Method in class jj2000.j2k.quantization.dequantizer.Dequantizer
Returns the vertical code-block partition origin.
getCbULY() - Method in class jj2000.j2k.quantization.quantizer.Quantizer
Returns the vertical offset of the code-block partition.
getCbULY() - Method in class jj2000.j2k.roi.encoder.ROIScaler
Returns the vertical offset of the code-block partition.
getCbULY() - Method in class jj2000.j2k.roi.ROIDeScaler
Returns the vertical code-block partition origin.
getCbULY() - Method in interface jj2000.j2k.wavelet.analysis.ForwWTDataProps
Returns the vertical offset of the code-block partition.
getCbULY() - Method in class jj2000.j2k.wavelet.analysis.ForwWTFull
Returns the vertical offset of the code-block partition.
getCbULY() - Method in interface jj2000.j2k.wavelet.synthesis.InvWTData
Returns the vertical code-block partition origin Allowable values are 0 and 1, nothing else.
getChannel() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.ChannelDefinitionBox
Returns the defined channels.
getCodeBlock(int, int, int, SubbandSyn, int, int, DecLyrdCBlk) - Method in class jj2000.j2k.codestream.reader.FileBitstreamReaderAgent
Returns the specified coded code-block, for the specified component, in the current tile.
getCodeBlock(int, int, int, SubbandSyn, int, int, DecLyrdCBlk) - Method in interface jj2000.j2k.entropy.decoder.CodedCBlkDataSrcDec
Returns the specified coded code-block, for the specified component, in the current tile.
getCodeBlock(int, int, int, SubbandSyn, DataBlk) - Method in class jj2000.j2k.entropy.decoder.StdEntropyDecoder
Returns the specified code-block in the current tile for the specified component, as a copy (see below).
getCodeBlock(int, int, int, SubbandSyn, DataBlk) - Method in interface jj2000.j2k.quantization.dequantizer.CBlkQuantDataSrcDec
Returns the specified code-block in the current tile for the specified component, as a copy (see below).
getCodeBlock(int, int, int, SubbandSyn, DataBlk) - Method in class jj2000.j2k.quantization.dequantizer.StdDequantizer
Returns the specified code-block in the current tile for the specified component, as a copy (see below).
getCodeBlock(int, int, int, SubbandSyn, DataBlk) - Method in class jj2000.j2k.roi.ROIDeScaler
Returns the specified code-block in the current tile for the specified component, as a copy (see below).
getCodeBlock(int, int, int, SubbandSyn, DataBlk) - Method in interface jj2000.j2k.wavelet.synthesis.CBlkWTDataSrcDec
Returns the specified code-block in the current tile for the specified component, as a copy (see below).
getCodeBlockSize() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Gets codeBlockSize
getCodeSegSymbol() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Gets codeSegSymbol
getCodeStreamPos() - Method in class jj2000.j2k.fileformat.reader.FileFormatReader
This method creates and returns an array of positions to contiguous codestreams in the file
getColorModel() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KReadState
 
getColorModel() - Method in class jj2000.j2k.fileformat.reader.FileFormatReader
Returns the color model created from the palette box.
getCompatibilityList() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.FileTypeBox
Returns the compatibilty list of this file type box.
getCompData(DataBlk, int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.RenderedImageSrc
Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
getCompData(DataBlk, int) - Method in interface jj2000.j2k.image.BlkImgDataSrc
Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
getCompData(DataBlk, int) - Method in class jj2000.j2k.image.forwcomptransf.ForwCompTransf
Apply forward component transformation associated with the current tile.
getCompData(DataBlk, int) - Method in class jj2000.j2k.image.ImgDataConverter
Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component, using the 'transfer type' specified in the block given as argument.
getCompData(DataBlk, int) - Method in class jj2000.j2k.image.ImgDataJoiner
Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
getCompData(DataBlk, int) - Method in class jj2000.j2k.image.input.ImgReaderPGM
Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
getCompData(DataBlk, int) - Method in class jj2000.j2k.image.invcomptransf.InvCompTransf
Apply inverse component transformation associated with the current tile.
getCompData(DataBlk, int) - Method in class jj2000.j2k.image.Tiler
Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
getCompData(DataBlk, int) - Method in class jj2000.j2k.wavelet.synthesis.InvWTFull
Returns a block of image data containing the specifed rectangular area, in the specified component, as a copy (see below).
getCompDef(int) - Method in class jj2000.j2k.ModuleSpec
Gets default value of the specified component.
getCompHeight(int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.RenderedImageSrc
Returns the height in pixels of the specified component in the current tile.
getCompImgHeight(int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.RenderedImageSrc
Returns the height in pixels of the specified component in the overall image.
getCompImgHeight(int) - Method in class jj2000.j2k.codestream.HeaderInfo.SIZ
 
getCompImgHeight(int, int) - Method in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Returns the height in pixels of the specified component in the overall image, for the given (component) resolution level.
getCompImgHeight(int) - Method in interface jj2000.j2k.image.ImgData
Returns the height in pixels of the specified component in the overall image.
getCompImgHeight(int) - Method in class jj2000.j2k.image.ImgDataAdapter
Returns the height in pixels of the specified component in the overall image.
getCompImgHeight(int) - Method in class jj2000.j2k.image.ImgDataJoiner
Returns the height in pixels of the specified component in the overall image.
getCompImgHeight(int) - Method in class jj2000.j2k.image.input.ImgReader
Returns the height in pixels of the specified component in the overall image.
getCompImgHeight(int) - Method in class jj2000.j2k.wavelet.synthesis.InvWTAdapter
Returns the height in pixels of the specified component in the overall image.
getCompImgHeight(int, int) - Method in interface jj2000.j2k.wavelet.synthesis.MultiResImgData
Returns the height in pixels of the specified component in the overall image, for the given resolution level.
getCompImgHeight(int, int) - Method in class jj2000.j2k.wavelet.synthesis.MultiResImgDataAdapter
Returns the height in pixels of the specified component in the overall image, for the given resolution level.
getCompImgWidth(int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.RenderedImageSrc
Returns the width in pixels of the specified component in the overall image.
getCompImgWidth(int) - Method in class jj2000.j2k.codestream.HeaderInfo.SIZ
Width of the specified tile-component
getCompImgWidth(int, int) - Method in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Returns the width in pixels of the specified component in the overall image, for the given (component) resolution level.
getCompImgWidth(int) - Method in interface jj2000.j2k.image.ImgData
Returns the width in pixels of the specified component in the overall image.
getCompImgWidth(int) - Method in class jj2000.j2k.image.ImgDataAdapter
Returns the width in pixels of the specified component in the overall image.
getCompImgWidth(int) - Method in class jj2000.j2k.image.ImgDataJoiner
Returns the width in pixels of the specified component in the overall image.
getCompImgWidth(int) - Method in class jj2000.j2k.image.input.ImgReader
Returns the width in pixels of the specified component in the overall image.
getCompImgWidth(int) - Method in class jj2000.j2k.wavelet.synthesis.InvWTAdapter
Returns the width in pixels of the specified component in the overall image.
getCompImgWidth(int, int) - Method in interface jj2000.j2k.wavelet.synthesis.MultiResImgData
Returns the width in pixels of the specified component in the overall image, for the given resolution level.
getCompImgWidth(int, int) - Method in class jj2000.j2k.wavelet.synthesis.MultiResImgDataAdapter
Returns the width in pixels of the specified component in the overall image, for the given resolution level.
getComponent() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.ComponentMappingBox
 
getComponentAssociation() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.ComponentMappingBox
 
getComponentTransformation() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Gets componentTransformation
getComponentType() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.ComponentMappingBox
 
getCompressionType() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.HeaderBox
Returns the compression type.
getCompSubsX(int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.RenderedImageSrc
Returns the component subsampling factor in the horizontal direction, for the specified component.
getCompSubsX(int) - Method in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Returns the component subsampling factor in the horizontal direction, for the specified component.
getCompSubsX(int) - Method in class jj2000.j2k.codestream.reader.HeaderDecoder
Returns the component sub-sampling factor, with respect to the reference grid, along the horizontal direction for the specified component.
getCompSubsX(int) - Method in interface jj2000.j2k.image.ImgData
Returns the component subsampling factor in the horizontal direction, for the specified component.
getCompSubsX(int) - Method in class jj2000.j2k.image.ImgDataAdapter
Returns the component subsampling factor in the horizontal direction, for the specified component.
getCompSubsX(int) - Method in class jj2000.j2k.image.ImgDataJoiner
Returns the component subsampling factor in the horizontal direction, for the specified component.
getCompSubsX(int) - Method in class jj2000.j2k.image.input.ImgReader
Returns the component subsampling factor in the horizontal direction, for the specified component.
getCompSubsX(int) - Method in class jj2000.j2k.wavelet.synthesis.InvWTAdapter
Returns the component subsampling factor in the horizontal direction, for the specified component.
getCompSubsX(int) - Method in interface jj2000.j2k.wavelet.synthesis.MultiResImgData
Returns the component subsampling factor in the horizontal direction, for the specified component.
getCompSubsX(int) - Method in class jj2000.j2k.wavelet.synthesis.MultiResImgDataAdapter
Returns the component subsampling factor in the horizontal direction, for the specified component.
getCompSubsY(int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.RenderedImageSrc
Returns the component subsampling factor in the vertical direction, for the specified component.
getCompSubsY(int) - Method in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Returns the component subsampling factor in the vertical direction, for the specified component.
getCompSubsY(int) - Method in class jj2000.j2k.codestream.reader.HeaderDecoder
Returns the component sub-sampling factor, with respect to the reference grid, along the vertical direction for the specified component.
getCompSubsY(int) - Method in interface jj2000.j2k.image.ImgData
Returns the component subsampling factor in the vertical direction, for the specified component.
getCompSubsY(int) - Method in class jj2000.j2k.image.ImgDataAdapter
Returns the component subsampling factor in the vertical direction, for the specified component.
getCompSubsY(int) - Method in class jj2000.j2k.image.ImgDataJoiner
Returns the component subsampling factor in the vertical direction, for the specified component.
getCompSubsY(int) - Method in class jj2000.j2k.image.input.ImgReader
Returns the component subsampling factor in the vertical direction, for the specified component.
getCompSubsY(int) - Method in class jj2000.j2k.wavelet.synthesis.InvWTAdapter
Returns the component subsampling factor in the vertical direction, for the specified component.
getCompSubsY(int) - Method in interface jj2000.j2k.wavelet.synthesis.MultiResImgData
Returns the component subsampling factor in the vertical direction, for the specified component.
getCompSubsY(int) - Method in class jj2000.j2k.wavelet.synthesis.MultiResImgDataAdapter
Returns the component subsampling factor in the vertical direction, for the specified component.
getCompULX(int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.RenderedImageSrc
Returns the horizontal coordinate of the upper-left corner of the active tile, with respect to the canvas origin, in the component coordinates, for the specified component.
getCompULX(int) - Method in interface jj2000.j2k.image.ImgData
Returns the horizontal coordinate of the upper-left corner of the specified component in the current tile.
getCompULX(int) - Method in class jj2000.j2k.image.ImgDataAdapter
Returns the horizontal coordinate of the upper-left corner of the specified component in the current tile.
getCompULX(int) - Method in class jj2000.j2k.image.ImgDataJoiner
Returns the horizontal coordinate of the upper-left corner of the specified component in the current tile.
getCompULX(int) - Method in class jj2000.j2k.image.input.ImgReader
Returns the horizontal coordinate of the upper-left corner of the specified component in the current tile.
getCompULX(int) - Method in class jj2000.j2k.image.Tiler
Returns the horizontal coordinate of the upper-left corner of the specified component in the current tile.
getCompULX(int) - Method in class jj2000.j2k.wavelet.synthesis.InvWTAdapter
Returns the horizontal coordinate of the upper-left corner of the specified component in the current tile.
getCompULY(int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.RenderedImageSrc
Returns the vertical coordinate of the upper-left corner of the active tile, with respect to the canvas origin, in the component coordinates, for the specified component.
getCompULY(int) - Method in interface jj2000.j2k.image.ImgData
Returns the vertical coordinate of the upper-left corner of the specified component in the current tile.
getCompULY(int) - Method in class jj2000.j2k.image.ImgDataAdapter
Returns the vertical coordinate of the upper-left corner of the specified component in the current tile.
getCompULY(int) - Method in class jj2000.j2k.image.ImgDataJoiner
Returns the vertical coordinate of the upper-left corner of the specified component in the current tile.
getCompULY(int) - Method in class jj2000.j2k.image.input.ImgReader
Returns the vertical coordinate of the upper-left corner of the specified component in the current tile.
getCompULY(int) - Method in class jj2000.j2k.image.Tiler
Returns the vertical coordinate of the upper-left corner of the specified component in the current tile.
getCompULY(int) - Method in class jj2000.j2k.wavelet.synthesis.InvWTAdapter
Returns the vertical coordinate of the upper-left corner of the specified component in the current tile.
getCompWidth(int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.RenderedImageSrc
Returns the width in pixels of the specified component in the current tile.
getContent() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.Box
Returns the box content in byte array.
getContents() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReaderResources
 
getContents() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriterResources
 
getContents() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KMetadataFormatResources
 
getCopy() - Method in class jj2000.j2k.codestream.HeaderInfo.COD
 
getCopy(int) - Method in class jj2000.j2k.codestream.HeaderInfo
Returns a copy of this object
getCopy() - Method in class jj2000.j2k.codestream.HeaderInfo.SIZ
 
getCopy() - Method in class jj2000.j2k.decoder.DecoderSpecs
Returns a copy of the current object.
getCopy() - Method in class jj2000.j2k.ModuleSpec
 
getData() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.UUIDBox
Returns the UUID data of this box.
getData() - Method in class jj2000.j2k.image.DataBlk
Returns the array containing the data, or null if there is no data.
getData() - Method in class jj2000.j2k.image.DataBlkFloat
Returns the array containing the data, or null if there is no data array.
getData() - Method in class jj2000.j2k.image.DataBlkInt
Returns the array containing the data, or null if there is no data array.
getData() - Method in class jj2000.j2k.wavelet.analysis.CBlkWTData
Returns the array containing the data, or null if there is no data.
getData() - Method in class jj2000.j2k.wavelet.analysis.CBlkWTDataFloat
Returns the array containing the data, or null if there is no data array.
getData() - Method in class jj2000.j2k.wavelet.analysis.CBlkWTDataInt
Returns the array containing the data, or null if there is no data array.
getDataFloat() - Method in class jj2000.j2k.image.DataBlkFloat
Returns the array containing the data, or null if there is no data array.
getDataFloat() - Method in class jj2000.j2k.wavelet.analysis.CBlkWTDataFloat
Returns the array containing the data, or null if there is no data array.
getDataInt() - Method in class jj2000.j2k.image.DataBlkInt
Returns the array containing the data, or null if there is no data array.
getDataInt() - Method in class jj2000.j2k.wavelet.analysis.CBlkWTDataInt
Returns the array containing the data, or null if there is no data array.
getDataType() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.MediaLibAccessor
Returns the data type of the RasterAccessor object.
getDataType() - Method in class jj2000.j2k.image.DataBlk
Returns the data type of the DataBlk object, as defined in this class.
getDataType() - Method in class jj2000.j2k.image.DataBlkFloat
Returns the identifier of this data type, TYPE_FLOAT, as defined in DataBlk.
getDataType() - Method in class jj2000.j2k.image.DataBlkInt
Returns the identifier of this data type, TYPE_INT, as defined in DataBlk.
getDataType() - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterFloat
Returns the type of data on which this filter works, as defined in the DataBlk interface, which is always TYPE_FLOAT for this class.
getDataType() - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterInt
Returns the type of data on which this filter works, as defined in the DataBlk interface, which is always TYPE_INT for this class.
getDataType() - Method in class jj2000.j2k.wavelet.analysis.CBlkWTData
Returns the data type of the CBlkWTData object, as defined in the DataBlk class.
getDataType() - Method in class jj2000.j2k.wavelet.analysis.CBlkWTDataFloat
Returns the identifier of this data type, TYPE_FLOAT, as defined in DataBlk.
getDataType() - Method in class jj2000.j2k.wavelet.analysis.CBlkWTDataInt
Returns the data type of this object, always DataBlk.TYPE_INT.
getDataType(int, int) - Method in interface jj2000.j2k.wavelet.analysis.CBlkWTDataSrc
Return the data type of this CBlkWTDataSrc for the given component in the current tile.
getDataType(int, int) - Method in class jj2000.j2k.wavelet.analysis.ForwWTFull
Return the data type of this CBlkWTDataSrc.
getDataType() - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterFloat
Returns the type of data on which this filter works, as defined in the DataBlk interface, which is always TYPE_FLOAT for this class.
getDataType() - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterInt
Returns the type of data on which this filter works, as defined in the DataBlk interface, which is always TYPE_INT for this class.
getDataType() - Method in interface jj2000.j2k.wavelet.WaveletFilter
Returns the type of data on which this filter works, as defined in the DataBlk interface.
getDecoderSpecs() - Method in class jj2000.j2k.codestream.reader.HeaderDecoder
Return the DecoderSpecs instance filled when reading the headers
getDecomp(int, int) - Method in interface jj2000.j2k.wavelet.analysis.ForwWT
Returns the wavelet tree decomposition.
getDecomp(int, int) - Method in class jj2000.j2k.wavelet.analysis.ForwWTFull
Returns the wavelet tree decomposition.
getDecompLevels(int, int) - Method in interface jj2000.j2k.wavelet.analysis.ForwWT
Returns the number of decomposition levels that are applied to obtain the LL band, in the specified tile-component.
getDecompLevels(int, int) - Method in class jj2000.j2k.wavelet.analysis.ForwWTFull
Returns the number of decomposition levels that are applied to the LL band, in the specified tile-component.
getDecompositionLevel() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Gets decompositionLevel
getDecompType(int) - Method in class jj2000.j2k.wavelet.WTDecompSpec
Returns the decomposition type to be used in component 'n' and tile 't'.
getDecSpecType(int) - Method in class jj2000.j2k.wavelet.WTDecompSpec
Returns the type of specification for the decomposition in the specified component and tile.
getDefault() - Method in class jj2000.j2k.ModuleSpec
Gets default value for this module.
getDefaultImageMetadata(ImageTypeSpecifier, ImageWriteParam) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriter
 
getDefaultReadParam() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReader
 
getDefaultStreamMetadata(ImageWriteParam) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriter
 
getDefaultWriteParam() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriter
 
getDequantizerType() - Method in class jj2000.j2k.quantization.dequantizer.DequantizerParams
Returns the type of the dequantizer for which the parameters are.
getDequantizerType() - Method in class jj2000.j2k.quantization.dequantizer.StdDequantizerParams
Returns the type of the dequantizer for which the parameters are.
getDescription(Locale) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReaderSpi
 
getDescription(Locale) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriterSpi
 
getDestinationRegion() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KReadState
 
getDoubleParameters(int, double[]) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.MediaLibAccessor
Returns parameters in the appropriate order if MediaLibAccessor has reordered the bands or is attempting to make a BandSequential image look like multiple PixelSequentialImages
getElement(String) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KMetadata
 
getElementNames() - Static method in class com.sun.media.imageioimpl.plugins.jpeg2000.ColorSpecificationBox
This method will be called by the getNativeNodeForSimpleBox of the class Box to get the element names.
getElementNames() - Static method in class com.sun.media.imageioimpl.plugins.jpeg2000.DataEntryURLBox
This method will be called by the getNativeNodeForSimpleBox of the class Box to get the element names.
getElementNames() - Static method in class com.sun.media.imageioimpl.plugins.jpeg2000.FileTypeBox
This method will be called by the getNativeNodeForSimpleBox of the class Box to get the element names.
getElementNames() - Static method in class com.sun.media.imageioimpl.plugins.jpeg2000.HeaderBox
This method will be called by the getNativeNodeForSimpleBox of the class Box to get the element names.
getElementNames() - Static method in class com.sun.media.imageioimpl.plugins.jpeg2000.UUIDBox
This method will be called by the getNativeNodeForSimpleBox of the class Box to get the element names.
getElementNames() - Static method in class com.sun.media.imageioimpl.plugins.jpeg2000.XMLBox
This method will be called by the getNativeNodeForSimpleBox of the class Box to get the element names.
getEncodingRate() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Gets encodingRate
getEnumeratedColorSpace() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.ColorSpecificationBox
Returns the enumerated color space.
getEPH() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Gets EPH
getExtraLayers(int) - Method in class jj2000.j2k.entropy.encoder.LayersInfo
Returns the number of extra layers to add after the optimization point 'n', but before optimization point 'n+1'.
getExtraLength() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.Box
Returns the box extra length.
getFilters() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Gets filters
getFilterType() - Method in class jj2000.j2k.wavelet.analysis.AnWTFilter
Returns the type of filter used according to the FilterTypes interface.
getFilterType() - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterFloatLift9x7
Returns the type of filter used according to the FilterTypes interface(W9x7).
getFilterType() - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterIntLift5x3
Returns the type of filter used according to the FilterTypes interface (W5x3).
getFirstCodeStreamLength() - Method in class jj2000.j2k.fileformat.reader.FileFormatReader
This method returns the length of the first contiguous codestreams in the file
getFirstCodeStreamPos() - Method in class jj2000.j2k.fileformat.reader.FileFormatReader
This method returns the position of the first contiguous codestreams in the file
getFixedPoint(int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.RenderedImageSrc
Returns the position of the fixed point in the specified component (i.e.
getFixedPoint(int) - Method in interface jj2000.j2k.image.BlkImgDataSrc
Returns the position of the fixed point in the specified component, or equivalently the number of fractional bits.
getFixedPoint(int) - Method in class jj2000.j2k.image.forwcomptransf.ForwCompTransf
Returns the position of the fixed point in the specified component.
getFixedPoint(int) - Method in class jj2000.j2k.image.ImgDataConverter
Returns the position of the fixed point in the specified component.
getFixedPoint(int) - Method in class jj2000.j2k.image.ImgDataJoiner
Returns the position of the fixed point in the specified component.
getFixedPoint(int) - Method in class jj2000.j2k.image.input.ImgReaderPGM
Returns the position of the fixed point in the specified component (i.e.
getFixedPoint(int) - Method in class jj2000.j2k.image.invcomptransf.InvCompTransf
Returns the position of the fixed point in the specified component.
getFixedPoint(int) - Method in class jj2000.j2k.image.Tiler
Returns the position of the fixed point in the specified component.
getFixedPoint(int) - Method in class jj2000.j2k.quantization.dequantizer.StdDequantizer
Returns the position of the fixed point in the output data for the specified component.
getFixedPoint(int) - Method in interface jj2000.j2k.wavelet.analysis.CBlkWTDataSrc
Returns the position of the fixed point in the specified component, or equivalently the number of fractional bits.
getFixedPoint(int) - Method in class jj2000.j2k.wavelet.analysis.ForwWTFull
Returns the position of the fixed point in the specified component.
getFixedPoint(int) - Method in interface jj2000.j2k.wavelet.synthesis.CBlkWTDataSrcDec
Returns the position of the fixed point in the specified component, or equivalently the number of fractional bits.
getFixedPoint(int) - Method in class jj2000.j2k.wavelet.synthesis.InvWTFull
Returns the position of the fixed point in the specified component.
getFlags() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.DataEntryURLBox
Returns the Flags data element.
getGuardBits() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Gets guardBits
getHeader() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KReadState
 
getHeight() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.HeaderBox
Returns the height of the image.
getHeight(int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReader
 
getHeight() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KReadState
 
getHeight() - Method in class jj2000.j2k.codestream.reader.TagTreeDecoder
Returns the number of leafs along the vertical direction.
getHeight() - Method in class jj2000.j2k.codestream.writer.TagTreeEncoder
Returns the number of leafs along the vertical direction.
getHFilters(int, int) - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterSpec
Returns the horizontal analysis filters to be used in component 'n' and tile 't'.
getHFilters(int, int) - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterSpec
Returns the horizontal analysis filters to be used in component 'n' and tile 't'.
getHH() - Method in class jj2000.j2k.wavelet.analysis.SubbandAn
Returns the HH child subband of this subband.
getHH() - Method in class jj2000.j2k.wavelet.Subband
Returns the HH child subband of this subband.
getHH() - Method in class jj2000.j2k.wavelet.synthesis.SubbandSyn
Returns the HH child subband of this subband.
getHL() - Method in class jj2000.j2k.wavelet.analysis.SubbandAn
Returns the HL (horizontal high-pass) child subband of this subband.
getHL() - Method in class jj2000.j2k.wavelet.Subband
Returns the HL (horizontal high-pass) child subband of this subband.
getHL() - Method in class jj2000.j2k.wavelet.synthesis.SubbandSyn
Returns the HL (horizontal high-pass) child subband of this subband.
getHorAnWaveletFilters(int, int) - Method in interface jj2000.j2k.wavelet.analysis.ForwWT
Returns the horizontal analysis wavelet filters used in each level, for the specified tile-component.
getHorAnWaveletFilters(int, int) - Method in class jj2000.j2k.wavelet.analysis.ForwWTFull
Returns the horizontal analysis wavelet filters used in each level, for the specified component and tile.
getHorizontalResolution() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.ResolutionBox
Return the horizontal resolution.
getHorWFilter() - Method in class jj2000.j2k.wavelet.analysis.SubbandAn
This function returns the horizontal wavelet filter relevant to this subband
getHorWFilter() - Method in class jj2000.j2k.wavelet.Subband
This function returns the horizontal wavelet filter relevant to this subband
getHorWFilter() - Method in class jj2000.j2k.wavelet.synthesis.SubbandSyn
This function returns the horizontal wavelet filter relevant to this subband
getHPSynthesisFilter() - Method in class jj2000.j2k.wavelet.analysis.AnWTFilter
Returns the time-reversed high-pass synthesis waveform of the filter, which is the high-pass filter.
getHPSynthesisFilter() - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterFloatLift9x7
Returns the time-reversed high-pass synthesis waveform of the filter, which is the high-pass filter.
getHPSynthesisFilter() - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterIntLift5x3
Returns the time-reversed high-pass synthesis waveform of the filter, which is the high-pass filter.
getHPSynWaveForm(float[], float[]) - Method in class jj2000.j2k.wavelet.analysis.AnWTFilter
Returns the equivalent high-pass synthesis waveform of a cascade of filters, given the syhthesis waveform of the previous stage.
getICCProfile() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.ColorSpecificationBox
Returns the ICC color profile in this color specification box.
getImageMetadata(int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReader
 
getImageType() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KReadState
 
getImageTypes(int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReader
 
getImgHeight() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.RenderedImageSrc
Returns the overall height of the image in pixels.
getImgHeight(int) - Method in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Returns the overall height of the image in pixels, for the given resolution level.
getImgHeight() - Method in class jj2000.j2k.codestream.reader.HeaderDecoder
Returns the image height in the reference grid.
getImgHeight() - Method in interface jj2000.j2k.image.ImgData
Returns the overall height of the image in pixels.
getImgHeight() - Method in class jj2000.j2k.image.ImgDataAdapter
Returns the overall height of the image in pixels.
getImgHeight() - Method in class jj2000.j2k.image.ImgDataJoiner
Returns the overall height of the image in pixels.
getImgHeight() - Method in class jj2000.j2k.image.input.ImgReader
Returns the overall height of the image in pixels.
getImgHeight() - Method in class jj2000.j2k.wavelet.synthesis.InvWTAdapter
Returns the overall height of the image in pixels.
getImgHeight(int) - Method in interface jj2000.j2k.wavelet.synthesis.MultiResImgData
Returns the overall height of the image in pixels, for the given resolution level.
getImgHeight(int) - Method in class jj2000.j2k.wavelet.synthesis.MultiResImgDataAdapter
Returns the overall height of the image in pixels, for the given resolution level.
getImgRes() - Method in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Returns the image resolution level to reconstruct from the codestream.
getImgULX() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.RenderedImageSrc
Returns the horizontal coordinate of the image origin, the top-left corner, in the canvas system, on the reference grid.
getImgULX(int) - Method in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Returns the horizontal coordinate of the image origin, the top-left corner, in the canvas system, on the reference grid at the specified resolution level.
getImgULX() - Method in class jj2000.j2k.codestream.reader.HeaderDecoder
Return the horizontal upper-left coordinate of the image in the reference grid.
getImgULX() - Method in interface jj2000.j2k.image.ImgData
Returns the horizontal coordinate of the image origin, the top-left corner, in the canvas system, on the reference grid.
getImgULX() - Method in class jj2000.j2k.image.ImgDataAdapter
Returns the horizontal coordinate of the image origin, the top-left corner, in the canvas system, on the reference grid.
getImgULX() - Method in class jj2000.j2k.image.ImgDataJoiner
Returns the horizontal coordinate of the image origin, the top-left corner, in the canvas system, on the reference grid.
getImgULX() - Method in class jj2000.j2k.image.input.ImgReader
Returns the horizontal coordinate of the image origin, the top-left corner, in the canvas system, on the reference grid.
getImgULX() - Method in class jj2000.j2k.image.Tiler
Returns the horizontal coordinate of the image origin, the top-left corner, in the canvas system, on the reference grid.
getImgULX() - Method in class jj2000.j2k.wavelet.synthesis.InvWTAdapter
Returns the horizontal coordinate of the image origin, the top-left corner, in the canvas system, on the reference grid.
getImgULX(int) - Method in interface jj2000.j2k.wavelet.synthesis.MultiResImgData
Returns the horizontal coordinate of the image origin, the top-left corner, in the canvas system, on the reference grid at the specified resolution level.
getImgULX(int) - Method in class jj2000.j2k.wavelet.synthesis.MultiResImgDataAdapter
Returns the horizontal coordinate of the image origin, the top-left corner, in the canvas system, on the reference grid at the specified resolution level.
getImgULY() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.RenderedImageSrc
Returns the vertical coordinate of the image origin, the top-left corner, in the canvas system, on the reference grid.
getImgULY(int) - Method in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Returns the vertical coordinate of the image origin, the top-left corner, in the canvas system, on the reference grid at the specified resolution level.
getImgULY() - Method in class jj2000.j2k.codestream.reader.HeaderDecoder
Return the vertical upper-left coordinate of the image in the reference grid.
getImgULY() - Method in interface jj2000.j2k.image.ImgData
Returns the vertical coordinate of the image origin, the top-left corner, in the canvas system, on the reference grid.
getImgULY() - Method in class jj2000.j2k.image.ImgDataAdapter
Returns the vertical coordinate of the image origin, the top-left corner, in the canvas system, on the reference grid.
getImgULY() - Method in class jj2000.j2k.image.ImgDataJoiner
Returns the vertical coordinate of the image origin, the top-left corner, in the canvas system, on the reference grid.
getImgULY() - Method in class jj2000.j2k.image.input.ImgReader
Returns the vertical coordinate of the image origin, the top-left corner, in the canvas system, on the reference grid.
getImgULY() - Method in class jj2000.j2k.image.Tiler
Returns the vertical coordinate of the image origin, the top-left corner, in the canvas system, on the reference grid.
getImgULY() - Method in class jj2000.j2k.wavelet.synthesis.InvWTAdapter
Returns the vertical coordinate of the image origin, the top-left corner, in the canvas system, on the reference grid.
getImgULY(int) - Method in interface jj2000.j2k.wavelet.synthesis.MultiResImgData
Returns the vertical coordinate of the image origin, the top-left corner, in the canvas system, on the reference grid at the specified resolution level.
getImgULY(int) - Method in class jj2000.j2k.wavelet.synthesis.MultiResImgDataAdapter
Returns the vertical coordinate of the image origin, the top-left corner, in the canvas system, on the reference grid at the specified resolution level.
getImgWidth() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.RenderedImageSrc
Returns the overall width of the image in pixels.
getImgWidth(int) - Method in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Returns the overall width of the image in pixels, for the given (image) resolution level.
getImgWidth() - Method in class jj2000.j2k.codestream.reader.HeaderDecoder
Returns the image width in the reference grid.
getImgWidth() - Method in interface jj2000.j2k.image.ImgData
Returns the overall width of the image in pixels.
getImgWidth() - Method in class jj2000.j2k.image.ImgDataAdapter
Returns the overall width of the image in pixels.
getImgWidth() - Method in class jj2000.j2k.image.ImgDataJoiner
Returns the overall width of the image in pixels.
getImgWidth() - Method in class jj2000.j2k.image.input.ImgReader
Returns the overall width of the image in pixels.
getImgWidth() - Method in class jj2000.j2k.wavelet.synthesis.InvWTAdapter
Returns the overall width of the image in pixels.
getImgWidth(int) - Method in interface jj2000.j2k.wavelet.synthesis.MultiResImgData
Returns the overall width of the image in pixels, for the given resolution level.
getImgWidth(int) - Method in class jj2000.j2k.wavelet.synthesis.MultiResImgDataAdapter
Returns the overall width of the image in pixels, for the given resolution level.
getImplementationType(int) - Method in class jj2000.j2k.wavelet.analysis.ForwWTFull
Returns the implementation type of this wavelet transform, WT_IMPL_FULL (full-page based transform).
getImplementationType(int) - Method in class jj2000.j2k.wavelet.synthesis.InvWTFull
Returns the implementation type of this wavelet transform, WT_IMPL_FULL (full-page based transform).
getImplementationType(int) - Method in interface jj2000.j2k.wavelet.WaveletTransform
Returns the implementation type of this wavelet transform (WT_IMPL_LINE or WT_IMPL_FRAME) for the specified component, in the current tile.
getImplType() - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterFloatLift9x7
Returns the implementation type of this filter, as defined in this class, such as WT_FILTER_INT_LIFT, WT_FILTER_FLOAT_LIFT, WT_FILTER_FLOAT_CONVOL.
getImplType() - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterIntLift5x3
Returns the implementation type of this filter, as defined in this class, such as WT_FILTER_INT_LIFT, WT_FILTER_FLOAT_LIFT, WT_FILTER_FLOAT_CONVOL.
getImplType() - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterFloatLift9x7
Returns the implementation type of this filter, as defined in this class, such as WT_FILTER_INT_LIFT, WT_FILTER_FLOAT_LIFT, WT_FILTER_FLOAT_CONVOL.
getImplType() - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterIntLift5x3
Returns the implementation type of this filter, as defined in this class, such as WT_FILTER_INT_LIFT, WT_FILTER_FLOAT_LIFT, WT_FILTER_FLOAT_CONVOL.
getImplType() - Method in interface jj2000.j2k.wavelet.WaveletFilter
Returns the implementation type of this filter, as defined in this class, such as WT_FILTER_INT_LIFT, WT_FILTER_FLOAT_LIFT, WT_FILTER_FLOAT_CONVOL.
getInstance() - Static method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KMetadataFormat
 
getIntArrayElementValue(Node) - Static method in class com.sun.media.imageioimpl.plugins.jpeg2000.Box
Gets the integer array from an IIOMetadataNode.
getIntArrayParameters(int, int[][]) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.MediaLibAccessor
Returns parameters in the appropriate order if MediaLibAccessor has reordered the bands or is attempting to make a BandSequential image look like multiple PixelSequentialImages
getIntElementValue(Node) - Static method in class com.sun.media.imageioimpl.plugins.jpeg2000.Box
Gets its integer value from an IIOMetadataNode.
getIntellectualProperty() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.HeaderBox
Returns the IntellectualProperty flag.
getInternCodeBlock(int, int, int, SubbandSyn, DataBlk) - Method in class jj2000.j2k.entropy.decoder.StdEntropyDecoder
Returns the specified code-block in the current tile for the specified component (as a reference or copy).
getInternCodeBlock(int, int, int, SubbandSyn, DataBlk) - Method in interface jj2000.j2k.quantization.dequantizer.CBlkQuantDataSrcDec
Returns the specified code-block in the current tile for the specified component (as a reference or copy).
getInternCodeBlock(int, int, int, SubbandSyn, DataBlk) - Method in class jj2000.j2k.quantization.dequantizer.StdDequantizer
Returns the specified code-block in the current tile for the specified component (as a reference or copy).
getInternCodeBlock(int, int, int, SubbandSyn, DataBlk) - Method in class jj2000.j2k.roi.ROIDeScaler
Returns the specified code-block in the current tile for the specified component (as a reference or copy).
getInternCodeBlock(int, int, int, SubbandSyn, DataBlk) - Method in interface jj2000.j2k.wavelet.synthesis.CBlkWTDataSrcDec
Returns the specified code-block in the current tile for the specified component (as a reference or copy).
getInternCompData(DataBlk, int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.RenderedImageSrc
Returns, in the blk argument, the block of image data containing the specifed rectangular area, in the specified component.
getInternCompData(DataBlk, int) - Method in interface jj2000.j2k.image.BlkImgDataSrc
Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
getInternCompData(DataBlk, int) - Method in class jj2000.j2k.image.forwcomptransf.ForwCompTransf
Apply the component transformation associated with the current tile.
getInternCompData(DataBlk, int) - Method in class jj2000.j2k.image.ImgDataConverter
Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component, using the 'transfer type' defined in the block given as argument.
getInternCompData(DataBlk, int) - Method in class jj2000.j2k.image.ImgDataJoiner
Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
getInternCompData(DataBlk, int) - Method in class jj2000.j2k.image.input.ImgReaderPGM
Returns, in the blk argument, the block of image data containing the specifed rectangular area, in the specified component.
getInternCompData(DataBlk, int) - Method in class jj2000.j2k.image.invcomptransf.InvCompTransf
Apply the inverse component transformation associated with the current tile.
getInternCompData(DataBlk, int) - Method in class jj2000.j2k.image.Tiler
Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
getInternCompData(DataBlk, int) - Method in class jj2000.j2k.wavelet.synthesis.InvWTFull
Returns a block of image data containing the specifed rectangular area, in the specified component, as a reference to the internal buffer (see below).
getIntParameters(int, int[]) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.MediaLibAccessor
Returns parameters in the appropriate order if MediaLibAccessor has reordered the bands or is attempting to make a BandSequential image look like multiple PixelSequentialImages
getKerSpecType(int) - Method in class jj2000.j2k.wavelet.WTFilterSpec
Returns the type of specification for the filters in the specified component and tile.
getLastBodyBuf() - Method in class jj2000.j2k.codestream.writer.PktEncoder
Returns the buffer of the body of the last encoded packet.
getLastBodyLen() - Method in class jj2000.j2k.codestream.writer.PktEncoder
Returns the length of the body of the last encoded packet, in bytes.
getLayers() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Gets layers
getLength() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.Box
Returns the box length.
getLength() - Method in class jj2000.j2k.codestream.writer.BitOutputBuffer
Returns the current length of the buffer, in bytes.
getLength() - Method in class jj2000.j2k.codestream.writer.CodestreamWriter
Returns the current length of the entire bit stream.
getLength() - Method in class jj2000.j2k.codestream.writer.FileCodestreamWriter
Returns the current length of the entire bit stream.
getLength() - Method in class jj2000.j2k.codestream.writer.HeaderEncoder
Returns the length of the header.
getLevels(int) - Method in class jj2000.j2k.wavelet.WTDecompSpec
Returns the decomposition number of levels in component 'n' and tile 't'.
getLH() - Method in class jj2000.j2k.wavelet.analysis.SubbandAn
Returns the LH (vertical high-pass) child subband of this subband.
getLH() - Method in class jj2000.j2k.wavelet.Subband
Returns the LH (vertical high-pass) child subband of this subband.
getLH() - Method in class jj2000.j2k.wavelet.synthesis.SubbandSyn
Returns the LH (vertical high-pass) child subband of this subband.
getLineWidth() - Method in class jj2000.j2k.util.MsgPrinter
Returns the line width that is used for formatting.
getLL() - Method in class jj2000.j2k.wavelet.analysis.SubbandAn
Returns the LL child subband of this subband.
getLL() - Method in class jj2000.j2k.wavelet.Subband
Returns the LL child subband of this subband.
getLL() - Method in class jj2000.j2k.wavelet.synthesis.SubbandSyn
Returns the LL child subband of this subband.
getLossless() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Gets encodingRate
getLPSynthesisFilter() - Method in class jj2000.j2k.wavelet.analysis.AnWTFilter
Returns the time-reversed low-pass synthesis waveform of the filter, which is the low-pass filter.
getLPSynthesisFilter() - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterFloatLift9x7
Returns the time-reversed low-pass synthesis waveform of the filter, which is the low-pass filter.
getLPSynthesisFilter() - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterIntLift5x3
Returns the time-reversed low-pass synthesis waveform of the filter, which is the low-pass filter.
getLPSynWaveForm(float[], float[]) - Method in class jj2000.j2k.wavelet.analysis.AnWTFilter
Returns the equivalent low-pass synthesis waveform of a cascade of filters, given the syhthesis waveform of the previous stage.
getLUT() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.PaletteBox
Return the LUT.
getMainDefDecompType() - Method in class jj2000.j2k.wavelet.WTDecompSpec
Returns the main default decomposition type.
getMainDefLevels() - Method in class jj2000.j2k.wavelet.WTDecompSpec
Returns the main default decomposition number of levels.
getMax() - Method in class jj2000.j2k.IntegerSpec
Get the maximum value of each tile-component
getMaxAvailableBytes() - Method in class jj2000.j2k.codestream.writer.CodestreamWriter
Returns the number of bytes remaining available in the bit stream.
getMaxAvailableBytes() - Method in class jj2000.j2k.codestream.writer.FileCodestreamWriter
Returns the number of bytes remaining available in the bit stream.
getMaxCBlkHeight() - Method in class jj2000.j2k.entropy.CBlkSizeSpec
Returns the maximum code-block's height
getMaxCBlkWidth() - Method in class jj2000.j2k.entropy.CBlkSizeSpec
Returns the maximum code-block's width
getMaxCompHeight() - Method in class jj2000.j2k.codestream.HeaderInfo.SIZ
 
getMaxCompImgHeight() - Method in class jj2000.j2k.codestream.reader.HeaderDecoder
Return the maximum height among all components
getMaxCompImgWidth() - Method in class jj2000.j2k.codestream.reader.HeaderDecoder
Return the maximum width among all components
getMaxCompWidth() - Method in class jj2000.j2k.codestream.HeaderInfo.SIZ
 
getMaxInComp(int) - Method in class jj2000.j2k.IntegerSpec
Get the maximum value of each tile for specified component
getMaxInTile(int) - Method in class jj2000.j2k.IntegerSpec
Get the maximum value of each component in specified tile
getMaxMagBits(int) - Method in class jj2000.j2k.quantization.quantizer.Quantizer
Returns the maximum number of magnitude bits in any subband in the current tile.
getMaxMagBits(int) - Method in class jj2000.j2k.quantization.quantizer.StdQuantizer
Returns the maximum number of magnitude bits in any subband of the current tile.
getMethod() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.ColorSpecificationBox
Returns the method to define the color space.
getMethodForMQLengthCalc() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Gets methodForMQLengthCalc
getMethodForMQTermination() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Gets methodForMQTermination
getMin() - Method in class jj2000.j2k.IntegerSpec
Get the minimum value of each tile-component
getMinInComp(int) - Method in class jj2000.j2k.IntegerSpec
Get the minimum value of each tile for specified component
getMinInTile(int) - Method in class jj2000.j2k.IntegerSpec
Get the minimum value of each component in specified tile
getMinorVersion() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.FileTypeBox
Returns the minor version of this file type box.
getMinX() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Gets minX
getMinY() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Gets minY
getMsgLogger() - Static method in class jj2000.j2k.util.FacilityManager
Returns the MsgLogger registered with the current thread (the thread that calls this method).
getMsgLogger(Thread) - Static method in class jj2000.j2k.util.FacilityManager
Returns the MsgLogger registered with the thread 't' (the thread that calls this method).
getName(int) - Static method in class com.sun.media.imageioimpl.plugins.jpeg2000.Box
Returns the XML tag name defined in JP2 XML xsd/dtd for the box with the provided type.
getNativeNode() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.Box
Creates an IIOMetadataNode from this box.
getNativeNode() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.ChannelDefinitionBox
Creates an IIOMetadataNode from this channel definition box.
getNativeNode() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.ColorSpecificationBox
Creates an IIOMetadataNode from this color specification box.
getNativeNode() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.ComponentMappingBox
Creates an IIOMetadataNode from this component mapping box.
getNativeNode() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.DataEntryURLBox
Creates an IIOMetadataNode from this data entry URL box.
getNativeNode() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.FileTypeBox
Creates an IIOMetadataNode from this file type box.
getNativeNode() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.HeaderBox
Creates an IIOMetadataNode from this image header box.
getNativeNode() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.PaletteBox
creates an IIOMetadataNode from this palette box.
getNativeNode() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.ResolutionBox
Creates an IIOMetadataNode from this resolution box.
getNativeNode() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.SignatureBox
Creates an IIOMetadataNode from this signature box.
getNativeNode() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.UUIDBox
Creates an IIOMetadataNode from this UUID box.
getNativeNode() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.UUIDListBox
Creates an IIOMetadataNode from this UUID list box.
getNativeNode() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.XMLBox
Creates an IIOMetadataNode from this XML box.
getNativeNodeForSimpleBox() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.Box
Creates an IIOMetadataNode from this box.
getNewCOC() - Method in class jj2000.j2k.codestream.HeaderInfo
Returns a new instance of COC
getNewCOD() - Method in class jj2000.j2k.codestream.HeaderInfo
Returns a new instance of COD
getNewCOM() - Method in class jj2000.j2k.codestream.HeaderInfo
Returns a new instance of COM
getNewCRG() - Method in class jj2000.j2k.codestream.HeaderInfo
Returns a new instance of CRG
getNewPOC() - Method in class jj2000.j2k.codestream.HeaderInfo
Returns a new instance of POC
getNewQCC() - Method in class jj2000.j2k.codestream.HeaderInfo
Returns a new instance of QCC
getNewQCD() - Method in class jj2000.j2k.codestream.HeaderInfo
Returns a new instance of QCD
getNewRGN() - Method in class jj2000.j2k.codestream.HeaderInfo
Returns a new instance of RGN
getNewSIZ() - Method in class jj2000.j2k.codestream.HeaderInfo
Returns a new instance of SIZ
getNewSOT() - Method in class jj2000.j2k.codestream.HeaderInfo
Returns a new instance of SOT
getNextCodeBlock(int, CBlkRateDistStats) - Method in interface jj2000.j2k.entropy.encoder.CodedCBlkDataSrcEnc
Returns the next coded code-block in the current tile for the specified component, as a copy (see below).
getNextCodeBlock(int, CBlkRateDistStats) - Method in class jj2000.j2k.entropy.encoder.StdEntropyCoder
Returns the next coded code-block in the current tile for the specified component, as a copy (see below).
getNextCodeBlock(int, CBlkWTData) - Method in interface jj2000.j2k.quantization.quantizer.CBlkQuantDataSrcEnc
Returns the next code-block in the current tile for the specified component, as a copy (see below).
getNextCodeBlock(int, CBlkWTData) - Method in class jj2000.j2k.quantization.quantizer.StdQuantizer
Returns the next code-block in the current tile for the specified component, as a copy (see below).
getNextCodeBlock(int, CBlkWTData) - Method in class jj2000.j2k.roi.encoder.ROIScaler
This function gets a datablk from the entropy coder.
getNextCodeBlock(int, CBlkWTData) - Method in interface jj2000.j2k.wavelet.analysis.CBlkWTDataSrc
Returns the next code-block in the current tile for the specified component, as a copy (see below).
getNextCodeBlock(int, CBlkWTData) - Method in class jj2000.j2k.wavelet.analysis.ForwWTFull
Returns the next code-block in the current tile for the specified component, as a copy (see below).
getNextInternCodeBlock(int, CBlkWTData) - Method in interface jj2000.j2k.quantization.quantizer.CBlkQuantDataSrcEnc
Returns the next code-block in the current tile for the specified component.
getNextInternCodeBlock(int, CBlkWTData) - Method in class jj2000.j2k.quantization.quantizer.StdQuantizer
Returns the next code-block in the current tile for the specified component.
getNextInternCodeBlock(int, CBlkWTData) - Method in class jj2000.j2k.roi.encoder.ROIScaler
This function gets a datablk from the entropy coder.
getNextInternCodeBlock(int, CBlkWTData) - Method in interface jj2000.j2k.wavelet.analysis.CBlkWTDataSrc
Returns the next code-block in the current tile for the specified component.
getNextInternCodeBlock(int, CBlkWTData) - Method in class jj2000.j2k.wavelet.analysis.ForwWTFull
Returns the next code-block in the current tile for the specified component.
getNextResLevel() - Method in class jj2000.j2k.wavelet.Subband
Returns the first leaf subband element in the next higher resolution level.
getNomRangeBits(int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.RenderedImageSrc
Returns the number of bits corresponding to the nominal range of the data in the specified component.
getNomRangeBits(int) - Method in class jj2000.j2k.image.forwcomptransf.ForwCompTransf
Returns the number of bits, referred to as the "range bits", corresponding to the nominal range of the data in the specified component and in the current tile.
getNomRangeBits(int) - Method in interface jj2000.j2k.image.ImgData
Returns the number of bits, referred to as the "range bits", corresponding to the nominal range of the image data in the specified component.
getNomRangeBits(int) - Method in class jj2000.j2k.image.ImgDataAdapter
Returns the number of bits, referred to as the "range bits", corresponding to the nominal range of the image data in the specified component.
getNomRangeBits(int) - Method in class jj2000.j2k.image.ImgDataJoiner
Returns the number of bits, referred to as the "range bits", corresponding to the nominal range of the data in the specified component.
getNomRangeBits(int) - Method in class jj2000.j2k.image.input.ImgReaderPGM
Returns the number of bits corresponding to the nominal range of the data in the specified component.
getNomRangeBits(int) - Method in class jj2000.j2k.image.invcomptransf.InvCompTransf
Returns the number of bits, referred to as the "range bits", corresponding to the nominal range of the data in the specified component.
getNomRangeBits(int) - Method in class jj2000.j2k.quantization.dequantizer.Dequantizer
Returns the number of bits, referred to as the "range bits", corresponding to the nominal range of the data in the specified component.
getNomRangeBits(int) - Method in interface jj2000.j2k.wavelet.synthesis.CBlkWTDataSrcDec
Returns the number of bits, referred to as the "range bits", corresponding to the nominal range of the data in the specified component.
getNomRangeBits(int) - Method in class jj2000.j2k.wavelet.synthesis.InvWTFull
Returns the number of bits, referred to as the "range bits", corresponding to the nominal range of the data in the specified component.
getNomTileHeight() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.RenderedImageSrc
 
getNomTileHeight() - Method in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Returns the nominal tile height
getNomTileHeight() - Method in class jj2000.j2k.codestream.reader.HeaderDecoder
Returns the nominal width of the tiles in the reference grid.
getNomTileHeight() - Method in interface jj2000.j2k.image.ImgData
Returns the nominal tiles height
getNomTileHeight() - Method in class jj2000.j2k.image.ImgDataAdapter
Returns the nominal tiles height
getNomTileHeight() - Method in class jj2000.j2k.image.ImgDataJoiner
Returns the nominal tiles height
getNomTileHeight() - Method in class jj2000.j2k.image.input.ImgReader
Returns the nominal tiles height
getNomTileHeight() - Method in class jj2000.j2k.image.Tiler
Returns the nominal width of the tiles in the reference grid.
getNomTileHeight() - Method in class jj2000.j2k.wavelet.synthesis.InvWTAdapter
Returns the nominal height of tiles
getNomTileHeight() - Method in interface jj2000.j2k.wavelet.synthesis.MultiResImgData
Returns the nominal tiles height
getNomTileHeight() - Method in class jj2000.j2k.wavelet.synthesis.MultiResImgDataAdapter
Returns the nominal tiles height
getNomTileWidth() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.RenderedImageSrc
 
getNomTileWidth() - Method in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Returns the nominal tile width
getNomTileWidth() - Method in class jj2000.j2k.codestream.reader.HeaderDecoder
Returns the nominal width of the tiles in the reference grid.
getNomTileWidth() - Method in interface jj2000.j2k.image.ImgData
Returns the nominal tiles width
getNomTileWidth() - Method in class jj2000.j2k.image.ImgDataAdapter
Returns the nominal tiles width
getNomTileWidth() - Method in class jj2000.j2k.image.ImgDataJoiner
Returns the nominal tiles width
getNomTileWidth() - Method in class jj2000.j2k.image.input.ImgReader
Returns the nominal tiles width
getNomTileWidth() - Method in class jj2000.j2k.image.Tiler
Returns the nominal width of the tiles in the reference grid.
getNomTileWidth() - Method in class jj2000.j2k.wavelet.synthesis.InvWTAdapter
Returns the nominal width of tiles
getNomTileWidth() - Method in interface jj2000.j2k.wavelet.synthesis.MultiResImgData
Returns the nominal tiles width
getNomTileWidth() - Method in class jj2000.j2k.wavelet.synthesis.MultiResImgDataAdapter
Returns the nominal tiles width
getNOptPoints() - Method in class jj2000.j2k.entropy.encoder.LayersInfo
Returns the number of layers to optimize, or optimization points, as specified by this object.
getNoROIDescaling() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReadParamJava
Gets noROIDescaling
getNumCodedBytes() - Method in class jj2000.j2k.entropy.encoder.MQCoder
Returns the number of bytes that are necessary from the compressed output stream to decode all the symbols that have been coded this far.
getNumCOM() - Method in class jj2000.j2k.codestream.HeaderInfo
Returns the number of found COM marker segments
getNumComp() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.PaletteBox
Return the number of color components.
getNumComponents() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.HeaderBox
Returns the number of image components.
getNumComponents() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Gets the number of components
getNumComps() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.RenderedImageSrc
Returns the number of components in the image.
getNumComps() - Method in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Returns the number of components in the image.
getNumComps() - Method in class jj2000.j2k.codestream.reader.HeaderDecoder
Returns the number of components in the image.
getNumComps() - Method in interface jj2000.j2k.image.ImgData
Returns the number of components in the image.
getNumComps() - Method in class jj2000.j2k.image.ImgDataAdapter
Returns the number of components in the image.
getNumComps() - Method in class jj2000.j2k.image.ImgDataJoiner
Returns the number of components in the image.
getNumComps() - Method in class jj2000.j2k.image.input.ImgReader
Returns the number of components in the image.
getNumComps() - Method in class jj2000.j2k.wavelet.synthesis.InvWTAdapter
Returns the number of components in the image.
getNumComps() - Method in interface jj2000.j2k.wavelet.synthesis.MultiResImgData
Returns the number of components in the image.
getNumComps() - Method in class jj2000.j2k.wavelet.synthesis.MultiResImgDataAdapter
Returns the number of components in the image.
getNumCtxts() - Method in class jj2000.j2k.entropy.decoder.MQDecoder
Returns the number of contexts in the arithmetic coder.
getNumCtxts() - Method in class jj2000.j2k.entropy.encoder.MQCoder
Returns the number of contexts in the arithmetic coder.
getNumEntries() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.PaletteBox
Return the number of palette entries.
getNumFoundMarkSeg() - Method in class jj2000.j2k.codestream.reader.HeaderDecoder
Returns the number of found marker segments in the current header.
getNumGuardBits() - Method in class jj2000.j2k.codestream.HeaderInfo.QCC
 
getNumGuardBits() - Method in class jj2000.j2k.codestream.HeaderInfo.QCD
 
getNumGuardBits(int, int) - Method in class jj2000.j2k.quantization.quantizer.Quantizer
Returns the number of guard bits used by this quantizer in the given tile-component.
getNumGuardBits(int, int) - Method in class jj2000.j2k.quantization.quantizer.StdQuantizer
Returns the number of guard bits used by this quantizer in the given tile-component.
getNumImages(boolean) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReader
Overrides the method defined in the superclass.
getNumLayers() - Method in class jj2000.j2k.entropy.encoder.PostCompRateAllocator
Returns the number of layers that are actually generated.
getNumPrecinct(int, int) - Method in class jj2000.j2k.codestream.reader.PktDecoder
Gets the number of precincts in a given component and resolution level.
getNumTileParts(int) - Method in class jj2000.j2k.codestream.reader.FileBitstreamReaderAgent
Returns the number of tile-part found for a given tile
getNumTiles() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Gets the number of tiles
getNumTiles(Point) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.RenderedImageSrc
Returns the number of tiles in the horizontal and vertical directions.
getNumTiles() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.RenderedImageSrc
Returns the total number of tiles in the image.
getNumTiles() - Method in class jj2000.j2k.codestream.HeaderInfo.SIZ
 
getNumTiles(Point) - Method in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Returns the number of tiles in the horizontal and vertical directions.
getNumTiles() - Method in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Returns the total number of tiles in the image.
getNumTiles() - Method in class jj2000.j2k.codestream.reader.HeaderDecoder
Return the number of tiles in the image
getNumTiles(Point) - Method in interface jj2000.j2k.image.ImgData
Returns the number of tiles in the horizontal and vertical directions.
getNumTiles() - Method in interface jj2000.j2k.image.ImgData
Returns the total number of tiles in the image.
getNumTiles(Point) - Method in class jj2000.j2k.image.ImgDataAdapter
Returns the number of tiles in the horizontal and vertical directions.
getNumTiles() - Method in class jj2000.j2k.image.ImgDataAdapter
Returns the total number of tiles in the image.
getNumTiles(Point) - Method in class jj2000.j2k.image.ImgDataJoiner
Returns the number of tiles in the horizontal and vertical directions.
getNumTiles() - Method in class jj2000.j2k.image.ImgDataJoiner
Returns the total number of tiles in the image.
getNumTiles(Point) - Method in class jj2000.j2k.image.input.ImgReader
Returns the number of tiles in the horizontal and vertical directions.
getNumTiles() - Method in class jj2000.j2k.image.input.ImgReader
Returns the total number of tiles in the image.
getNumTiles(Point) - Method in class jj2000.j2k.image.Tiler
Returns the number of tiles in the horizontal and vertical directions.
getNumTiles() - Method in class jj2000.j2k.image.Tiler
Returns the total number of tiles in the image.
getNumTiles(Point) - Method in class jj2000.j2k.wavelet.synthesis.InvWTAdapter
Returns the number of tiles in the horizontal and vertical directions.
getNumTiles() - Method in class jj2000.j2k.wavelet.synthesis.InvWTAdapter
Returns the total number of tiles in the image.
getNumTiles(Point) - Method in interface jj2000.j2k.wavelet.synthesis.MultiResImgData
Returns the number of tiles in the horizontal and vertical directions.
getNumTiles() - Method in interface jj2000.j2k.wavelet.synthesis.MultiResImgData
Returns the total number of tiles in the image.
getNumTiles(Point) - Method in class jj2000.j2k.wavelet.synthesis.MultiResImgDataAdapter
Returns the number of tiles in the horizontal and vertical directions.
getNumTiles() - Method in class jj2000.j2k.wavelet.synthesis.MultiResImgDataAdapter
Returns the total number of tiles in the image.
getOffLastROIPkt() - Method in class jj2000.j2k.codestream.writer.CodestreamWriter
Gives the offset of the end of last packet containing ROI information
getOffLastROIPkt() - Method in class jj2000.j2k.codestream.writer.FileCodestreamWriter
Gives the offset of the end of last packet containing ROI information
getOrigBitDepth(int) - Method in class jj2000.j2k.codestream.HeaderInfo.SIZ
 
getOriginalBitDepth(int) - Method in class jj2000.j2k.codestream.reader.HeaderDecoder
Returns the original bitdepth of the specified component.
getPackedPktHead(int) - Method in class jj2000.j2k.codestream.reader.HeaderDecoder
Return the packed packet headers for a given tile.
getPacketPerTilePart() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Gets packetPerTilePart
getPackPacketHeaderInMain() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Gets packPacketHeaderInMain
getPackPacketHeaderInTile() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Gets packPacketHeaderInTile
getParameterInfo() - Static method in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Returns the parameters that are used in this class and implementing classes.
getParameterInfo() - Static method in class jj2000.j2k.codestream.reader.HeaderDecoder
Returns the parameters that are used in this class.
getParameterInfo() - Static method in class jj2000.j2k.codestream.writer.PktEncoder
Returns the parameters that are used in this class and implementing classes.
getParameterInfo() - Static method in class jj2000.j2k.entropy.decoder.EntropyDecoder
Returns the parameters that are used in this class and implementing classes.
getParameterInfo() - Static method in class jj2000.j2k.entropy.encoder.EntropyCoder
Returns the parameters that are used in this class and implementing classes.
getParameterInfo() - Static method in class jj2000.j2k.entropy.encoder.PostCompRateAllocator
Returns the parameters that are used in this class and implementing classes.
getParameterInfo() - Static method in class jj2000.j2k.image.forwcomptransf.ForwCompTransf
Returns the parameters that are used in this class and implementing classes.
getParameterInfo() - Static method in class jj2000.j2k.image.invcomptransf.InvCompTransf
Returns the parameters that are used in this class and implementing classes.
getParameterInfo() - Static method in class jj2000.j2k.quantization.dequantizer.Dequantizer
Returns the parameters that are used in this class and implementing classes.
getParameterInfo() - Static method in class jj2000.j2k.quantization.quantizer.Quantizer
Returns the parameters that are used in this class and implementing classes.
getParameterInfo() - Static method in class jj2000.j2k.roi.encoder.ROIScaler
Returns the parameters that are used in this class and implementing classes.
getParameterInfo() - Static method in class jj2000.j2k.roi.ROIDeScaler
Returns the parameters that are used in this class and implementing classes.
getParameterInfo() - Static method in class jj2000.j2k.wavelet.analysis.AnWTFilter
Returns the parameters that are used in this class and implementing classes.
getParameterInfo() - Static method in class jj2000.j2k.wavelet.analysis.ForwardWT
Returns the parameters that are used in this class and implementing classes.
getParent(String) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KMetadataFormat
 
getParent() - Method in class jj2000.j2k.wavelet.analysis.SubbandAn
Returns the parent of this subband.
getParent() - Method in class jj2000.j2k.wavelet.Subband
Returns the parent of this subband.
getParent() - Method in class jj2000.j2k.wavelet.synthesis.SubbandSyn
Returns the parent of this subband.
getParsingEnabled() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReadParamJava
Gets parsingEnabled
getPos() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.IISRandomAccessIO
Returns the stream position clamped to a maximum of Integer.MAX_VALUE.
getPos() - Method in class jj2000.j2k.io.BufferedRandomAccessFile
Returns the current offset in the file
getPos() - Method in interface jj2000.j2k.io.RandomAccessIO
Returns the current position in the stream, which is the position from where the next byte of data would be read.
getPos() - Method in class jj2000.j2k.util.ISRandomAccessIO
Returns the current position in the stream, which is the position from where the next byte of data would be read.
getPPX(int, int, int) - Method in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Returns the precinct partition width for the specified tile-component and (tile-component) resolution level.
getPPX(int, int, int) - Method in class jj2000.j2k.codestream.reader.HeaderDecoder
Returns the precinct partition width for the specified tile-component and resolution level.
getPPX(int, int, int) - Method in class jj2000.j2k.codestream.reader.PktDecoder
Returns the precinct partition width for the specified component, resolution level and tile.
getPPX(int, int, int) - Method in interface jj2000.j2k.entropy.encoder.CodedCBlkDataSrcEnc
Returns the width of a packet for the specified tile- component and resolution level.
getPPX(int, int, int) - Method in class jj2000.j2k.entropy.encoder.StdEntropyCoder
Returns the precinct partition width for the specified component, tile and resolution level.
getPPX(int, int, int) - Method in class jj2000.j2k.entropy.PrecinctSizeSpec
Returns the precinct partition width in component 'n' and tile 't' at resolution level 'rl'.
getPPY(int, int, int) - Method in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Returns the precinct partition height for the specified tile-component and (tile-component) resolution level.
getPPY(int, int, int) - Method in class jj2000.j2k.codestream.reader.HeaderDecoder
Returns the precinct partition height for the specified component, tile and resolution level.
getPPY(int, int, int) - Method in class jj2000.j2k.codestream.reader.PktDecoder
Returns the precinct partition height for the specified component, resolution level and tile.
getPPY(int, int, int) - Method in interface jj2000.j2k.entropy.encoder.CodedCBlkDataSrcEnc
Returns the height of a packet for the specified tile- component and resolution level.
getPPY(int, int, int) - Method in class jj2000.j2k.entropy.encoder.StdEntropyCoder
Returns the precinct partition height for the specified component, tile and resolution level.
getPPY(int, int, int) - Method in class jj2000.j2k.entropy.PrecinctSizeSpec
Returns the precinct partition height in component 'n' and tile 't' at resolution level 'rl'.
getPrecedence() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.ColorSpecificationBox
Returns Precedence.
getPrecinctPartition() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Gets precinctPartition
getPrecInfo(int, int, int) - Method in class jj2000.j2k.codestream.reader.PktDecoder
Get PrecInfo instance of the specified resolution level, component and precinct.
getPrecInfo(int, int, int, int) - Method in class jj2000.j2k.codestream.writer.PktEncoder
Returns information about a given precinct
getProgressionName() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Gets progressionType
getProgressionType() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Gets progressionType
getProgressWatch() - Static method in class jj2000.j2k.util.FacilityManager
Returns the ProgressWatch instance registered with the current thread (the thread that calls this method).
getQuantizationStep() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Gets quantizationStep
getQuantizationType() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Gets quantizationType
getQuantType() - Method in class jj2000.j2k.codestream.HeaderInfo.QCC
 
getQuantType() - Method in class jj2000.j2k.codestream.HeaderInfo.QCD
 
getQuantTypeSpec() - Method in class jj2000.j2k.quantization.quantizer.StdQuantizer
Returns the quantization type spec object associated to the quantizer.
getResetMQ() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Gets resetMQ
getResULX(int, int) - Method in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Returns the horizontal coordinate of the upper-left corner of the specified resolution in the given component of the current tile.
getResULX(int, int) - Method in interface jj2000.j2k.wavelet.synthesis.MultiResImgData
Returns the horizontal coordinate of the upper-left corner of the specified resolution in the given component of the current tile.
getResULX(int, int) - Method in class jj2000.j2k.wavelet.synthesis.MultiResImgDataAdapter
Returns the horizontal coordinate of the upper-left corner of the specified resolution level in the given component of the current tile.
getResULY(int, int) - Method in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Returns the vertical coordinate of the upper-left corner of the specified component in the given component of the current tile.
getResULY(int, int) - Method in interface jj2000.j2k.wavelet.synthesis.MultiResImgData
Returns the vertical coordinate of the upper-left corner of the specified resolution in the given component of the current tile.
getResULY(int, int) - Method in class jj2000.j2k.wavelet.synthesis.MultiResImgDataAdapter
Returns the vertical coordinate of the upper-left corner of the specified resolution in the given component of the current tile.
getROILen() - Method in class jj2000.j2k.codestream.writer.PktEncoder
Gives the length to read in current packet body to get all ROI information
getROIMask(DataBlkInt, Subband, int, int) - Method in class jj2000.j2k.roi.encoder.ArbROIMaskGenerator
This functions gets a DataBlk the size of the current code-block an fills this block with the ROI mask.
getROIMask(DataBlkInt, Subband, int, int) - Method in class jj2000.j2k.roi.encoder.RectROIMaskGenerator
This functions gets a DataBlk the size of the current code-block and fills this block with the ROI mask.
getROIMask(DataBlkInt, Subband, int, int) - Method in class jj2000.j2k.roi.encoder.ROIMaskGenerator
This functions gets a DataBlk with the size of the current code-block and fills it with the ROI mask.
getROIMaskGenerator() - Method in class jj2000.j2k.roi.encoder.ROIScaler
This function returns the ROI mask generator.
getROIs() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Gets ROIs
getROIs() - Method in class jj2000.j2k.roi.encoder.ROIMaskGenerator
This function returns the ROIs in the image
getSampleModel() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KReadState
 
getShortElementValue(Node) - Static method in class com.sun.media.imageioimpl.plugins.jpeg2000.Box
Gets its short value from an IIOMetadataNode.
getSize(int) - Static method in class jj2000.j2k.image.DataBlk
Returns the size in bits, given the data type.
getSize() - Method in class jj2000.j2k.util.ThreadPool
Returns the size of the pool.
getSOP() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Gets SOP
getSpec(int, int) - Method in class jj2000.j2k.ModuleSpec
Gets value of specified tile-component without knowing if a specific tile-component value has been previously entered.
getSpecified() - Method in class jj2000.j2k.roi.MaxShiftSpec
 
getSpecified() - Method in class jj2000.j2k.StringSpec
 
getSpecValType(int, int) - Method in class jj2000.j2k.ModuleSpec
Return the spec type of the given tile-component.
getStandardChromaNode() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KMetadata
 
getStandardCompressionNode() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KMetadata
 
getStandardDataNode() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KMetadata
 
getStandardDimensionNode() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KMetadata
 
getStandardTextNode() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KMetadata
 
getStandardTransparencyNode() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KMetadata
 
getStartLevelROI() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Gets startLevel
getStreamMetadata() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReader
 
getStringElementValue(Node) - Static method in class com.sun.media.imageioimpl.plugins.jpeg2000.Box
Gets its String value from an IIOMetadataNode.
getSubband(int, int) - Method in class jj2000.j2k.wavelet.Subband
Returns a reference to the Subband element to which the specified point belongs.
getSubbandByIdx(int, int) - Method in class jj2000.j2k.wavelet.Subband
Returns a subband element in the tree, given its resolution level and subband index.
getSubbandRectROIMask(int, int) - Method in class jj2000.j2k.roi.encoder.SubbandROIMask
Returns a reference to the Subband mask element to which the specified point belongs.
getSynHighNegSupport() - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterFloatLift9x7
Returns the negative support of the high-pass synthesis filter.
getSynHighNegSupport() - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterIntLift5x3
Returns the negative support of the high-pass synthesis filter.
getSynHighNegSupport() - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterFloatLift9x7
Returns the negative support of the high-pass synthesis filter.
getSynHighNegSupport() - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterIntLift5x3
Returns the negative support of the high-pass synthesis filter.
getSynHighNegSupport() - Method in interface jj2000.j2k.wavelet.WaveletFilter
Returns the negative support of the high-pass synthesis filter.
getSynHighPosSupport() - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterFloatLift9x7
Returns the positive support of the high-pass synthesis filter.
getSynHighPosSupport() - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterIntLift5x3
Returns the positive support of the high-pass synthesis filter.
getSynHighPosSupport() - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterFloatLift9x7
Returns the positive support of the high-pass synthesis filter.
getSynHighPosSupport() - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterIntLift5x3
Returns the positive support of the high-pass synthesis filter.
getSynHighPosSupport() - Method in interface jj2000.j2k.wavelet.WaveletFilter
Returns the positive support of the high-pass synthesis filter.
getSynLowNegSupport() - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterFloatLift9x7
Returns the negative support of the low-pass synthesis filter.
getSynLowNegSupport() - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterIntLift5x3
Returns the negative support of the low-pass synthesis filter.
getSynLowNegSupport() - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterFloatLift9x7
Returns the negative support of the low-pass synthesis filter.
getSynLowNegSupport() - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterIntLift5x3
Returns the negative support of the low-pass synthesis filter.
getSynLowNegSupport() - Method in interface jj2000.j2k.wavelet.WaveletFilter
Returns the negative support of the low-pass synthesis filter.
getSynLowPosSupport() - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterFloatLift9x7
Returns the positive support of the low-pass synthesis filter.
getSynLowPosSupport() - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterIntLift5x3
Returns the positive support of the low-pass synthesis filter.
getSynLowPosSupport() - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterFloatLift9x7
Returns the positive support of the low-pass synthesis filter.
getSynLowPosSupport() - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterIntLift5x3
Returns the positive support of the low-pass synthesis filter.
getSynLowPosSupport() - Method in interface jj2000.j2k.wavelet.WaveletFilter
Returns the positive support of the low-pass synthesis filter.
getSynSubbandTree(int, int) - Method in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Returns the subband tree, for the specified tile-component.
getSynSubbandTree(int, int) - Method in class jj2000.j2k.entropy.decoder.EntropyDecoder
Returns the subband tree, for the specified tile-component.
getSynSubbandTree(int, int) - Method in class jj2000.j2k.quantization.dequantizer.Dequantizer
Returns the subband tree, for the specified tile-component.
getSynSubbandTree(int, int) - Method in class jj2000.j2k.roi.ROIDeScaler
Returns the subband tree, for the specified tile-component.
getSynSubbandTree(int, int) - Method in class jj2000.j2k.wavelet.synthesis.InvWTAdapter
Returns the specified synthesis subband tree
getSynSubbandTree(int, int) - Method in interface jj2000.j2k.wavelet.synthesis.InvWTData
Returns the subband tree, for the specified tile-component.
getSynSubbandTree(int, int) - Method in interface jj2000.j2k.wavelet.synthesis.MultiResImgData
Returns the specified synthesis subband tree
getTargetBitrate(int) - Method in class jj2000.j2k.entropy.encoder.LayersInfo
Returns the target bitrate of the optmimization point 'n'.
getTargetNbytes() - Method in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Return the target number of read bytes.
getTargetRate() - Method in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Return the target decoding rate in bits per pixel.
getTerminateOnByte() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Gets terminateOnByte
getThreadConcurrency() - Static method in class jj2000.j2k.util.NativeServices
Returns the current concurrency level.
getTile(int, int, WritableRaster) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KReadState
 
getTile(int, int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KRenderedImage
 
getTile(Point) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.RenderedImageSrc
Returns the coordinates of the current tile.
getTile(Point) - Method in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Returns the indexes of the current tile.
getTile(Point) - Method in interface jj2000.j2k.image.ImgData
Returns the indixes of the current tile.
getTile(Point) - Method in class jj2000.j2k.image.ImgDataAdapter
Returns the indexes of the current tile.
getTile(Point) - Method in class jj2000.j2k.image.ImgDataJoiner
Returns the coordinates of the current tile.
getTile(Point) - Method in class jj2000.j2k.image.input.ImgReader
Returns the coordinates of the current tile.
getTile(Point) - Method in class jj2000.j2k.image.Tiler
Returns the horizontal and vertical indexes of the current tile.
getTile(Point) - Method in class jj2000.j2k.wavelet.synthesis.InvWTAdapter
Returns the indixes of the current tile.
getTile(Point) - Method in interface jj2000.j2k.wavelet.synthesis.MultiResImgData
Returns the indexes of the current tile.
getTile(Point) - Method in class jj2000.j2k.wavelet.synthesis.MultiResImgDataAdapter
Returns the indexes of the current tile.
getTileCompHeight(int, int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.RenderedImageSrc
 
getTileCompHeight(int, int, int) - Method in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Returns the height in pixels of the specified tile-component for the given (tile-component) resolution level.
getTileCompHeight(int, int) - Method in interface jj2000.j2k.image.ImgData
Returns the height in pixels of the specified tile-component.
getTileCompHeight(int, int) - Method in class jj2000.j2k.image.ImgDataAdapter
Returns the height in pixels of the specified tile-component.
getTileCompHeight(int, int) - Method in class jj2000.j2k.image.ImgDataJoiner
Returns the height in pixels of the specified tile-component.
getTileCompHeight(int, int) - Method in class jj2000.j2k.image.input.ImgReader
Returns the height in pixels of the specified tile-component.
getTileCompHeight(int, int) - Method in class jj2000.j2k.image.Tiler
Returns the height in pixels of the specified tile-component.
getTileCompHeight(int, int) - Method in class jj2000.j2k.wavelet.synthesis.InvWTAdapter
Returns the height in pixels of the specified tile-component.
getTileCompHeight(int, int, int) - Method in interface jj2000.j2k.wavelet.synthesis.MultiResImgData
Returns the height in pixels of the specified tile-component for the given resolution level.
getTileCompHeight(int, int, int) - Method in class jj2000.j2k.wavelet.synthesis.MultiResImgDataAdapter
Returns the height in pixels of the specified tile-component for the given resolution level.
getTileCompVal(int, int) - Method in class jj2000.j2k.ModuleSpec
Gets value of specified tile-component.
getTileCompWidth(int, int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.RenderedImageSrc
 
getTileCompWidth(int, int, int) - Method in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Returns the width in pixels of the specified tile-component for the given (tile-component) resolution level.
getTileCompWidth(int, int) - Method in interface jj2000.j2k.image.ImgData
Returns the width in pixels of the specified tile-component
getTileCompWidth(int, int) - Method in class jj2000.j2k.image.ImgDataAdapter
Returns the width in pixels of the specified tile-component tile.
getTileCompWidth(int, int) - Method in class jj2000.j2k.image.ImgDataJoiner
Returns the width in pixels of the specified tile-component
getTileCompWidth(int, int) - Method in class jj2000.j2k.image.input.ImgReader
Returns the width in pixels of the specified tile-component.
getTileCompWidth(int, int) - Method in class jj2000.j2k.image.Tiler
Returns the width in pixels of the specified tile-component.
getTileCompWidth(int, int) - Method in class jj2000.j2k.wavelet.synthesis.InvWTAdapter
Returns the width in pixels of the specified tile-component
getTileCompWidth(int, int, int) - Method in interface jj2000.j2k.wavelet.synthesis.MultiResImgData
Returns the width in pixels of the specified tile-component for the given resolution level.
getTileCompWidth(int, int, int) - Method in class jj2000.j2k.wavelet.synthesis.MultiResImgDataAdapter
Returns the width in pixels of the specified tile-component for the given resolution level.
getTileDef(int) - Method in class jj2000.j2k.ModuleSpec
Gets default value of the specified tile.
getTileGridXOffset(int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReader
 
getTileGridXOffset() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.RenderedImageSrc
 
getTileGridYOffset(int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReader
 
getTileGridYOffset() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.RenderedImageSrc
 
getTileHeight(int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReader
 
getTileHeight() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.RenderedImageSrc
Returns the overall height of the current tile in pixels.
getTileHeight(int) - Method in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Returns the overall height of the current tile in pixels, for the given resolution level.
getTileHeight() - Method in interface jj2000.j2k.image.ImgData
Returns the overall height of the current tile in pixels.
getTileHeight() - Method in class jj2000.j2k.image.ImgDataAdapter
Returns the overall height of the current tile in pixels.
getTileHeight() - Method in class jj2000.j2k.image.ImgDataJoiner
Returns the overall height of the current tile in pixels.
getTileHeight() - Method in class jj2000.j2k.image.input.ImgReader
Returns the overall height of the current tile in pixels, assuming there is no-tiling.
getTileHeight() - Method in class jj2000.j2k.image.Tiler
Returns the overall height of the current tile in pixels.
getTileHeight() - Method in class jj2000.j2k.wavelet.synthesis.InvWTAdapter
Returns the overall height of the current tile in pixels.
getTileHeight(int) - Method in interface jj2000.j2k.wavelet.synthesis.MultiResImgData
Returns the overall height of the current tile in pixels, for the given resolution level.
getTileHeight(int) - Method in class jj2000.j2k.wavelet.synthesis.MultiResImgDataAdapter
Returns the overall height of the current tile in pixels, for the given resolution level.
getTileIdx() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.RenderedImageSrc
Returns the index of the current tile, relative to a standard scan-line order.
getTileIdx() - Method in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Returns the index of the current tile, relative to a standard scan-line order.
getTileIdx() - Method in interface jj2000.j2k.image.ImgData
Returns the index of the current tile, relative to a standard scan-line order.
getTileIdx() - Method in class jj2000.j2k.image.ImgDataAdapter
Returns the index of the current tile, relative to a standard scan-line order.
getTileIdx() - Method in class jj2000.j2k.image.ImgDataJoiner
Returns the index of the current tile, relative to a standard scan-line order.
getTileIdx() - Method in class jj2000.j2k.image.input.ImgReader
Returns the index of the current tile, relative to a standard scan-line order.
getTileIdx() - Method in class jj2000.j2k.image.Tiler
Returns the index of the current tile, relative to a standard scan-line order.
getTileIdx() - Method in class jj2000.j2k.wavelet.synthesis.InvWTAdapter
Returns the index of the current tile, relative to a standard scan-line order.
getTileIdx() - Method in interface jj2000.j2k.wavelet.synthesis.MultiResImgData
Returns the index of the current tile, relative to a standard scan-line order.
getTileIdx() - Method in class jj2000.j2k.wavelet.synthesis.MultiResImgDataAdapter
Returns the index of the current tile, relative to a standard scan-line order.
getTileOff(Point, int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.RenderedImageSrc
Returns the horizontal and vertical offset of the upper-left corner of the current tile, in the specified component, relative to the canvas origin, in the component coordinates (not in the reference grid coordinates).
getTilePartULX() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.RenderedImageSrc
 
getTilePartULX() - Method in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Returns the horizontal offset of tile partition
getTilePartULX() - Method in interface jj2000.j2k.image.ImgData
Returns the horizontal tile partition offset in the reference grid
getTilePartULX() - Method in class jj2000.j2k.image.ImgDataAdapter
Returns the horizontal tile partition offset in the reference grid
getTilePartULX() - Method in class jj2000.j2k.image.ImgDataJoiner
Returns the horizontal tile partition offset in the reference grid
getTilePartULX() - Method in class jj2000.j2k.image.input.ImgReader
Returns the horizontal tile partition offset in the reference grid
getTilePartULX() - Method in class jj2000.j2k.image.Tiler
Returns the horizontal tile partition offset in the reference grid
getTilePartULX() - Method in class jj2000.j2k.wavelet.synthesis.InvWTAdapter
Returns the horizontal tile partition offset in the reference grid
getTilePartULX() - Method in interface jj2000.j2k.wavelet.synthesis.MultiResImgData
Returns the horizontal tile partition offset in the reference grid
getTilePartULX() - Method in class jj2000.j2k.wavelet.synthesis.MultiResImgDataAdapter
Returns the horizontal tile partition offset in the reference grid
getTilePartULY() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.RenderedImageSrc
 
getTilePartULY() - Method in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Returns the vertical offset of tile partition
getTilePartULY() - Method in interface jj2000.j2k.image.ImgData
Returns the vertical tile partition offset in the reference grid
getTilePartULY() - Method in class jj2000.j2k.image.ImgDataAdapter
Returns the vertical tile offset in the reference grid
getTilePartULY() - Method in class jj2000.j2k.image.ImgDataJoiner
Returns the vertical tile partition offset in the reference grid
getTilePartULY() - Method in class jj2000.j2k.image.input.ImgReader
Returns the vertical tile partition offset in the reference grid
getTilePartULY() - Method in class jj2000.j2k.image.Tiler
Returns the vertical tile partition offset in the reference grid
getTilePartULY() - Method in class jj2000.j2k.wavelet.synthesis.InvWTAdapter
Returns the vertical tile partition offset in the reference grid
getTilePartULY() - Method in interface jj2000.j2k.wavelet.synthesis.MultiResImgData
Returns the vertical tile partition offset in the reference grid
getTilePartULY() - Method in class jj2000.j2k.wavelet.synthesis.MultiResImgDataAdapter
Returns the vertical tile partition offset in the reference grid
getTileWidth(int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReader
 
getTileWidth() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.RenderedImageSrc
Returns the width of the current tile in pixels.
getTileWidth(int) - Method in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Returns the overall width of the current tile in pixels for the given (tile) resolution level.
getTileWidth() - Method in interface jj2000.j2k.image.ImgData
Returns the overall width of the current tile in pixels.
getTileWidth() - Method in class jj2000.j2k.image.ImgDataAdapter
Returns the overall width of the current tile in pixels.
getTileWidth() - Method in class jj2000.j2k.image.ImgDataJoiner
Returns the overall width of the current tile in pixels.
getTileWidth() - Method in class jj2000.j2k.image.input.ImgReader
Returns the width of the current tile in pixels, assuming there is no-tiling.
getTileWidth() - Method in class jj2000.j2k.image.Tiler
Returns the overall width of the current tile in pixels.
getTileWidth() - Method in class jj2000.j2k.wavelet.synthesis.InvWTAdapter
Returns the overall width of the current tile in pixels.
getTileWidth(int) - Method in interface jj2000.j2k.wavelet.synthesis.MultiResImgData
Returns the overall width of the current tile in pixels for the given resolution level.
getTileWidth(int) - Method in class jj2000.j2k.wavelet.synthesis.MultiResImgDataAdapter
Returns the overall width of the current tile in pixels, for the given resolution level.
getTilingOrigin(Point) - Method in class jj2000.j2k.codestream.reader.HeaderDecoder
Returns the tiling origin, referred to as '(Px,Py)' in the 'ImgData' interface.
getTilingOrigin(Point) - Method in class jj2000.j2k.image.Tiler
Returns the tiling origin, referred to as '(xt0siz,yt0siz)' in the codestream header (SIZ marker segment).
getTotBitrate() - Method in class jj2000.j2k.entropy.encoder.LayersInfo
Returns the overall target bitrate for the entire bit stream.
getTotNumLayers() - Method in class jj2000.j2k.entropy.encoder.LayersInfo
Returns the total number of layers, according to the layer specification of this object and the overall target bitrate.
getType() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.Box
Returns the box type.
getTypeByName(String) - Static method in class com.sun.media.imageioimpl.plugins.jpeg2000.Box
Returns the type String based on the provided name.
getTypeInt(String) - Static method in class com.sun.media.imageioimpl.plugins.jpeg2000.Box
Converts the box type from integer to string.
getTypes() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.ChannelDefinitionBox
Returns the channel types.
getTypeString(int) - Static method in class com.sun.media.imageioimpl.plugins.jpeg2000.Box
Converts the box type from integer to string.
getUnknownColorspace() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.HeaderBox
Returns the UnknowColorspace flag.
getURL() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.DataEntryURLBox
Returns the URL data element.
getUUID() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.UUIDBox
Returns the UUID of this box.
getValue(int, int) - Method in class jj2000.j2k.codestream.reader.TagTreeDecoder
Returns the current value of the specified element in the tag tree.
getVersion() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.DataEntryURLBox
Returns the Version data element.
getVertAnWaveletFilters(int, int) - Method in interface jj2000.j2k.wavelet.analysis.ForwWT
Returns the vertical analysis wavelet filters used in each level, for the specified tile-component.
getVertAnWaveletFilters(int, int) - Method in class jj2000.j2k.wavelet.analysis.ForwWTFull
Returns the vertical analysis wavelet filters used in each level, for the specified component and tile.
getVerticalResolution() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.ResolutionBox
Return the vertical resolution.
getVerWFilter() - Method in class jj2000.j2k.wavelet.analysis.SubbandAn
This function returns the vertical wavelet filter relevant to this subband
getVerWFilter() - Method in class jj2000.j2k.wavelet.Subband
This function returns the vertical wavelet filter relevant to this subband
getVerWFilter() - Method in class jj2000.j2k.wavelet.synthesis.SubbandSyn
This function returns the vertical wavelet filter relevant to this subband
getVFilters(int, int) - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterSpec
Returns the vertical analysis filters to be used in component 'n' and tile 't'.
getVFilters(int, int) - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterSpec
Returns the vertical analysis filters to be used in component 'n' and tile 't'.
getWidth() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.HeaderBox
Returns the width of the image.
getWidth(int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReader
 
getWidth() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KReadState
 
getWidth() - Method in class jj2000.j2k.codestream.reader.TagTreeDecoder
Returns the number of leafs along the horizontal direction.
getWidth() - Method in class jj2000.j2k.codestream.writer.TagTreeEncoder
Returns the number of leafs along the horizontal direction.
getWTDataType(int, int) - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterSpec
Returns the data type used by the filters in this object, as defined in the 'DataBlk' interface for specified tile-component.
getWTDataType(int, int) - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterSpec
Returns the data type used by the filters in this object, as defined in the 'DataBlk' interface for specified tile-component.
getWTDataType() - Method in class jj2000.j2k.wavelet.WTFilterSpec
Returns the data type used by the filters in this object, as defined in the 'DataBlk' interface.
GuardBitsSpec - Class in jj2000.j2k.quantization
This class extends ModuleSpec class in order to hold specifications about number of guard bits in each tile-component.
GuardBitsSpec(int, int, byte) - Constructor for class jj2000.j2k.quantization.GuardBitsSpec
Constructs an empty 'GuardBitsSpec' with specified number of tile and components.
GuardBitsSpec(int, int, byte, J2KImageWriteParamJava, String) - Constructor for class jj2000.j2k.quantization.GuardBitsSpec
Constructs a new 'GuardBitsSpec' for the specified number of components and tiles and the arguments of "-Qguard_bits" option.

H

h - Variable in class jj2000.j2k.codestream.CoordInfo
Object's height
h - Variable in class jj2000.j2k.codestream.PrecInfo
Precinct height in the corresponding resolution level
h - Variable in class jj2000.j2k.codestream.reader.CBlkInfo
Height of the code-block
h - Variable in class jj2000.j2k.codestream.reader.TagTreeDecoder
The vertical dimensions of the base level
h - Variable in class jj2000.j2k.codestream.writer.TagTreeEncoder
The vertical dimensions of the base level
h - Variable in class jj2000.j2k.entropy.decoder.DecLyrdCBlk
The height of the code-block
h - Variable in class jj2000.j2k.image.DataBlk
The height of the block, in pixels.
h - Variable in class jj2000.j2k.image.input.ImgReader
The height of the image
h - Variable in class jj2000.j2k.roi.encoder.ROI
height of rectangular ROI
h - Variable in class jj2000.j2k.roi.encoder.SubbandROIMask
Height of the subband mask
h - Variable in class jj2000.j2k.wavelet.analysis.CBlkWTData
The height of the code-block
h - Variable in class jj2000.j2k.wavelet.Subband
The height of the subband
handleException(Throwable) - Static method in class jj2000.j2k.JJ2KExceptionHandler
Handles the exception.
hbuf - Variable in class jj2000.j2k.codestream.writer.HeaderEncoder
The DataOutputStream to store header data.
hd - Variable in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
The decoded bit stream header
HeaderBox - Class in com.sun.media.imageioimpl.plugins.jpeg2000
This class is defined to represent an Image Header Box of JPEG JP2 file format.
HeaderBox(int, int, int, int, int, int, int) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.HeaderBox
Create an Image Header Box from the element values.
HeaderBox(byte[]) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.HeaderBox
Create an Image Header Box using the content data.
HeaderBox(Node) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.HeaderBox
Constructs an Image Header Box from a Node.
HeaderDecoder - Class in jj2000.j2k.codestream.reader
This class reads Main and Tile-part headers from the codestream.
HeaderDecoder(RandomAccessIO, J2KImageReadParamJava, HeaderInfo) - Constructor for class jj2000.j2k.codestream.reader.HeaderDecoder
Creates a HeaderDecoder instance and read in two passes the main header of the codestream.
HeaderEncoder - Class in jj2000.j2k.codestream.writer
This class writes almost of the markers and marker segments in main header and in tile-part headers.
HeaderEncoder(ImgData, boolean[], ForwardWT, Tiler, J2KImageWriteParamJava, ROIScaler, PostCompRateAllocator) - Constructor for class jj2000.j2k.codestream.writer.HeaderEncoder
Initializes the header writer with the references to the coding chain.
HeaderInfo - Class in jj2000.j2k.codestream
Classe that holds information found in the marker segments of the main and tile-part headers.
HeaderInfo() - Constructor for class jj2000.j2k.codestream.HeaderInfo
 
HeaderInfo.COC - Class in jj2000.j2k.codestream
Internal class holding information found in the COC marker segments
HeaderInfo.COD - Class in jj2000.j2k.codestream
Internal class holding information found in the COD marker segments
HeaderInfo.COM - Class in jj2000.j2k.codestream
Internal class holding information found in the COM marker segments
HeaderInfo.CRG - Class in jj2000.j2k.codestream
Internal class holding information found in the CRG marker segment
HeaderInfo.POC - Class in jj2000.j2k.codestream
Internal class holding information found in the POC marker segments
HeaderInfo.QCC - Class in jj2000.j2k.codestream
Internal class holding information found in the QCC marker segments
HeaderInfo.QCD - Class in jj2000.j2k.codestream
Internal class holding information found in the QCD marker segments
HeaderInfo.RGN - Class in jj2000.j2k.codestream
Internal class holding information found in the RGN marker segments
HeaderInfo.SIZ - Class in jj2000.j2k.codestream
Internal class holding information found in the SIZ marker segment
HeaderInfo.SOT - Class in jj2000.j2k.codestream
Internal class holding information found in the SOt marker segments
hFilter - Variable in class jj2000.j2k.wavelet.analysis.SubbandAn
The horizontal analysis filter used to decompose this subband.
hFilter - Variable in class jj2000.j2k.wavelet.synthesis.SubbandSyn
The horizontal analysis filter used to recompose this subband, from its childs.
hh - Variable in class jj2000.j2k.roi.encoder.SubbandROIMask
The subband masks of the child HH
hl - Variable in class jj2000.j2k.roi.encoder.SubbandROIMask
The subband masks of the child HL

I

iccs - Variable in class jj2000.j2k.decoder.DecoderSpecs
ICC Profiling specifications
idx - Variable in class jj2000.j2k.codestream.CBlkCoordInfo
The code-block horizontal and vertical indexes
IISRandomAccessIO - Class in com.sun.media.imageioimpl.plugins.jpeg2000
A wrapper for converting an ImageInputStream into a RandomAccessIO.
IISRandomAccessIO(ImageInputStream) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.IISRandomAccessIO
Creates a RandomAccessIO instance from the supplied ImageInputStream.
IMAGE_HEADER_BOX - Static variable in interface jj2000.j2k.fileformat.FileFormatBoxes
JP2 Header boxes
ImageInputStreamWrapper - Class in com.sun.media.imageioimpl.plugins.jpeg2000
This class is designed to wrap a ImageInputStream into a InputStream.
ImageInputStreamWrapper(ImageInputStream) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.ImageInputStreamWrapper
Constructs an ImageInputStreamWrapper from the provided ImageInputStream.
IMB_C - Static variable in interface jj2000.j2k.fileformat.FileFormatBoxes
 
IMB_IPR - Static variable in interface jj2000.j2k.fileformat.FileFormatBoxes
 
IMB_UnkC - Static variable in interface jj2000.j2k.fileformat.FileFormatBoxes
 
IMB_VERS - Static variable in interface jj2000.j2k.fileformat.FileFormatBoxes
Image Header Box Fields
ImgData - Interface in jj2000.j2k.image
This interface defines methods to access image attributes (width, height, number of components, etc.).
ImgDataAdapter - Class in jj2000.j2k.image
This class provides a default implementation of the methods in the 'ImgData' interface.
ImgDataAdapter(ImgData) - Constructor for class jj2000.j2k.image.ImgDataAdapter
Instantiates the ImgDataAdapter object specifying the ImgData source.
ImgDataConverter - Class in jj2000.j2k.image
This class is responsible of all data type conversions.
ImgDataConverter(BlkImgDataSrc, int) - Constructor for class jj2000.j2k.image.ImgDataConverter
Constructs a new ImgDataConverter object that operates on the specified source of image data.
ImgDataConverter(BlkImgDataSrc) - Constructor for class jj2000.j2k.image.ImgDataConverter
Constructs a new ImgDataConverter object that operates on the specified source of image data.
ImgDataJoiner - Class in jj2000.j2k.image
This class implements the ImgData interface and allows to obtain data from different sources.
ImgDataJoiner(BlkImgDataSrc[], int[]) - Constructor for class jj2000.j2k.image.ImgDataJoiner
Class constructor.
imgdatasrc - Variable in class jj2000.j2k.image.ImgDataAdapter
The ImgData source
imgH - Variable in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
The image width on the hi-res reference grid
ImgReader - Class in jj2000.j2k.image.input
This is the generic interface to be implemented by all image file (or other resource) readers for different image file formats.
ImgReader() - Constructor for class jj2000.j2k.image.input.ImgReader
 
ImgReaderPGM - Class in jj2000.j2k.image.input
This class implements the ImgData interface for reading 8 bit unsigned data from a binary PGM file.
ImgReaderPGM(File) - Constructor for class jj2000.j2k.image.input.ImgReaderPGM
Creates a new PGM file reader from the specified file.
ImgReaderPGM(String) - Constructor for class jj2000.j2k.image.input.ImgReaderPGM
Creates a new PGM file reader from the specified file name.
ImgReaderPGM(RandomAccessFile) - Constructor for class jj2000.j2k.image.input.ImgReaderPGM
Creates a new PGM file reader from the specified RandomAccessFile object.
imgW - Variable in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
The image width on the hi-res reference grid
INFO - Static variable in interface jj2000.j2k.util.MsgLogger
Severity of message.
INIT_EL_COPYING - Static variable in class jj2000.j2k.util.ArrayUtil
The number of elements to copy initially in an optimized array copy
initChilds() - Method in class jj2000.j2k.wavelet.Subband
Initializes the childs of this node with the correct values.
initialize() - Method in class jj2000.j2k.entropy.encoder.EBCOTRateAllocator
Initializes the layers array.
initialize() - Method in class jj2000.j2k.entropy.encoder.PostCompRateAllocator
Initializes the rate allocation points, taking into account header overhead and such.
initProgressWatch(int, int, String) - Method in interface jj2000.j2k.util.ProgressWatch
Initialize the progress watching process
initSubbandsFields(int, SubbandSyn) - Method in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Initialises subbands fields, such as code-blocks dimension and number of magnitude bits, in the subband tree.
initTileComp(int, int) - Method in class jj2000.j2k.entropy.encoder.StdEntropyCoder
Load options, length calculation type and termination type for each tile-component.
intArraySet(int[], int) - Static method in class jj2000.j2k.util.ArrayUtil
Reinitializes an int array to the given value in an optimized way.
IntegerSpec - Class in jj2000.j2k
This class extends ModuleSpec and is responsible of Integer specifications for each tile-component.
IntegerSpec(int, int, byte) - Constructor for class jj2000.j2k.IntegerSpec
Constructs a new 'IntegerSpec' for the specified number of tiles and components and with allowed type of specifications.
IntegerSpec(int, int, byte, J2KImageWriteParamJava, String, String) - Constructor for class jj2000.j2k.IntegerSpec
Constructs a new 'IntegerSpec' for the specified number of tiles and components, the allowed specifications type instance.
INTELLECTUAL_PROPERTY_BOX - Static variable in interface jj2000.j2k.fileformat.FileFormatBoxes
 
INV_ICT - Static variable in class jj2000.j2k.image.invcomptransf.InvCompTransf
Identifier for the Inverse Irreversible Component Transformation (INV_ICT).
INV_RCT - Static variable in class jj2000.j2k.image.invcomptransf.InvCompTransf
Identifier for the Inverse Reversible Component Transformation (INV_RCT).
InvCompTransf - Class in jj2000.j2k.image.invcomptransf
This class apply inverse component transformations to the tiles depending on specification read from the codestream header.
InvCompTransf(BlkImgDataSrc, DecoderSpecs, int[]) - Constructor for class jj2000.j2k.image.invcomptransf.InvCompTransf
Constructs a new ForwCompTransf object that operates on the specified source of image data.
InverseWT - Class in jj2000.j2k.wavelet.synthesis
This abstract class extends the WaveletTransform one with the specifics of inverse wavelet transforms.
InverseWT(MultiResImgData, DecoderSpecs) - Constructor for class jj2000.j2k.wavelet.synthesis.InverseWT
Initializes this object with the given source of wavelet coefficients.
InvWT - Interface in jj2000.j2k.wavelet.synthesis
This interface extends the WaveletTransform with the specifics of inverse wavelet transforms.
InvWTAdapter - Class in jj2000.j2k.wavelet.synthesis
This class provides default implementation of the methods in the 'InvWT' interface.
InvWTAdapter(MultiResImgData, DecoderSpecs) - Constructor for class jj2000.j2k.wavelet.synthesis.InvWTAdapter
Instantiates the 'InvWTAdapter' object using the specified 'MultiResImgData' source.
InvWTData - Interface in jj2000.j2k.wavelet.synthesis
This interface extends the MultiResImgData interface with the methods that are necessary for inverse wavelet data (i.e.
InvWTFull - Class in jj2000.j2k.wavelet.synthesis
This class implements the InverseWT with the full-page approach for int and float data.
InvWTFull(CBlkWTDataSrcDec, DecoderSpecs) - Constructor for class jj2000.j2k.wavelet.synthesis.InvWTFull
Initializes this object with the given source of wavelet coefficients.
isBinary() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.MediaLibAccessor
Returns true if the MediaLibAccessor represents binary data.
isCompSpecified(int) - Method in class jj2000.j2k.ModuleSpec
Whether or not specifications have been entered for the given component.
isCompTransfUsed() - Method in class jj2000.j2k.image.CompTransfSpec
Check if component transformation is used in any of the tiles.
isDataCopy() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.MediaLibAccessor
Returns true if the MediaLibAccessors's data is copied from it's raster.
isDerived(int, int) - Method in class jj2000.j2k.quantization.quantizer.Quantizer
Returns true if the quantizer of given tile-component uses derived quantization step sizes.
isDerived(int, int) - Method in class jj2000.j2k.quantization.quantizer.StdQuantizer
Returns true if given tile-component uses derived quantization step sizes.
isDerived(int, int) - Method in class jj2000.j2k.quantization.QuantTypeSpec
Returns true if given tile-component uses derived quantization step size.
isEOFInBuffer - Variable in class jj2000.j2k.io.BufferedRandomAccessFile
Whether the end of the file is in the current buffer or not
isFullyNonReversible() - Method in class jj2000.j2k.quantization.QuantTypeSpec
Check the irreversibility of the whole image.
isFullyReversible() - Method in class jj2000.j2k.quantization.QuantTypeSpec
Check the reversibility of the whole image.
isImageTiled(int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReader
 
isLeaf(String) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KMetadataFormat
 
isNode - Variable in class jj2000.j2k.roi.encoder.SubbandROIMask
Flag indicating whether this subband mask is a node or not
isNode - Variable in class jj2000.j2k.wavelet.Subband
True if it is a node in the tree, false if it is a leaf.
isOriginalSigned(int) - Method in class jj2000.j2k.codestream.reader.HeaderDecoder
Returns true if the original data of the specified component was signed.
isOrigSig - Variable in class jj2000.j2k.codestream.writer.HeaderEncoder
An array specifying, for each component,if the data was signed or not
isOrigSigned(int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.RenderedImageSrc
Returns true if the data read was originally signed in the specified component, false if not.
isOrigSigned(int) - Method in class jj2000.j2k.codestream.HeaderInfo.SIZ
 
isOrigSigned(int) - Method in class jj2000.j2k.image.input.ImgReader
Returns true if the data read was originally signed in the specified component, false if not.
isOrigSigned(int) - Method in class jj2000.j2k.image.input.ImgReaderPGM
Returns true if the data read was originally signed in the specified component, false if not.
isot - Variable in class jj2000.j2k.codestream.HeaderInfo.SOT
 
isPacketWritable() - Method in class jj2000.j2k.codestream.writer.PktEncoder
Returns true if the current packet is writable i.e.
isPixelSequential(SampleModel) - Static method in class com.sun.media.imageioimpl.plugins.jpeg2000.MediaLibAccessor
Determines if the SampleModel stores data in a way that can be represented by a mediaLibImage without copying
isRandomAccessEasy(int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReader
 
ISRandomAccessIO - Class in jj2000.j2k.util
This class implements a wrapper to turn an InputStream into a RandomAccessIO.
ISRandomAccessIO(InputStream, int, int, int) - Constructor for class jj2000.j2k.util.ISRandomAccessIO
Creates a new RandomAccessIO wrapper for the given InputStream 'is'.
ISRandomAccessIO(InputStream) - Constructor for class jj2000.j2k.util.ISRandomAccessIO
Creates a new RandomAccessIO wrapper for the given InputStream 'is'.
isReadOnly() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KMetadata
 
isReversible(int, int) - Method in class jj2000.j2k.entropy.encoder.EntropyCoder
Returns the reversibility of the tile-component data that is provided by the object.
isReversible() - Method in class jj2000.j2k.image.forwcomptransf.ForwCompTransf
Returns true if this transform is reversible in current tile.
isReversible() - Method in class jj2000.j2k.image.invcomptransf.InvCompTransf
Returns true if this transform is reversible in current tile.
isReversible(int, int) - Method in class jj2000.j2k.quantization.quantizer.StdQuantizer
Returns true if the quantized data is reversible, for the specified tile-component.
isReversible(int, int) - Method in class jj2000.j2k.quantization.QuantTypeSpec
Check the reversibility of the given tile-component.
isReversible(int, int) - Method in class jj2000.j2k.roi.encoder.ROIScaler
Since ROI scaling is always a reversible operation, it calls isReversible() method of it source (the quantizer module).
isReversible() - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterFloatLift9x7
Returns the reversibility of the filter.
isReversible() - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterIntLift5x3
Returns the reversibility of the filter.
isReversible(int, int) - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterSpec
Check the reversibility of filters contained is the given tile-component.
isReversible(int, int) - Method in interface jj2000.j2k.wavelet.analysis.ForwWTDataProps
Returns the reversibility of the given tile-component.
isReversible(int, int) - Method in class jj2000.j2k.wavelet.analysis.ForwWTFull
Returns the reversibility of the wavelet transform for the specified component and tile.
isReversible(int, int) - Method in class jj2000.j2k.wavelet.synthesis.InvWTFull
Returns the reversibility of the wavelet transform for the specified component, in the current tile.
isReversible() - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterFloatLift9x7
Returns the reversibility of the filter.
isReversible() - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterIntLift5x3
Returns the reversibility of the filter.
isReversible(int, int) - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterSpec
Check the reversibility of filters contained is the given tile-component.
isReversible() - Method in interface jj2000.j2k.wavelet.WaveletFilter
Returns the reversibility of the filter.
isReversible(int, int) - Method in interface jj2000.j2k.wavelet.WaveletTransform
Returns the reversibility of the wavelet transform for the specified component and tile.
isROIinPkt() - Method in class jj2000.j2k.codestream.writer.PktEncoder
Tells if there was ROI information in the last written packet
isSameAsFullWT(int, int, int) - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterFloatLift9x7
Returns true if the wavelet filter computes or uses the same "inner" subband coefficient as the full frame wavelet transform, and false otherwise.
isSameAsFullWT(int, int, int) - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterIntLift5x3
Returns true if the wavelet filter computes or uses the same "inner" subband coefficient as the full frame wavelet transform, and false otherwise.
isSameAsFullWT(int, int, int) - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterFloatLift9x7
Returns true if the wavelet filter computes or uses the same "inner" subband coefficient as the full frame wavelet transform, and false otherwise.
isSameAsFullWT(int, int, int) - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterIntLift5x3
Returns true if the wavelet filter computes or uses the same "inner" subband coefficient as the full frame wavelet transform, and false otherwise.
isSameAsFullWT(int, int, int) - Method in interface jj2000.j2k.wavelet.WaveletFilter
Returns true if the wavelet filter computes or uses the same "inner" subband coefficient as the full frame wavelet transform, and false otherwise.
isTermPass - Variable in class jj2000.j2k.entropy.encoder.CBlkRateDistStats
Array of flags indicating terminated passes (valid or non-valid truncation points).
isTileCompSpecified(int, int) - Method in class jj2000.j2k.ModuleSpec
Whether or not a tile-component specification has been defined
isTileSpecified(int) - Method in class jj2000.j2k.ModuleSpec
Whether or not specifications have been entered for the given tile.

J

J2KImageReader - Class in com.sun.media.imageioimpl.plugins.jpeg2000
This class is the Java Image IO plugin reader for JPEG 2000 JP2 image file format.
J2KImageReader(ImageReaderSpi) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReader
Constructs J2KImageReader from the provided ImageReaderSpi.
J2KImageReaderResources - Class in com.sun.media.imageioimpl.plugins.jpeg2000
 
J2KImageReaderResources() - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReaderResources
 
J2KImageReaderSpi - Class in com.sun.media.imageioimpl.plugins.jpeg2000
 
J2KImageReaderSpi() - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReaderSpi
 
J2KImageReadParamJava - Class in com.sun.media.imageioimpl.plugins.jpeg2000
A subclass of ImageReadParam for reading images in the JPEG 2000 format.
J2KImageReadParamJava() - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReadParamJava
Constructs a default instance of J2KImageReadParamJava.
J2KImageReadParamJava(ImageReadParam) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReadParamJava
 
J2KImageWriteParamJava - Class in com.sun.media.imageioimpl.plugins.jpeg2000
A subclass of ImageWriteParam for writing images in the JPEG 2000 format.
J2KImageWriteParamJava(RenderedImage, Locale) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Constructor to set locales.
J2KImageWriteParamJava(IIOImage, ImageWriteParam) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Constructor to set locales.
J2KImageWriteParamJava() - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Constructs a J2KImageWriteParamJava object with default values for all parameters.
J2KImageWriteParamJava(RenderedImage) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Constructs a J2KImageWriteParamJava object with default values for all parameters.
J2KImageWriteParamJava(Raster) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Constructs a J2KImageWriteParamJava object with default values for all parameters.
J2KImageWriter - Class in com.sun.media.imageioimpl.plugins.jpeg2000
The Java Image IO plugin writer for encoding a RenderedImage into a JPEG 2000 part 1 file (JP2) format.
J2KImageWriter(ImageWriterSpi) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriter
Constructs J2KImageWriter based on the provided ImageWriterSpi.
J2KImageWriterResources - Class in com.sun.media.imageioimpl.plugins.jpeg2000
 
J2KImageWriterResources() - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriterResources
 
J2KImageWriterSpi - Class in com.sun.media.imageioimpl.plugins.jpeg2000
 
J2KImageWriterSpi() - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriterSpi
 
J2KMetadata - Class in com.sun.media.imageioimpl.plugins.jpeg2000
Metadata for the J2K plug-in.
J2KMetadata() - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.J2KMetadata
Constructor containing code shared by other constructors.
J2KMetadata(ImageInputStream, J2KImageReader) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.J2KMetadata
 
J2KMetadata(ImageWriteParam, ImageWriter) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.J2KMetadata
Constructs a default stream J2KMetadata object appropriate for the given write parameters.
J2KMetadata(ImageTypeSpecifier, ImageWriteParam, ImageWriter) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.J2KMetadata
Constructs a default image J2KMetadata object appropriate for the given image type and write parameters.
J2KMetadata(ColorModel, SampleModel, int, int, ImageWriteParam, ImageWriter) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.J2KMetadata
Constructs a default image J2KMetadata object appropriate for the given image type and write parameters.
J2KMetadataFormat - Class in com.sun.media.imageioimpl.plugins.jpeg2000
 
J2KMetadataFormatResources - Class in com.sun.media.imageioimpl.plugins.jpeg2000
 
J2KMetadataFormatResources() - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.J2KMetadataFormatResources
 
J2KReadState - Class in com.sun.media.imageioimpl.plugins.jpeg2000
 
J2KReadState(ImageInputStream, J2KImageReadParamJava, J2KMetadata, J2KImageReader) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.J2KReadState
Constructs J2KReadState.
J2KReadState(ImageInputStream, J2KImageReadParamJava, J2KImageReader) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.J2KReadState
Constructs J2KReadState.
J2KRenderedImage - Class in com.sun.media.imageioimpl.plugins.jpeg2000
 
J2KRenderedImage(ImageInputStream, J2KImageReadParamJava, J2KMetadata, J2KImageReader) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.J2KRenderedImage
 
J2KRenderedImage(ImageInputStream, J2KImageReadParamJava, J2KImageReader) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.J2KRenderedImage
 
J2KRenderedImage(J2KReadState) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.J2KRenderedImage
 
jj2000.j2k - package jj2000.j2k
 
jj2000.j2k.codestream - package jj2000.j2k.codestream
 
jj2000.j2k.codestream.reader - package jj2000.j2k.codestream.reader
 
jj2000.j2k.codestream.writer - package jj2000.j2k.codestream.writer
 
jj2000.j2k.decoder - package jj2000.j2k.decoder
 
jj2000.j2k.entropy - package jj2000.j2k.entropy
 
jj2000.j2k.entropy.decoder - package jj2000.j2k.entropy.decoder
 
jj2000.j2k.entropy.encoder - package jj2000.j2k.entropy.encoder
 
jj2000.j2k.fileformat - package jj2000.j2k.fileformat
 
jj2000.j2k.fileformat.reader - package jj2000.j2k.fileformat.reader
 
jj2000.j2k.fileformat.writer - package jj2000.j2k.fileformat.writer
 
jj2000.j2k.image - package jj2000.j2k.image
 
jj2000.j2k.image.forwcomptransf - package jj2000.j2k.image.forwcomptransf
 
jj2000.j2k.image.input - package jj2000.j2k.image.input
 
jj2000.j2k.image.invcomptransf - package jj2000.j2k.image.invcomptransf
 
jj2000.j2k.io - package jj2000.j2k.io
 
jj2000.j2k.quantization - package jj2000.j2k.quantization
 
jj2000.j2k.quantization.dequantizer - package jj2000.j2k.quantization.dequantizer
 
jj2000.j2k.quantization.quantizer - package jj2000.j2k.quantization.quantizer
 
jj2000.j2k.roi - package jj2000.j2k.roi
 
jj2000.j2k.roi.encoder - package jj2000.j2k.roi.encoder
 
jj2000.j2k.util - package jj2000.j2k.util
 
jj2000.j2k.wavelet - package jj2000.j2k.wavelet
 
jj2000.j2k.wavelet.analysis - package jj2000.j2k.wavelet.analysis
 
jj2000.j2k.wavelet.synthesis - package jj2000.j2k.wavelet.synthesis
 
JJ2KExceptionHandler - Class in jj2000.j2k
This class handles exceptions.
JJ2KExceptionHandler() - Constructor for class jj2000.j2k.JJ2KExceptionHandler
 
JJ2KInfo - Class in jj2000.j2k
This class holds general JJ2000 information, such as the version number, copyright, contact address, etc.
JJ2KInfo() - Constructor for class jj2000.j2k.JJ2KInfo
 
JP2_HEADER_BOX - Static variable in interface jj2000.j2k.fileformat.FileFormatBoxes
 
JP2_SIGNATURE_BOX - Static variable in interface jj2000.j2k.fileformat.FileFormatBoxes
Main boxes

K

KH - Static variable in class jj2000.j2k.wavelet.analysis.AnWTFilterFloatLift9x7
The value of the high-pass subband normalization factor
KH - Static variable in class jj2000.j2k.wavelet.synthesis.SynWTFilterFloatLift9x7
The value of the high-pass subband normalization factor
KL - Static variable in class jj2000.j2k.wavelet.analysis.AnWTFilterFloatLift9x7
The value of the low-pass subband normalization factor
KL - Static variable in class jj2000.j2k.wavelet.synthesis.SynWTFilterFloatLift9x7
The value of the low-pass subband normalization factor

L

l2Norm - Variable in class jj2000.j2k.wavelet.analysis.SubbandAn
The L2-norm of the synthesis basis waveform of this subband, applicable to "leafs" only.
layerIdx - Variable in class jj2000.j2k.codestream.reader.PktInfo
The layer associated with the current code-block in this packet.
LayersInfo - Class in jj2000.j2k.entropy.encoder
This class stores the specification of a layer distribution in the bit stream.
LayersInfo(float) - Constructor for class jj2000.j2k.entropy.encoder.LayersInfo
Creates a new LayersInfo object.
lcm(int, int) - Static method in class jj2000.j2k.util.MathUtil
Method that calculates the Least Common Multiple (LCM) of two strictly positive integer numbers.
lcm(int[]) - Static method in class jj2000.j2k.util.MathUtil
Method that calculates the Least Common Multiple (LCM) of several positive integer numbers.
lcoc - Variable in class jj2000.j2k.codestream.HeaderInfo.COC
 
lcod - Variable in class jj2000.j2k.codestream.HeaderInfo.COD
 
lcom - Variable in class jj2000.j2k.codestream.HeaderInfo.COM
 
lcrg - Variable in class jj2000.j2k.codestream.HeaderInfo.CRG
 
lcs - Variable in class jj2000.j2k.entropy.encoder.StdEntropyCoder
The length calculation specifications
len - Variable in class jj2000.j2k.codestream.reader.CBlkInfo
Length of each piece of code-block's codewords
length - Variable in class com.sun.media.imageioimpl.plugins.jpeg2000.Box
Box length, extra length, type and content data array
length() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.IISRandomAccessIO
Returns the length of the data stream.
length() - Method in class jj2000.j2k.io.BufferedRandomAccessFile
Returns the current length of the stream, in bytes, taking into account any buffering.
length() - Method in interface jj2000.j2k.io.RandomAccessIO
Returns the current length of the stream, in bytes, taking into account any buffering.
length() - Method in class jj2000.j2k.util.ISRandomAccessIO
Returns the length of the stream.
LENGTH_LAZY - Static variable in class jj2000.j2k.entropy.encoder.MQCoder
Identifier for the lazy length calculation.
LENGTH_LAZY_GOOD - Static variable in class jj2000.j2k.entropy.encoder.MQCoder
Identifier for a very simple length calculation.
LENGTH_NEAR_OPT - Static variable in class jj2000.j2k.entropy.encoder.MQCoder
Identifier for the near optimal length calculation.
level - Variable in class jj2000.j2k.wavelet.Subband
The level in the tree to which this subband belongs, which is the number of wavelet decompositions performed to produce this subband.
lh - Variable in class jj2000.j2k.roi.encoder.SubbandROIMask
The subband masks of the child LH
LITTLE_ENDIAN - Static variable in interface jj2000.j2k.io.EndianType
Identifier for little-endian byte ordering (i.e.
ll - Variable in class jj2000.j2k.roi.encoder.SubbandROIMask
The subband masks of the child LL
loadLibrary() - Static method in class jj2000.j2k.util.NativeServices
Loads the shared library implementing the native methods of this class and returns true on success.
LOG - Static variable in interface jj2000.j2k.util.MsgLogger
Severity of message.
log2(int) - Static method in class jj2000.j2k.util.MathUtil
Method that calculates the floor of the log, base 2, of 'x'.
lpoc - Variable in class jj2000.j2k.codestream.HeaderInfo.POC
 
lqcc - Variable in class jj2000.j2k.codestream.HeaderInfo.QCC
 
lqcd - Variable in class jj2000.j2k.codestream.HeaderInfo.QCD
 
lrgn - Variable in class jj2000.j2k.codestream.HeaderInfo.RGN
 
lrxs - Variable in class jj2000.j2k.roi.encoder.SubbandRectROIMask
The lower right x coordinates of the applicable ROIs
lrys - Variable in class jj2000.j2k.roi.encoder.SubbandRectROIMask
The lower right y coordinates of the applicable ROIs
lsiz - Variable in class jj2000.j2k.codestream.HeaderInfo.SIZ
 
lsot - Variable in class jj2000.j2k.codestream.HeaderInfo.SOT
 
lvls - Variable in class jj2000.j2k.codestream.reader.TagTreeDecoder
The number of levels in the tag tree
lvls - Variable in class jj2000.j2k.codestream.writer.TagTreeEncoder
The number of levels in the tag tree
lw - Variable in class jj2000.j2k.util.MsgPrinter
The line width to use
LY_RES_COMP_POS_PROG - Static variable in interface jj2000.j2k.codestream.ProgressionType
The bit stream is Layer/Resolution/Component/Position progressive : 0
lye - Variable in class jj2000.j2k.entropy.Progression
The index of the last layer.
lyepoc - Variable in class jj2000.j2k.codestream.HeaderInfo.POC
 

M

m - Variable in class jj2000.j2k.entropy.CodedCBlk
The vertical index of the code-block, within the subband.
m - Variable in class jj2000.j2k.wavelet.analysis.CBlkWTData
The vertical index of the code-block, within the subband
magbits - Variable in class jj2000.j2k.wavelet.analysis.CBlkWTData
The number of magnitude bits in the integer representation.
magbits - Variable in class jj2000.j2k.wavelet.synthesis.SubbandSyn
The number of magnitude bits
mainHeadOff - Variable in class jj2000.j2k.codestream.reader.HeaderDecoder
The offset of the main header in the input stream
makeMask(Subband, int, int) - Method in class jj2000.j2k.roi.encoder.ArbROIMaskGenerator
This function generates the ROI mask for one tile-component.
makeMask(Subband, int, int) - Method in class jj2000.j2k.roi.encoder.RectROIMaskGenerator
This function generates the ROI mask for the entire tile.
makeMask(Subband, int, int) - Method in class jj2000.j2k.roi.encoder.ROIMaskGenerator
This function generates the ROI mask for the entire tile.
mark(int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.ImageInputStreamWrapper
 
Markers - Interface in jj2000.j2k.codestream
This interface defines the values of the different markers in the JPEG 2000 codestream.
markSupported() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.ImageInputStreamWrapper
 
maskPGM - Variable in class jj2000.j2k.roi.encoder.ROI
ImgReaderPGM object with the arbrtrary ROI
MathUtil - Class in jj2000.j2k.util
This class contains a collection of utility methods fro mathematical operations.
MathUtil() - Constructor for class jj2000.j2k.util.MathUtil
 
MAX_CB_AREA - Static variable in interface jj2000.j2k.entropy.StdEntropyCoderOptions
The maximum code-block area (width x height).
MAX_CB_DIM - Static variable in interface jj2000.j2k.entropy.StdEntropyCoderOptions
The maximum code-block dimension.
MAX_COMP_BITDEPTH - Static variable in interface jj2000.j2k.codestream.Markers
The maximum number of component bitdepth
MAX_EL_COPYING - Static variable in class jj2000.j2k.util.ArrayUtil
The maximum array size to do element by element copying, larger arrays are copyied in a n optimized way.
MAX_INT - Static variable in class jj2000.j2k.IntegerSpec
The largest value of type int
MAX_LPPM - Static variable in interface jj2000.j2k.codestream.Markers
Maximum length of PPM marker segment
MAX_LPPT - Static variable in interface jj2000.j2k.codestream.Markers
Maximum length of PPT marker segment
maxByte - Variable in class jj2000.j2k.io.BufferedRandomAccessFile
The maximum number of bytes that can be read from the buffer
maxBytes - Variable in class jj2000.j2k.codestream.writer.CodestreamWriter
The maximum number of bytes that can be written to the bit stream
maxImgRes - Variable in class jj2000.j2k.wavelet.synthesis.InvWTAdapter
The maximum available image resolution level
MaxShiftSpec - Class in jj2000.j2k.roi
This class contains the maxshift scaling value for each tile-component.
MaxShiftSpec(int, int, byte, String) - Constructor for class jj2000.j2k.roi.MaxShiftSpec
Constructs a 'ModuleSpec' object, initializing all the components and tiles to the 'SPEC_DEF' spec type, for the specified number of components and tiles.
mdl - Variable in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
The maximum number of decompostion levels for each component of the current tile.
MediaLibAccessor - Class in com.sun.media.imageioimpl.plugins.jpeg2000
An adapter class for presenting image data in a mediaLibImage format, even if the data isn't stored that way.
MediaLibAccessor() - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.MediaLibAccessor
 
mergeTree(String, Node) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KMetadata
 
MIN_CB_DIM - Static variable in interface jj2000.j2k.entropy.StdEntropyCoderOptions
The minimum code-block dimension.
ModuleSpec - Class in jj2000.j2k
This generic class is used to handle values to be used by a module for each tile and component.
ModuleSpec(int, int, byte) - Constructor for class jj2000.j2k.ModuleSpec
Constructs a 'ModuleSpec' object, initializing all the components and tiles to the 'SPEC_DEF' spec val type, for the specified number of components and tiles.
MQCoder - Class in jj2000.j2k.entropy.encoder
This class implements the MQ arithmetic coder.
MQCoder(ByteOutputBuffer, int, int[]) - Constructor for class jj2000.j2k.entropy.encoder.MQCoder
Instantiates a new MQ-coder, with the specified number of contexts and initial states.
MQDecoder - Class in jj2000.j2k.entropy.decoder
This class implements the MQ arithmetic decoder.
MQDecoder(ByteInputBuffer, int, int[]) - Constructor for class jj2000.j2k.entropy.decoder.MQDecoder
Instantiates a new MQ-decoder, with the specified number of contexts and initial states.
mqrs - Variable in class jj2000.j2k.entropy.encoder.StdEntropyCoder
MQ reset specifications
mressrc - Variable in class jj2000.j2k.wavelet.synthesis.InvWTAdapter
The 'MultiResImgData' source
mressrc - Variable in class jj2000.j2k.wavelet.synthesis.MultiResImgDataAdapter
The MultiResImgData source
msbSkipped - Variable in class jj2000.j2k.codestream.reader.CBlkInfo
The number of most significant bits which are skipped for this code-block (= Mb-1-bitDepth).
MsgLogger - Interface in jj2000.j2k.util
This class provides a simple common abstraction of a facility that logs and/or displays messages or simple strings.
MsgPrinter - Class in jj2000.j2k.util
This utility class formats messages to the specified line width, by inserting line-breaks between words, and printing the resulting lines.
MsgPrinter(int) - Constructor for class jj2000.j2k.util.MsgPrinter
Creates a new message printer with the specified line width and with the default locale.
MultiResImgData - Interface in jj2000.j2k.wavelet.synthesis
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 - Class in jj2000.j2k.wavelet.synthesis
This class provides a default implementation for the methods of the 'MultiResImgData' interface.
MultiResImgDataAdapter(MultiResImgData) - Constructor for class jj2000.j2k.wavelet.synthesis.MultiResImgDataAdapter
Instantiates the MultiResImgDataAdapter object specifying the MultiResImgData source.

N

n - Variable in class jj2000.j2k.entropy.CodedCBlk
The horizontal index of the code-block, within the subband.
n - Variable in class jj2000.j2k.wavelet.analysis.CBlkWTData
The horizontal index of the code-block, within the subband
NativeServices - Class in jj2000.j2k.util
This class presents a collection of static methods that allow access to some native methods.
nblk - Variable in class jj2000.j2k.codestream.PrecInfo
Number of code-blocks in each subband belonging to this precinct
nc - Variable in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
The number of components
nc - Variable in class jj2000.j2k.image.input.ImgReader
The number of components in the image
nComp - Variable in class jj2000.j2k.codestream.writer.HeaderEncoder
The number of components in the image
nComp - Variable in class jj2000.j2k.ModuleSpec
The number of components
ndata - Variable in class jj2000.j2k.codestream.writer.CodestreamWriter
The number of bytes already written to the bit stream
nextSegment(byte[], int, int) - Method in class jj2000.j2k.entropy.decoder.MQDecoder
Resets the MQ decoder to start a new segment.
nextSubband() - Method in class jj2000.j2k.wavelet.Subband
Returns the next subband in the same resolution level, following the subband index order.
nextTile() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.RenderedImageSrc
Advances to the next tile, in standard scan-line order (by rows then columns).
nextTile() - Method in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Advances to the next tile, in standard scan-line order (by rows then columns).
nextTile() - Method in class jj2000.j2k.codestream.reader.FileBitstreamReaderAgent
Advances to the next tile, in standard scan-line order (by rows then columns).
nextTile() - Method in class jj2000.j2k.entropy.encoder.StdEntropyCoder
Advances to the next tile, in standard scan-line order (by rows then columns).
nextTile() - Method in class jj2000.j2k.image.forwcomptransf.ForwCompTransf
Advances to the next tile, in standard scan-line order (by rows then columns).
nextTile() - Method in interface jj2000.j2k.image.ImgData
Advances to the next tile, in standard scan-line order (by rows then columns).
nextTile() - Method in class jj2000.j2k.image.ImgDataAdapter
Advances to the next tile, in standard scan-line order (by rows then columns).
nextTile() - Method in class jj2000.j2k.image.ImgDataJoiner
Advances to the next tile, in standard scan-line order (by rows then columns).
nextTile() - Method in class jj2000.j2k.image.input.ImgReader
Advances to the next tile, in standard scan-line order (by rows then columns).
nextTile() - Method in class jj2000.j2k.image.invcomptransf.InvCompTransf
Advances to the next tile, in standard scan-line order (by rows then columns).
nextTile() - Method in class jj2000.j2k.image.Tiler
Advances to the next tile, in standard scan-line order (by rows then columns).
nextTile() - Method in class jj2000.j2k.quantization.dequantizer.Dequantizer
Advances to the next tile, in standard scan-line order (by rows then columns).
nextTile() - Method in class jj2000.j2k.roi.encoder.ROIScaler
Advances to the next tile, in standard scan-line order (by rows then columns).
nextTile() - Method in class jj2000.j2k.wavelet.analysis.ForwWTFull
Advances to the next tile, in standard scan-line order (by rows then columns).
nextTile() - Method in class jj2000.j2k.wavelet.synthesis.InvWTAdapter
Advances to the next tile, in standard scan-line order (by rows then columns).
nextTile() - Method in class jj2000.j2k.wavelet.synthesis.InvWTFull
Advances to the next tile, in standard scan-line order (by rows then columns).
nextTile() - Method in interface jj2000.j2k.wavelet.synthesis.MultiResImgData
Advances to the next tile, in standard scan-line order (by rows then columns).
nextTile() - Method in class jj2000.j2k.wavelet.synthesis.MultiResImgDataAdapter
Advances to the next tile, in standard scan-line order (by rows then columns).
nl - Variable in class jj2000.j2k.entropy.decoder.DecLyrdCBlk
The number of layers in the coded data.
nls - Variable in class jj2000.j2k.decoder.DecoderSpecs
Number of layers specifications
nomCBlkH - Variable in class jj2000.j2k.wavelet.Subband
The nominal code-block height
nomCBlkW - Variable in class jj2000.j2k.wavelet.Subband
The nominal code-block width
NONBINARY - Static variable in class com.sun.media.imageioimpl.plugins.jpeg2000.MediaLibAccessor
Flag indicating data are not binary.
NONE - Static variable in class jj2000.j2k.image.forwcomptransf.ForwCompTransf
Identifier for no component transformation.
NONE - Static variable in class jj2000.j2k.image.invcomptransf.InvCompTransf
Identifier for no component transformation.
NoNextElementException - Exception in jj2000.j2k
This exception is thrown whenever a next???? method is called and there is no next element to return.
NoNextElementException() - Constructor for exception jj2000.j2k.NoNextElementException
Constructs a new NoNextElementException exception with no detail message.
NoNextElementException(String) - Constructor for exception jj2000.j2k.NoNextElementException
Constructs a new NoNextElementException exception with the specified detail message.
NotImplementedError - Error in jj2000.j2k
This exception is thrown whenever a feature or functionality that has not been implemented is calle.
NotImplementedError() - Constructor for error jj2000.j2k.NotImplementedError
Constructs a new NotImplementedError exception with the default detail message.
NotImplementedError(String) - Constructor for error jj2000.j2k.NotImplementedError
Constructs a new NotImplementedError exception with the specified detail message m.
nrc - Variable in class jj2000.j2k.roi.encoder.ROIMaskGenerator
Number of components
nROIbp - Variable in class jj2000.j2k.wavelet.analysis.CBlkWTData
Number of ROI magnitude bit-planes
nROIcoeff - Variable in class jj2000.j2k.entropy.encoder.CBlkRateDistStats
The number of ROI coefficients in the code-block
nROIcoeff - Variable in class jj2000.j2k.wavelet.analysis.CBlkWTData
Number of ROI coefficients in the code-block
nROIcp - Variable in class jj2000.j2k.entropy.encoder.CBlkRateDistStats
Number of ROI coding passes
nStep - Variable in class jj2000.j2k.quantization.dequantizer.StdDequantizerParams
The quantization step for non-reversible systems, normalized to a dynamic range of 1, for each resolution level and subband, as derived from the exponent-mantissa representation in the codestream.
nt - Variable in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
The total number of tiles.
ntH - Variable in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
The nominal tile height, in the hi-res reference grid
nTileParts - Variable in class jj2000.j2k.codestream.reader.HeaderDecoder
The number of tile parts per tile
nTiles - Variable in class jj2000.j2k.ModuleSpec
The number of tiles
nTotTrunc - Variable in class jj2000.j2k.entropy.encoder.CBlkRateDistStats
The total number of truncation points
ntp - Variable in class jj2000.j2k.codestream.reader.CBlkInfo
The number of truncation point for each layer
nTrunc - Variable in class jj2000.j2k.entropy.decoder.DecLyrdCBlk
The total number of truncation points from layer 1 to the last one in this object.
ntW - Variable in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
The nominal tile width, in the hi-res reference grid
ntX - Variable in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
The number of tile in the horizontal direction
ntY - Variable in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
The number of tiles in the vertical direction
NUM_EMPTY_PASSES_IN_MS_BP - Static variable in interface jj2000.j2k.entropy.StdEntropyCoderOptions
The number of empty passes in the most significant bit-plane.
NUM_NON_BYPASS_MS_BP - Static variable in interface jj2000.j2k.entropy.StdEntropyCoderOptions
The number of most significant bit-planes where bypass mode is not to be used, even if bypass mode is on: 4.
NUM_PASSES - Static variable in interface jj2000.j2k.entropy.StdEntropyCoderOptions
The number of coding passes per bit-plane.
numBands - Variable in class com.sun.media.imageioimpl.plugins.jpeg2000.MediaLibAccessor
The number of bands per pixel in the data array.
numCb - Variable in class jj2000.j2k.wavelet.Subband
The number of code-blocks (in both directions) contained in this subband.
numLayers - Variable in class jj2000.j2k.entropy.encoder.PostCompRateAllocator
The number of layers.
numTruncPnts - Variable in class jj2000.j2k.codestream.reader.PktInfo
The number of truncation points that appear in this packet, and all previous packets, for this code-block.
nVldTrunc - Variable in class jj2000.j2k.entropy.encoder.CBlkRateDistStats
The number of valid truncation points

O

off - Variable in class jj2000.j2k.codestream.reader.CBlkInfo
Offset of each piece of code-block's codewords in the file
offset - Variable in class jj2000.j2k.image.DataBlk
The offset in the array of the top-left coefficient
offset - Variable in class jj2000.j2k.io.BufferedRandomAccessFile
The current offset of the buffer (which will differ from the offset of the file)
offset - Variable in class jj2000.j2k.wavelet.analysis.CBlkWTData
The offset in the array of the top-left coefficient
offX - Variable in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
The horizontal offsets of the upper-left corner of the current tile (not active tile) with respect to the canvas origin, in the component hi-res grid, for each component.
offY - Variable in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
The vertical offsets of the upper-left corner of the current tile (not active tile) with respect to the canvas origin, in the component hi-res grid, for each component.
onRegistration(ServiceRegistry, Class) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReaderSpi
 
onRegistration(ServiceRegistry, Class) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriterSpi
 
OPT_BYPASS - Static variable in interface jj2000.j2k.entropy.StdEntropyCoderOptions
The flag bit to indicate that selective arithmetic coding bypass should be used.
OPT_PRED_TERM - Static variable in interface jj2000.j2k.entropy.StdEntropyCoderOptions
The flag bit to indicate that error resilience info is embedded on MQ termination.
OPT_PREFIX - Static variable in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
The prefix for bit stream reader options: 'B'
OPT_PREFIX - Static variable in class jj2000.j2k.codestream.reader.HeaderDecoder
The prefix for header decoder options: 'H'
OPT_PREFIX - Static variable in class jj2000.j2k.codestream.writer.PktEncoder
The prefix for packet encoding options: 'P'
OPT_PREFIX - Static variable in class jj2000.j2k.entropy.decoder.EntropyDecoder
The prefix for entropy decoder optiojns: 'C'
OPT_PREFIX - Static variable in class jj2000.j2k.entropy.encoder.EntropyCoder
The prefix for entropy coder options: 'C'
OPT_PREFIX - Static variable in class jj2000.j2k.entropy.encoder.PostCompRateAllocator
The prefix for rate allocation options: 'A'
OPT_PREFIX - Static variable in class jj2000.j2k.image.forwcomptransf.ForwCompTransf
The prefix for component transformation type: 'M'
OPT_PREFIX - Static variable in class jj2000.j2k.image.invcomptransf.InvCompTransf
The prefix for inverse component transformation options: 'M'
OPT_PREFIX - Static variable in class jj2000.j2k.quantization.dequantizer.Dequantizer
The prefix for dequantizer options: 'Q'
OPT_PREFIX - Static variable in class jj2000.j2k.quantization.quantizer.Quantizer
The prefix for quantizer options: 'Q'
OPT_PREFIX - Static variable in class jj2000.j2k.roi.encoder.ROIScaler
The prefix for ROI Scaler options: 'R'
OPT_PREFIX - Static variable in class jj2000.j2k.roi.ROIDeScaler
The prefix for ROI decoder options: 'R'
OPT_PREFIX - Static variable in class jj2000.j2k.wavelet.analysis.AnWTFilter
The prefix for wavelet filter options: 'F'
OPT_PREFIX - Static variable in class jj2000.j2k.wavelet.analysis.ForwardWT
The prefix for wavelet transform options: 'W'
OPT_RESET_MQ - Static variable in interface jj2000.j2k.entropy.StdEntropyCoderOptions
The flag bit to indicate that the MQ states for all contexts should be reset at the end of each non-bypass coding pass.
OPT_SEG_SYMBOLS - Static variable in interface jj2000.j2k.entropy.StdEntropyCoderOptions
The flag bit to indicate that a segmentation marker is to be inserted at the end of each normalization coding pass.
OPT_TERM_PASS - Static variable in interface jj2000.j2k.entropy.StdEntropyCoderOptions
The flag bit to indicate that regular termination should be used.
OPT_VERT_STR_CAUSAL - Static variable in interface jj2000.j2k.entropy.StdEntropyCoderOptions
The flag bit to indicate the vertically stripe-causal context formation should be used.
orientation - Variable in class jj2000.j2k.wavelet.Subband
The orientation of this subband (WT_ORIENT_LL, WT_ORIENT_HL, WT_ORIENT_LH, WT_ORIENT_HH).
origSrc - Variable in class jj2000.j2k.codestream.writer.HeaderEncoder
The image data reader.

P

packetIdx - Variable in class jj2000.j2k.codestream.reader.PktInfo
Index of the packet
PALETTE_BOX - Static variable in interface jj2000.j2k.fileformat.FileFormatBoxes
 
PaletteBox - Class in com.sun.media.imageioimpl.plugins.jpeg2000
This class is designed to represent a palette box for JPEG 2000 JP2 file format.
PaletteBox(IndexColorModel) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.PaletteBox
Constructs a PlatteBox from an IndexColorModel.
PaletteBox(Node) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.PaletteBox
Constructs a PlatteBox from an org.w3c.dom.Node.
PaletteBox(int, byte[], byte[][]) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.PaletteBox
Constructs a PlatteBox from the provided length, bit depths of the color components and the LUT.
PaletteBox(byte[]) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.PaletteBox
Constructs a PlatteBox from the provided byte array.
params - Variable in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Dequantization parameters of all subbands and all components in the current tile.
parent - Variable in class jj2000.j2k.wavelet.analysis.SubbandAn
The reference to the parent of this subband.
parent - Variable in class jj2000.j2k.wavelet.synthesis.SubbandSyn
The reference to the parent of this subband.
parse(byte[]) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.Box
Parses the data elements from the byte array.
parse(byte[]) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.ChannelDefinitionBox
Parse the channel definitions from the content data array.
parse(byte[]) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.ColorSpecificationBox
 
parse(byte[]) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.ComponentMappingBox
Parse the component mapping from the provided content data array.
parse(byte[]) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.DataEntryURLBox
Parses the content of this box from its content byte array.
parse(byte[]) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.FileTypeBox
 
parse(byte[]) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.HeaderBox
Parse the data elements from the byte array of the content.
parse(byte[]) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.PaletteBox
 
parse(byte[]) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.ResolutionBox
Parse the data elements from the provided content data array.
parse(byte[]) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.UUIDBox
Parses the data elements from the provided data array.
parse(byte[]) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.UUIDListBox
Parses the data elements from the provided content data array.
parseByteArray(String) - Static method in class com.sun.media.imageioimpl.plugins.jpeg2000.Box
Parses the byte array expressed by a string.
parseIdx(String, int) - Static method in class jj2000.j2k.ModuleSpec
This method is responsible of parsing tile indexes set and component indexes set for an option.
parseIntArray(String) - Static method in class com.sun.media.imageioimpl.plugins.jpeg2000.Box
Parses the integer array expressed a string.
parseROIs(String, int, Vector) - Static method in class jj2000.j2k.roi.encoder.ROIScaler
This function parses the values given for the ROIs with the argument -Rroi.
pcs - Variable in class jj2000.j2k.decoder.DecoderSpecs
The progression changes specifications
pktDec - Variable in class jj2000.j2k.codestream.reader.FileBitstreamReaderAgent
Reference to the PktDecoder instance
PktDecoder - Class in jj2000.j2k.codestream.reader
This class is used to read packet's head and body.
PktDecoder(DecoderSpecs, HeaderDecoder, RandomAccessIO, BitstreamReaderAgent, boolean, int) - Constructor for class jj2000.j2k.codestream.reader.PktDecoder
Creates an empty PktDecoder object associated with given decoder specifications and HeaderDecoder.
PktEncoder - Class in jj2000.j2k.codestream.writer
This class builds packets and keeps the state information of packet interdependencies.
PktEncoder(CodedCBlkDataSrcEnc, J2KImageWriteParamJava, Point[][][]) - Constructor for class jj2000.j2k.codestream.writer.PktEncoder
Creates a new packet header encoder, using the information from the 'infoSrc' object.
pktIdx - Variable in class jj2000.j2k.codestream.reader.CBlkInfo
Index of the packet where each layer has been found
PktInfo - Class in jj2000.j2k.codestream.reader
This class defines an object used to countain informations about a packet to which the current code-block belongs.
PktInfo(int, int) - Constructor for class jj2000.j2k.codestream.reader.PktInfo
Classe's constructor.
PLM - Static variable in interface jj2000.j2k.codestream.Markers
Packet length, main header (PLM): 0xFF57
PLT - Static variable in interface jj2000.j2k.codestream.Markers
Packet length, tile-part header (PLT): 0xFF58
poc - Variable in class jj2000.j2k.codestream.HeaderInfo
Reference to the POC marker segments found in main and first tile-part header.
POC() - Constructor for class jj2000.j2k.codestream.HeaderInfo.POC
 
POC - Static variable in interface jj2000.j2k.codestream.Markers
 
pos - Variable in class jj2000.j2k.decoder.DecoderSpecs
Progression order specifications
pos - Variable in class jj2000.j2k.io.BufferedRandomAccessFile
The current position in the byte-buffer
POS_COMP_RES_LY_PROG - Static variable in interface jj2000.j2k.codestream.ProgressionType
The bit stream is Position/Component/Resolution/Layer progressive : 3
PostCompRateAllocator - Class in jj2000.j2k.entropy.encoder
This is the abstract class from which post-compression rate allocators which generate layers should inherit.
PostCompRateAllocator(CodedCBlkDataSrcEnc, int, CodestreamWriter, J2KImageWriteParamJava) - Constructor for class jj2000.j2k.entropy.encoder.PostCompRateAllocator
Initializes the source of entropy coded data.
pphs - Variable in class jj2000.j2k.decoder.DecoderSpecs
Packed packet header specifications
PPM - Static variable in interface jj2000.j2k.codestream.Markers
Packed packet headers, main header (PPM): 0xFF60
PPM_FOUND - Static variable in class jj2000.j2k.codestream.reader.HeaderDecoder
Flag bit for SOD marker segment found
ppoc - Variable in class jj2000.j2k.codestream.HeaderInfo.POC
 
PPT - Static variable in interface jj2000.j2k.codestream.Markers
Packed packet headers, tile-part header (PPT): 0xFF61
PPT_FOUND - Static variable in class jj2000.j2k.codestream.reader.HeaderDecoder
Flag bit for SOD marker segment found
PrecCoordInfo - Class in jj2000.j2k.codestream
This class is used to store the coordinates of precincts.
PrecCoordInfo(int, int, int, int, int, int) - Constructor for class jj2000.j2k.codestream.PrecCoordInfo
Constructor.
PrecCoordInfo() - Constructor for class jj2000.j2k.codestream.PrecCoordInfo
Empty Constructor.
PRECINCT_PARTITION_DEF_SIZE - Static variable in interface jj2000.j2k.codestream.Markers
The default size exponent of the precincts
precinctPartitionUsed() - Method in class jj2000.j2k.codestream.reader.HeaderDecoder
Returns the boolean used to know if the precinct partition is used
precinctPartitionUsed(int, int) - Method in interface jj2000.j2k.entropy.encoder.CodedCBlkDataSrcEnc
Returns true if the precinct partition is used for the specified component and tile, returns false otherwise
precinctPartitionUsed(int, int) - Method in class jj2000.j2k.entropy.encoder.StdEntropyCoder
Returns true if precinct partition is used for the specified component and tile, returns false otherwise.
PrecinctSizeSpec - Class in jj2000.j2k.entropy
This class extends ModuleSpec class for precinct partition sizes holding purposes.
PrecinctSizeSpec(int, int, byte, IntegerSpec) - Constructor for class jj2000.j2k.entropy.PrecinctSizeSpec
Creates a new PrecinctSizeSpec object for the specified number of tiles and components.
PrecinctSizeSpec(int, int, byte, BlkImgDataSrc, IntegerSpec, J2KImageWriteParamJava, String) - Constructor for class jj2000.j2k.entropy.PrecinctSizeSpec
Creates a new PrecinctSizeSpec object for the specified number of tiles and components and the J2KImageWriteParamJava instance.
PrecInfo - Class in jj2000.j2k.codestream
Class that holds precinct coordinates and references to contained code-blocks in each subband.
PrecInfo(int, int, int, int, int, int, int, int, int) - Constructor for class jj2000.j2k.codestream.PrecInfo
Class constructor.
print(PrintWriter, int, int, String) - Method in class jj2000.j2k.util.MsgPrinter
Formats the message to print in the current line width, by breaking the message into lines between words.
println(String, int, int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReader
 
println(String, int, int) - Method in interface jj2000.j2k.util.MsgLogger
Prints the string 'str' to the output device, appending a line return.
println(String, int, int) - Method in class jj2000.j2k.util.StreamMsgLogger
Prints the string 'str' to the 'out' stream, appending a newline.
printmsg(int, String) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReader
 
printmsg(int, String) - Method in interface jj2000.j2k.util.MsgLogger
Prints the message 'msg' to the output device, appending a newline, with severity 'sev'.
printmsg(int, String) - Method in class jj2000.j2k.util.StreamMsgLogger
Prints the message 'msg' to the output device, appending a newline, with severity 'sev'.
processImageProgressWrapper(float) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReader
Wrapper for the protected method processImageProgress So it can be access from the classes which are not in ImageReader hierarchy.
processImageProgressWrapper(float) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriter
Wrapper for the protected method processImageProgress So it can be access from the classes which are not in ImageWriter hierachy.
processImageUpdateWrapper(BufferedImage, int, int, int, int, int, int, int[]) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReader
Wrapper for the protected method processImageUpdate So it can be access from the classes which are not in ImageReader hierarchy.
prog - Variable in class jj2000.j2k.entropy.decoder.DecLyrdCBlk
The progressive flag, false by default (see above).
Progression - Class in jj2000.j2k.entropy
This class holds one of the different progression orders defined in the bit stream.
Progression(int, int, int, int, int, int) - Constructor for class jj2000.j2k.entropy.Progression
Constructor.
ProgressionSpec - Class in jj2000.j2k.entropy
This class extends ModuleSpec class for progression type(s) and progression order changes holding purposes.
ProgressionSpec(int, int, byte) - Constructor for class jj2000.j2k.entropy.ProgressionSpec
Creates a new ProgressionSpec object for the specified number of tiles and components.
ProgressionSpec(int, int, int, IntegerSpec, byte, J2KImageWriteParamJava, String) - Constructor for class jj2000.j2k.entropy.ProgressionSpec
Creates a new ProgressionSpec object for the specified number of tiles, components and the J2KImageWriteParamJava instance.
ProgressionType - Interface in jj2000.j2k.codestream
This interface defines the identifiers for the different bit stream profiles and progression types.
progressive - Variable in class jj2000.j2k.image.DataBlk
The progressive attribute (false by default)
ProgressWatch - Interface in jj2000.j2k.util
 
psot - Variable in class jj2000.j2k.codestream.HeaderInfo.SOT
 
pss - Variable in class jj2000.j2k.decoder.DecoderSpecs
Precinct partition specifications
px - Variable in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
The horizontal coordinate of the tiling origin in the canvas system, on the reference grid.
py - Variable in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
The vertical coordinate of the tiling origin in the canvas system, on the reference grid.

Q

Q_TYPE_SCALAR_DZ - Static variable in interface jj2000.j2k.quantization.QuantizationType
The ID of the scalar deadzone dequantizer
qcc - Variable in class jj2000.j2k.codestream.HeaderInfo
Reference to the QCC marker segments found in main and first tile-part header.
QCC() - Constructor for class jj2000.j2k.codestream.HeaderInfo.QCC
 
QCC - Static variable in interface jj2000.j2k.codestream.Markers
Quantization component (QCC): 0xFF5D
qcd - Variable in class jj2000.j2k.codestream.HeaderInfo
Reference to the QCD marker segments found in main and first tile-part header.
QCD() - Constructor for class jj2000.j2k.codestream.HeaderInfo.QCD
 
QCD - Static variable in interface jj2000.j2k.codestream.Markers
Quantization default (QCD): 0xFF5C
qsss - Variable in class jj2000.j2k.decoder.DecoderSpecs
Quantization normalized base step size specifications
QSTEP_EXPONENT_BITS - Static variable in class jj2000.j2k.quantization.quantizer.StdQuantizer
The number of exponent bits for the quantization steps
QSTEP_MANTISSA_BITS - Static variable in class jj2000.j2k.quantization.quantizer.StdQuantizer
The number of mantissa bits for the quantization steps
QSTEP_MAX_EXPONENT - Static variable in class jj2000.j2k.quantization.quantizer.StdQuantizer
The maximum value of the exponent for the quantization steps
QSTEP_MAX_MANTISSA - Static variable in class jj2000.j2k.quantization.quantizer.StdQuantizer
The maximum value of the mantissa for the quantization steps
qts - Variable in class jj2000.j2k.decoder.DecoderSpecs
Quantization type specifications
QuantizationType - Interface in jj2000.j2k.quantization
This interface defines the IDs of the possible quantization types.
Quantizer - Class in jj2000.j2k.quantization.quantizer
This abstract class provides the general interface for quantizers.
Quantizer(CBlkWTDataSrc) - Constructor for class jj2000.j2k.quantization.quantizer.Quantizer
Initializes the source of wavelet transform coefficients.
QuantStepSizeSpec - Class in jj2000.j2k.quantization
This class extends ModuleSpec class in order to hold specifications about the quantization base normalized step size to use in each tile-component.
QuantStepSizeSpec(int, int, byte) - Constructor for class jj2000.j2k.quantization.QuantStepSizeSpec
Constructs an empty 'QuantStepSizeSpec' with specified number of tile and components.
QuantStepSizeSpec(int, int, byte, J2KImageWriteParamJava, String) - Constructor for class jj2000.j2k.quantization.QuantStepSizeSpec
Constructs a new 'QuantStepSizeSpec' for the specified number of components and tiles and the arguments of "-Qstep" option.
QuantTypeSpec - Class in jj2000.j2k.quantization
This class extends ModuleSpec class in order to hold specifications about the quantization type to use in each tile-component.
QuantTypeSpec(int, int, byte) - Constructor for class jj2000.j2k.quantization.QuantTypeSpec
Constructs an empty 'QuantTypeSpec' with specified number of tile and components.
QuantTypeSpec(int, int, byte, J2KImageWriteParamJava, String) - Constructor for class jj2000.j2k.quantization.QuantTypeSpec
Constructs a new 'QuantTypeSpec' for the specified number of components and tiles and the arguments of "-Qtype" option.

R

r - Variable in class jj2000.j2k.codestream.PrecInfo
Resolution level index
r - Variable in class jj2000.j2k.roi.encoder.ROI
radius of circular ROI
ralloc - Variable in class jj2000.j2k.codestream.writer.HeaderEncoder
Reference to the rate allocator
RandomAccessIO - Interface in jj2000.j2k.io
This abstract class defines the interface to perform random access I/O.
raster - Variable in class com.sun.media.imageioimpl.plugins.jpeg2000.MediaLibAccessor
The raster that is the source of pixel data.
rb - Variable in class jj2000.j2k.quantization.dequantizer.Dequantizer
The "range bits" for each transformed component
rcom - Variable in class jj2000.j2k.codestream.HeaderInfo.COM
 
RCOM_GEN_USE - Static variable in interface jj2000.j2k.codestream.Markers
General use registration value (COM): 0x0001
re - Variable in class jj2000.j2k.entropy.Progression
Resolution index for the end of a progression.
read(ImageInputStream, int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.Box
Reads a box from the ImageInputStream
read() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.IISRandomAccessIO
 
read() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.ImageInputStreamWrapper
 
read(byte[]) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.ImageInputStreamWrapper
 
read(byte[], int, int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.ImageInputStreamWrapper
 
read(int, ImageReadParam) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReader
 
read() - Method in class jj2000.j2k.entropy.decoder.ByteInputBuffer
Reads the next byte of data from this input stream.
read() - Method in class jj2000.j2k.io.BufferedRandomAccessFile
Reads an unsigned byte of data from the stream.
read() - Method in interface jj2000.j2k.io.RandomAccessIO
Reads a byte of data from the stream.
read() - Method in class jj2000.j2k.util.ISRandomAccessIO
Reads a byte of data from the stream.
readAsRaster() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KReadState
 
readAsRenderedImage(int, ImageReadParam) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReader
 
readBitsPerComponentBox(int) - Method in class jj2000.j2k.fileformat.reader.FileFormatReader
Read the bits per component.
readBufferedImage() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KReadState
 
readByte() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.IISRandomAccessIO
 
readByte() - Method in interface jj2000.j2k.io.BinaryDataInput
Should read a signed byte (i.e., 8 bit) from the input.
readByte() - Method in class jj2000.j2k.io.BufferedRandomAccessFile
Reads a signed byte (i.e., 8 bit) from the input.
readByte() - Method in class jj2000.j2k.util.ISRandomAccessIO
Reads a signed byte (8 bit) from the input.
readChannelDefinitionBox(int) - Method in class jj2000.j2k.fileformat.reader.FileFormatReader
This method reads the Channel Definition box
readChecked() - Method in class jj2000.j2k.entropy.decoder.ByteInputBuffer
Reads the next byte of data from this input stream.
readColourSpecificationBox(int) - Method in class jj2000.j2k.fileformat.reader.FileFormatReader
Read the color specifications.
readComponentMappingBox(int) - Method in class jj2000.j2k.fileformat.reader.FileFormatReader
Read the component mapping channel.
readContiguousCodeStreamBox(int, long) - Method in class jj2000.j2k.fileformat.reader.FileFormatReader
This method skips the Contiguous codestream box and adds position of contiguous codestream to a vector
readDouble() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.IISRandomAccessIO
 
readDouble() - Method in class jj2000.j2k.io.BEBufferedRandomAccessFile
Reads an IEEE double precision (i.e., 64 bit) floating-point number from the input.
readDouble() - Method in interface jj2000.j2k.io.BinaryDataInput
Should read an IEEE double precision (i.e., 64 bit) floating-point number from the input.
readDouble() - Method in class jj2000.j2k.util.ISRandomAccessIO
Reads an IEEE double precision (i.e., 64 bit) floating-point number from the input.
readEPHMarker(PktHeaderBitReader) - Method in class jj2000.j2k.codestream.reader.PktDecoder
Try to read an EPH marker.
readFileFormat() - Method in class jj2000.j2k.fileformat.reader.FileFormatReader
This method checks whether the given RandomAccessIO is a valid JP2 file and if so finds the first codestream in the file.
readFileTypeBox(int, long) - Method in class jj2000.j2k.fileformat.reader.FileFormatReader
This method reads the File Type box
readFloat() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.IISRandomAccessIO
 
readFloat() - Method in class jj2000.j2k.io.BEBufferedRandomAccessFile
Reads an IEEE single precision (i.e., 32 bit) floating-point number from the input.
readFloat() - Method in interface jj2000.j2k.io.BinaryDataInput
Should read an IEEE single precision (i.e., 32 bit) floating-point number from the input.
readFloat() - Method in class jj2000.j2k.util.ISRandomAccessIO
Reads an IEEE single precision (i.e., 32 bit) floating-point number from the input.
readFoundTilePartMarkSeg(int, int) - Method in class jj2000.j2k.codestream.reader.HeaderDecoder
Return the DecoderSpecs instance filled when reading the headers
readFully(byte[], int, int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.IISRandomAccessIO
 
readFully(byte[], int, int) - Method in class jj2000.j2k.io.BufferedRandomAccessFile
Reads up to len bytes of data from this file into an array of bytes.
readFully(byte[], int, int) - Method in interface jj2000.j2k.io.RandomAccessIO
Reads up to len bytes of data from this file into an array of bytes.
readFully(byte[], int, int) - Method in class jj2000.j2k.util.ISRandomAccessIO
Reads 'len' bytes of data from this file into an array of bytes.
readHeader() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReader
 
readImageHeaderBox(int) - Method in class jj2000.j2k.fileformat.reader.FileFormatReader
This method reads the Image Header box
readInt() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.IISRandomAccessIO
 
readInt() - Method in class jj2000.j2k.io.BEBufferedRandomAccessFile
Reads a signed int (i.e., 32 bit) from the input.
readInt() - Method in interface jj2000.j2k.io.BinaryDataInput
Should read a signed int (i.e., 32 bit) from the input.
readInt() - Method in class jj2000.j2k.util.ISRandomAccessIO
Reads a signed int (32 bit) from the input.
readIntPropertyBox(int) - Method in class jj2000.j2k.fileformat.reader.FileFormatReader
This method reads the contents of the Intellectual property box
readJP2HeaderBox(int) - Method in class jj2000.j2k.fileformat.reader.FileFormatReader
This method reads the JP2Header box
readLong() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.IISRandomAccessIO
 
readLong() - Method in class jj2000.j2k.io.BEBufferedRandomAccessFile
Reads a signed long (i.e., 64 bit) from the input.
readLong() - Method in interface jj2000.j2k.io.BinaryDataInput
Should read a signed long (i.e., 64 bit) from the input.
readLong() - Method in class jj2000.j2k.util.ISRandomAccessIO
Reads a signed long (64 bit) from the input.
readNewBuffer(int) - Method in class jj2000.j2k.io.BufferedRandomAccessFile
Reads a new buffer from the file.
readPaletteBox(int) - Method in class jj2000.j2k.fileformat.reader.FileFormatReader
This method reads the content of the palette box
readPktBody(int, int, int, int, CBlkInfo[][][], int[]) - Method in class jj2000.j2k.codestream.reader.PktDecoder
Reads specificied packet body in order to find offset of each code-block's piece of codeword.
readPktHead(int, int, int, int, CBlkInfo[][][], int[]) - Method in class jj2000.j2k.codestream.reader.PktDecoder
Read specified packet head and found length of each code-block's piece of codewords as well as number of skipped most significant bit-planes.
readRaster(int, ImageReadParam) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReader
 
readResolutionBox(int, int) - Method in class jj2000.j2k.fileformat.reader.FileFormatReader
Read the resolution.
readShort() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.IISRandomAccessIO
 
readShort() - Method in class jj2000.j2k.io.BEBufferedRandomAccessFile
Reads a signed short (i.e., 16 bit) from the input.
readShort() - Method in interface jj2000.j2k.io.BinaryDataInput
Should read a signed short (i.e., 16 bit) from the input.
readShort() - Method in class jj2000.j2k.util.ISRandomAccessIO
Reads a signed short (16 bit) from the input.
readSOPMarker(int[], int, int, int) - Method in class jj2000.j2k.codestream.reader.PktDecoder
Try to read a SOP marker and check that its sequence number if not out of sequence.
readUnsignedByte() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.IISRandomAccessIO
 
readUnsignedByte() - Method in interface jj2000.j2k.io.BinaryDataInput
Should read an unsigned byte (i.e., 8 bit) from the input.
readUnsignedByte() - Method in class jj2000.j2k.io.BufferedRandomAccessFile
Reads an unsigned byte (i.e., 8 bit) from the input.
readUnsignedByte() - Method in class jj2000.j2k.util.ISRandomAccessIO
Reads an unsigned byte (8 bit) from the input.
readUnsignedInt() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.IISRandomAccessIO
 
readUnsignedInt() - Method in class jj2000.j2k.io.BEBufferedRandomAccessFile
Reads an unsigned int (i.e., 32 bit) from the input.
readUnsignedInt() - Method in interface jj2000.j2k.io.BinaryDataInput
Should read an unsigned int (i.e., 32 bit) from the input.
readUnsignedInt() - Method in class jj2000.j2k.util.ISRandomAccessIO
Reads a unsigned int (32 bit) from the input.
readUnsignedShort() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.IISRandomAccessIO
 
readUnsignedShort() - Method in class jj2000.j2k.io.BEBufferedRandomAccessFile
Reads an unsigned short (i.e., 16 bit) from the input.
readUnsignedShort() - Method in interface jj2000.j2k.io.BinaryDataInput
Should read an unsigned short (i.e., 16 bit) from the input.
readUnsignedShort() - Method in class jj2000.j2k.util.ISRandomAccessIO
Reads an unsigned short (16 bit) from the input.
readURLBox(int) - Method in class jj2000.j2k.fileformat.reader.FileFormatReader
This method reads the contents of the XML box
readUUIDBox(int) - Method in class jj2000.j2k.fileformat.reader.FileFormatReader
This method reads the contents of the Intellectual property box
readUUIDListBox(int) - Method in class jj2000.j2k.fileformat.reader.FileFormatReader
This method reads the contents of the UUID List box
readXMLBox(int) - Method in class jj2000.j2k.fileformat.reader.FileFormatReader
This method reads the contents of the XML box
rect - Variable in class com.sun.media.imageioimpl.plugins.jpeg2000.MediaLibAccessor
The rectangle of the raster that MediaLibAccessor addresses.
rect - Variable in class jj2000.j2k.roi.encoder.ROI
Flag indicating whether the ROI is rectangular or not
RectROIMaskGenerator - Class in jj2000.j2k.roi.encoder
This class generates the ROI masks when there are only rectangular ROIs in the image.
RectROIMaskGenerator(ROI[], int) - Constructor for class jj2000.j2k.roi.encoder.RectROIMaskGenerator
The constructor of the mask generator.
registerMsgLogger(Thread, MsgLogger) - Static method in class jj2000.j2k.util.FacilityManager
Registers the MsgLogger 'ml' as the logging facility of the thread 't'.
registerProgressWatch(Thread, ProgressWatch) - Static method in class jj2000.j2k.util.FacilityManager
 
RenderedImageSrc - Class in com.sun.media.imageioimpl.plugins.jpeg2000
 
RenderedImageSrc(Raster, J2KImageWriteParamJava, J2KImageWriter) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.RenderedImageSrc
Creates RenderedImageSrc for encoding a Raster.
RenderedImageSrc(RenderedImage, J2KImageWriteParamJava, J2KImageWriter) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.RenderedImageSrc
Creates RenderedImageSrc for encoding a RenderedImage.
repoc - Variable in class jj2000.j2k.codestream.HeaderInfo.POC
 
RES_LY_COMP_POS_PROG - Static variable in interface jj2000.j2k.codestream.ProgressionType
The bit stream is Resolution/Layer/Component/Position progressive : 1
RES_POS_COMP_LY_PROG - Static variable in interface jj2000.j2k.codestream.ProgressionType
The bit stream is Resolution/Position/Component/Layer progressive : 2
reset() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.ImageInputStreamWrapper
 
reset() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReader
 
reset() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriter
 
reset() - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KMetadata
 
reset() - Method in class jj2000.j2k.codestream.writer.BitOutputBuffer
Resets the buffer.
reset() - Method in class jj2000.j2k.codestream.writer.HeaderEncoder
Resets the contents of this HeaderEncoder to its initial state.
reset() - Method in class jj2000.j2k.codestream.writer.PktEncoder
Resets the state of the object to the initial state, as if the object was just created.
reset() - Method in class jj2000.j2k.codestream.writer.TagTreeEncoder
Resets the tree values and state.
reset(int[]) - Method in class jj2000.j2k.codestream.writer.TagTreeEncoder
Resets the tree values and state.
reset() - Method in class jj2000.j2k.entropy.encoder.ByteOutputBuffer
Discards all the buffered data, by resetting the counter of written bytes to 0.
reset() - Method in class jj2000.j2k.entropy.encoder.MQCoder
Reinitializes the MQ coder and the underlying 'ByteOutputBuffer' buffer as if a new object was instantaited.
resetCtxt(int) - Method in class jj2000.j2k.entropy.decoder.MQDecoder
Resets a context to the original probability distribution.
resetCtxt(int) - Method in class jj2000.j2k.entropy.encoder.MQCoder
Resets a context to the original probability distribution, and sets its more probable symbol to 0.
resetCtxts() - Method in class jj2000.j2k.entropy.decoder.MQDecoder
Resets a context to the original probability distribution.
resetCtxts() - Method in class jj2000.j2k.entropy.encoder.MQCoder
Resets all contexts to their original probability distribution and sets all more probable symbols to 0.
resetHeaderMarkers() - Method in class jj2000.j2k.codestream.reader.HeaderDecoder
Method that resets members indicating which markers have already been found
resLvl - Variable in class jj2000.j2k.wavelet.Subband
The resolution level to which this subband contributes.
reslvl - Variable in class jj2000.j2k.wavelet.synthesis.InvWTAdapter
The resquested image resolution level for reconstruction.
RESOLUTION_BOX - Static variable in interface jj2000.j2k.fileformat.FileFormatBoxes
 
ResolutionBox - Class in com.sun.media.imageioimpl.plugins.jpeg2000
This class is defined to represent a Resolution Box of JPEG JP2 file format.
ResolutionBox(int, byte[]) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.ResolutionBox
Constructs a ResolutionBox from the provided type and content data array.
ResolutionBox(int, float, float) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.ResolutionBox
Constructs a ResolutionBox from the provided type and horizontal/vertical resolutions.
ResolutionBox(Node) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.ResolutionBox
Constructs a ResolutionBox based on the provided org.w3c.dom.Node.
restart(int, int[], int, CBlkInfo[][][][][], boolean, ByteArrayInputStream) - Method in class jj2000.j2k.codestream.reader.PktDecoder
Re-initialize the PktDecoder instance at the beginning of a new tile.
restore() - Method in class jj2000.j2k.codestream.writer.PktEncoder
Restores the last saved state of this object.
restore() - Method in class jj2000.j2k.codestream.writer.TagTreeEncoder
Restores the saved values and state of the tree.
rgh - Variable in class jj2000.j2k.codestream.PrecInfo
Precinct height reported in the reference grid
rgn - Variable in class jj2000.j2k.codestream.HeaderInfo
Reference to the RGN marker segments found in main and first tile-part header.
RGN() - Constructor for class jj2000.j2k.codestream.HeaderInfo.RGN
 
RGN - Static variable in interface jj2000.j2k.codestream.Markers
Region-of-interest (RGN): 0xFF5E
rgulx - Variable in class jj2000.j2k.codestream.PrecInfo
Precinct horizontal upper-left coordinate in the reference grid
rguly - Variable in class jj2000.j2k.codestream.PrecInfo
Precinct vertical upper-left coordinate in the reference grid
rgw - Variable in class jj2000.j2k.codestream.PrecInfo
Precinct width reported in the reference grid
ROI - Class in jj2000.j2k.roi.encoder
This class contains the shape of a single ROI.
ROI(int, ImgReaderPGM) - Constructor for class jj2000.j2k.roi.encoder.ROI
Constructor for ROI with arbitrary shape
ROI(int, int, int, int, int) - Constructor for class jj2000.j2k.roi.encoder.ROI
Constructor for rectangular ROIs
ROI(int, int, int, int) - Constructor for class jj2000.j2k.roi.encoder.ROI
Constructor for circular ROIs
ROIDeScaler - Class in jj2000.j2k.roi
This class takes care of the de-scaling of ROI coefficients.
ROIDeScaler(CBlkQuantDataSrcDec, MaxShiftSpec) - Constructor for class jj2000.j2k.roi.ROIDeScaler
Constructor of the ROI descaler, takes EntropyDEcoder as source of data to de-scale.
roiInTile - Variable in class jj2000.j2k.roi.encoder.ROIMaskGenerator
 
ROIMaskGenerator - Class in jj2000.j2k.roi.encoder
This class generates the ROI masks for the ROIScaler.It gives the scaler the ROI mask for the current code-block.
ROIMaskGenerator(ROI[], int) - Constructor for class jj2000.j2k.roi.encoder.ROIMaskGenerator
The constructor of the mask generator
rois - Variable in class jj2000.j2k.decoder.DecoderSpecs
ROI maxshift value specifications
rois - Variable in class jj2000.j2k.roi.encoder.ROIMaskGenerator
Array containing the ROIs
roiSc - Variable in class jj2000.j2k.codestream.writer.HeaderEncoder
Reference to the ROI module
ROIScaler - Class in jj2000.j2k.roi.encoder
This class deals with the ROI functionality.
ROIScaler(Quantizer, ROIMaskGenerator, boolean, int, boolean, J2KImageWriteParamJava) - Constructor for class jj2000.j2k.roi.encoder.ROIScaler
Constructor of the ROI scaler, takes a Quantizer as source of data to scale.
rotate90(Point) - Method in class jj2000.j2k.ModuleSpec
Rotate the ModuleSpec instance by 90 degrees (this modifies only tile and tile-component specifications).
rs - Variable in class jj2000.j2k.entropy.Progression
Resolution index for the start of a progression
rsiz - Variable in class jj2000.j2k.codestream.HeaderInfo.SIZ
 
RSIZ_BASELINE - Static variable in interface jj2000.j2k.codestream.Markers
No special capabilities (baseline) in codestream, in Rsiz field of SIZ marker: 0x00.
RSIZ_ER_FLAG - Static variable in interface jj2000.j2k.codestream.Markers
Error resilience marker flag bit in Rsiz field in SIZ marker: 0x01
RSIZ_ROI - Static variable in interface jj2000.j2k.codestream.Markers
ROI present marker flag bit in Rsiz field in SIZ marker: 0x02
rspoc - Variable in class jj2000.j2k.codestream.HeaderInfo.POC
 
rts - Variable in class jj2000.j2k.entropy.encoder.StdEntropyCoder
Regular termination specifications
runAndWrite() - Method in class jj2000.j2k.entropy.encoder.EBCOTRateAllocator
Runs the rate allocation algorithm and writes the data to the bit stream writer object provided to the constructor.
runAndWrite() - Method in class jj2000.j2k.entropy.encoder.PostCompRateAllocator
Runs the rate allocation algorithm and writes the data to the bit stream.
runTarget(Runnable, Object) - Method in class jj2000.j2k.util.ThreadPool
Runs the run method of the specified target in an idle thread of this pool.
runTarget(Runnable, Object, boolean) - Method in class jj2000.j2k.util.ThreadPool
Runs the run method of the specified target in an idle thread of this pool.
runTarget(Runnable, Object, boolean, boolean) - Method in class jj2000.j2k.util.ThreadPool
Runs the run method of the specified target in an idle thread of this pool.

S

save() - Method in class jj2000.j2k.codestream.writer.PktEncoder
Saves the current state of this object.
save() - Method in class jj2000.j2k.codestream.writer.TagTreeEncoder
Saves the current values and state of the tree.
saved - Variable in class jj2000.j2k.codestream.writer.TagTreeEncoder
The saved state.
sb - Variable in class jj2000.j2k.entropy.encoder.CBlkRateDistStats
The subband to which the code-block belongs
sb - Variable in class jj2000.j2k.wavelet.analysis.CBlkWTData
The subband in which this code-block is found
sbandIdx - Variable in class jj2000.j2k.wavelet.Subband
The subband index within its resolution level.
scanw - Variable in class jj2000.j2k.image.DataBlk
The width of the scanlines used to store the data in the array
scanw - Variable in class jj2000.j2k.wavelet.analysis.CBlkWTData
The width of the scanlines used to store the data in the array
scoc - Variable in class jj2000.j2k.codestream.HeaderInfo.COC
 
scod - Variable in class jj2000.j2k.codestream.HeaderInfo.COD
 
SCOX_HOR_CB_PART - Static variable in interface jj2000.j2k.codestream.Markers
Horizontal code-block partition origin is at x=1
SCOX_PRECINCT_PARTITION - Static variable in interface jj2000.j2k.codestream.Markers
Precinct used flag
SCOX_USE_EPH - Static variable in interface jj2000.j2k.codestream.Markers
Use end of packet header marker
SCOX_USE_SOP - Static variable in interface jj2000.j2k.codestream.Markers
Use start of packet marker
SCOX_VER_CB_PART - Static variable in interface jj2000.j2k.codestream.Markers
Vertical code-block partition origin is at y=1
seek(int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.IISRandomAccessIO
 
seek(int) - Method in class jj2000.j2k.io.BufferedRandomAccessFile
Moves the current position to the given offset at which the next read or write occurs.
seek(int) - Method in interface jj2000.j2k.io.RandomAccessIO
Moves the current position for the next read or write operation to offset.
seek(int) - Method in class jj2000.j2k.util.ISRandomAccessIO
Moves the current position for the next read operation to offset.
segLen - Variable in class jj2000.j2k.codestream.reader.CBlkInfo
The length of each segment (used with regular termination or in selective arithmetic bypass coding mode)
segLengths - Variable in class jj2000.j2k.codestream.reader.PktInfo
The length of each terminated segment in the packet.
selectConvexHull(int[], double[], boolean[], int, boolean) - Method in class jj2000.j2k.entropy.encoder.CBlkRateDistStats
Compute the rate-distorsion slopes and selects those that lie in a convex hull.
setAlignROI(boolean) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Sets alignROI
setBypass(String) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Sets bypass
setByteArray(byte[], int, int) - Method in class jj2000.j2k.entropy.decoder.ByteInputBuffer
Sets the underlying buffer byte array to the given one, with the given offset and length.
setCausalCXInfo(String) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Sets causalCXInfo
setCodeBlockSize(String) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Sets codeBlockSize
setCodeSegSymbol(String) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Sets codeSegSymbol
setCompDef(int, Object) - Method in class jj2000.j2k.entropy.CBlkSizeSpec
Sets default value for specified component and specValType tag if allowed by its priority.
setCompDef(int, Object) - Method in class jj2000.j2k.ModuleSpec
Sets default value for specified component and specValType tag if allowed by its priority.
setComponentTransformation(String) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Sets componentTransformation
setContent(byte[]) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.Box
Sets the box content.
setData(Object) - Method in class jj2000.j2k.image.DataBlk
Sets the data array to the specified one.
setData(Object) - Method in class jj2000.j2k.image.DataBlkFloat
Sets the data array to the specified one.
setData(Object) - Method in class jj2000.j2k.image.DataBlkInt
Sets the data array to the specified one.
setData(Object) - Method in class jj2000.j2k.wavelet.analysis.CBlkWTData
Sets the data array to the specified one.
setData(Object) - Method in class jj2000.j2k.wavelet.analysis.CBlkWTDataFloat
Sets the data array to the specified one.
setData(Object) - Method in class jj2000.j2k.wavelet.analysis.CBlkWTDataInt
Sets the data array to the specified one.
setDataFloat(float[]) - Method in class jj2000.j2k.image.DataBlkFloat
Sets the data array to the specified one.
setDataFloat(float[]) - Method in class jj2000.j2k.wavelet.analysis.CBlkWTDataFloat
Sets the data array to the specified one.
setDataInt(int[]) - Method in class jj2000.j2k.image.DataBlkInt
Sets the data array to the specified one.
setDataInt(int[]) - Method in class jj2000.j2k.wavelet.analysis.CBlkWTDataInt
Sets the data array to the specified one.
setDecompositionLevel(String) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Sets decompositionLevel
setDefault(Object) - Method in class jj2000.j2k.entropy.CBlkSizeSpec
Sets default value for this module
setDefault(Object) - Method in class jj2000.j2k.ModuleSpec
Sets default value for this module
setDefaultAttributes(IIOMetadataNode) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.Box
Sets the default attributes, "Length", "Type", and "ExtraLength", to the provided IIOMetadataNode.
setEncodingRate(double) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Sets encodingRate
setEPH(String) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Sets EPH
setExtraLength(long) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.Box
Sets the box extra length length to the provided value.
setFilters(String) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Sets filters
setFromTree(String, Node) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KMetadata
 
setGuardBits(String) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Sets guardBits
setHeaderEncoder(HeaderEncoder) - Method in class jj2000.j2k.entropy.encoder.PostCompRateAllocator
Keep a reference to the header encoder.
setImgResLevel(int) - Method in interface jj2000.j2k.wavelet.synthesis.InvWT
Sets the image reconstruction resolution level.
setImgResLevel(int) - Method in class jj2000.j2k.wavelet.synthesis.InvWTAdapter
Sets the image reconstruction resolution level.
setInput(Object, boolean, boolean) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReader
Overrides the method defined in the superclass.
setLayers(String) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Sets the layers
setLenCalcType(int) - Method in class jj2000.j2k.entropy.encoder.MQCoder
Set the length calculation type to the specified type
setLength(int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.Box
Sets the box length to the provided value.
setLineWidth(int) - Method in class jj2000.j2k.util.MsgPrinter
Sets the line width to the specified value.
setLossless(boolean) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Sets lossless
setMainCompDefDecompType(int, int, int) - Method in class jj2000.j2k.wavelet.WTDecompSpec
Sets the "component main default" decomposition type and number of levels for the specified component.
setMethodForMQLengthCalc(String) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Sets methodForMQLengthCalc
setMethodForMQTermination(String) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Sets methodForMQTermination
setMinX(int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Sets minX
setMinY(int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Sets minY
setNoROIDescaling(boolean) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReadParamJava
Sets noROIDescaling
setOutput(Object) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriter
 
setPacketPerTilePart(int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Sets packetPerTilePart
setPackPacketHeaderInMain(boolean) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Sets packPacketHeaderInMain
setPackPacketHeaderInTile(boolean) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Sets packPacketHeaderInTile
setParsingEnabled(boolean) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReadParamJava
Sets parsingEnabled
setPrecinctPartition(String) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Sets precinctPartition
setProgressionName(String) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Sets progressionName
setProgressionType(LayersInfo, String) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Sets progressionType
setQuantizationStep(String) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Sets quantizationStep
setQuantizationType(String) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Sets quantizationType
setResetMQ(String) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Sets resetMQ
setROIs(String) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Sets ROIs
setSOP(String) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Sets SOP
setSourceBands(int[]) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Override the method setSourceBands in the super class.
setSourceSubsampling(int, int, int, int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Override the method setSourceSubsampling in the super class.
setStartLevelROI(int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Sets the startLevelROI
setTerminateOnByte(String) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Sets terminateOnByte
setTermType(int) - Method in class jj2000.j2k.entropy.encoder.MQCoder
Set termination type to the specified type
setThreadConcurrency(int) - Static method in class jj2000.j2k.util.NativeServices
Sets the concurrency level of the threading system of the Java Virtual Machine (JVM) to the specified level.
setTile(int, int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.RenderedImageSrc
Changes the current tile, given the new coordinates.
setTile(int, int) - Method in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Changes the current tile, given the new indexes.
setTile(int, int) - Method in class jj2000.j2k.codestream.reader.FileBitstreamReaderAgent
Changes the current tile, given the new indexes.
setTile(int, int) - Method in class jj2000.j2k.entropy.encoder.StdEntropyCoder
Changes the current tile, given the new indexes.
setTile(int, int) - Method in class jj2000.j2k.image.forwcomptransf.ForwCompTransf
Changes the current tile, given the new indexes.
setTile(int, int) - Method in interface jj2000.j2k.image.ImgData
Changes the current tile, given the new indices.
setTile(int, int) - Method in class jj2000.j2k.image.ImgDataAdapter
Changes the current tile, given the new indexes.
setTile(int, int) - Method in class jj2000.j2k.image.ImgDataJoiner
Changes the current tile, given the new coordinates.
setTile(int, int) - Method in class jj2000.j2k.image.input.ImgReader
Changes the current tile, given the new coordinates.
setTile(int, int) - Method in class jj2000.j2k.image.invcomptransf.InvCompTransf
Changes the current tile, given the new indexes.
setTile(int, int) - Method in class jj2000.j2k.image.Tiler
Changes the current tile, given the new tile indexes.
setTile(int, int) - Method in class jj2000.j2k.quantization.dequantizer.Dequantizer
Changes the current tile, given the new indexes.
setTile(int, int) - Method in class jj2000.j2k.roi.encoder.ROIScaler
Changes the current tile, given the new indexes.
setTile(int, int) - Method in class jj2000.j2k.wavelet.analysis.ForwWTFull
Changes the current tile, given the new coordinates.
setTile(int, int) - Method in class jj2000.j2k.wavelet.synthesis.InvWTAdapter
Changes the current tile, given the new indices.
setTile(int, int) - Method in class jj2000.j2k.wavelet.synthesis.InvWTFull
Changes the current tile, given the new indexes.
setTile(int, int) - Method in interface jj2000.j2k.wavelet.synthesis.MultiResImgData
Changes the current tile, given the new indexes.
setTile(int, int) - Method in class jj2000.j2k.wavelet.synthesis.MultiResImgDataAdapter
Changes the current tile, given the new indexes.
setTileCompVal(int, int, Object) - Method in class jj2000.j2k.entropy.CBlkSizeSpec
Sets value for specified tile-component.
setTileCompVal(int, int, Object) - Method in class jj2000.j2k.ModuleSpec
Sets value for specified tile-component.
setTileDef(int, Object) - Method in class jj2000.j2k.entropy.CBlkSizeSpec
Sets default value for specified tile and specValType tag if allowed by its priority.
setTileDef(int, Object) - Method in class jj2000.j2k.ModuleSpec
Sets default value for specified tile and specValType tag if allowed by its priority.
setTileOfTileParts(int) - Method in class jj2000.j2k.codestream.reader.HeaderDecoder
Sets the tile of each tile part in order.
setTiling(int, int, int, int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Override the method setTiling in the super class.
setValue(int, int, int) - Method in class jj2000.j2k.codestream.writer.TagTreeEncoder
Changes the value of a leaf in the tag tree.
setValues(int[]) - Method in class jj2000.j2k.codestream.writer.TagTreeEncoder
Sets the values of the leafs to the new set of values and updates the tag tree accordingly.
sgcod_mct - Variable in class jj2000.j2k.codestream.HeaderInfo.COD
 
sgcod_nl - Variable in class jj2000.j2k.codestream.HeaderInfo.COD
 
sgcod_po - Variable in class jj2000.j2k.codestream.HeaderInfo.COD
 
SHLIB_NAME - Static variable in class jj2000.j2k.util.NativeServices
The name of the shared library containing the implementation of the native methods: 'jj2000'.
SignatureBox - Class in com.sun.media.imageioimpl.plugins.jpeg2000
This class is defined to represent a Signature Box of JPEG JP2 file format.
SignatureBox() - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.SignatureBox
Constructs a SignatureBox.
SignatureBox(Node) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.SignatureBox
Constructs a SignatureBox based on the provided org.w3c.dom.Node.
SignatureBox(byte[]) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.SignatureBox
Constructs a SignatureBox based on the provided byte array.
singleInstance(String) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KMetadataFormat
 
siz - Variable in class jj2000.j2k.codestream.HeaderInfo
Reference to the SIZ marker segment found in main header
SIZ() - Constructor for class jj2000.j2k.codestream.HeaderInfo.SIZ
 
SIZ - Static variable in interface jj2000.j2k.codestream.Markers
SIZ marker (Image and tile size): 0xFF51
size() - Method in class jj2000.j2k.entropy.encoder.ByteOutputBuffer
Returns the number of valid bytes in the output buffer (count class variable).
skip(long) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.ImageInputStreamWrapper
 
skipBytes(int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.IISRandomAccessIO
 
skipBytes(int) - Method in interface jj2000.j2k.io.BinaryDataInput
Skips n bytes from the input.
skipBytes(int) - Method in class jj2000.j2k.io.BufferedRandomAccessFile
Skips n bytes from the input.
skipBytes(int) - Method in class jj2000.j2k.util.ISRandomAccessIO
Skips 'n' bytes from the input.
skipMSBP - Variable in class jj2000.j2k.entropy.CodedCBlk
The number of skipped most significant bit-planes.
SOC - Static variable in interface jj2000.j2k.codestream.Markers
Start of codestream (SOC): 0xFF4F
SOD - Static variable in interface jj2000.j2k.codestream.Markers
Start of data (SOD): 0xFF93
SOD_FOUND - Static variable in class jj2000.j2k.codestream.reader.HeaderDecoder
Flag bit for SOD marker segment found
SOP - Static variable in interface jj2000.j2k.codestream.Markers
Start pf packet (SOP): 0xFF91
SOP_LENGTH - Static variable in interface jj2000.j2k.codestream.Markers
Length of SOP marker (in bytes)
sops - Variable in class jj2000.j2k.decoder.DecoderSpecs
The Start Of Packet (SOP) markers specifications
sot - Variable in class jj2000.j2k.codestream.HeaderInfo
Reference to the SOT marker segments found in tile-part headers.
SOT() - Constructor for class jj2000.j2k.codestream.HeaderInfo.SOT
 
SOT - Static variable in interface jj2000.j2k.codestream.Markers
Start of tile-part (SOT): 0xFF90
spcoc_ch - Variable in class jj2000.j2k.codestream.HeaderInfo.COC
 
spcoc_cs - Variable in class jj2000.j2k.codestream.HeaderInfo.COC
 
spcoc_cw - Variable in class jj2000.j2k.codestream.HeaderInfo.COC
 
spcoc_ndl - Variable in class jj2000.j2k.codestream.HeaderInfo.COC
 
spcoc_ps - Variable in class jj2000.j2k.codestream.HeaderInfo.COC
 
spcoc_t - Variable in class jj2000.j2k.codestream.HeaderInfo.COC
 
spcod_ch - Variable in class jj2000.j2k.codestream.HeaderInfo.COD
 
spcod_cs - Variable in class jj2000.j2k.codestream.HeaderInfo.COD
 
spcod_cw - Variable in class jj2000.j2k.codestream.HeaderInfo.COD
 
spcod_ndl - Variable in class jj2000.j2k.codestream.HeaderInfo.COD
 
spcod_ps - Variable in class jj2000.j2k.codestream.HeaderInfo.COD
 
spcod_t - Variable in class jj2000.j2k.codestream.HeaderInfo.COD
 
SPEC_COMP_DEF - Static variable in class jj2000.j2k.ModuleSpec
The identifier for "component default" specification
SPEC_DEF - Static variable in class jj2000.j2k.ModuleSpec
The identifier for default specification
SPEC_TILE_COMP - Static variable in class jj2000.j2k.ModuleSpec
The identifier for a "tile-component" specification
SPEC_TILE_DEF - Static variable in class jj2000.j2k.ModuleSpec
The identifier for "tile default" specification
SPEC_TYPE_COMP - Static variable in class jj2000.j2k.ModuleSpec
The identifier for a specification module that applies only to components
SPEC_TYPE_TILE - Static variable in class jj2000.j2k.ModuleSpec
The identifier for a specification module that applies only to tiles
SPEC_TYPE_TILE_COMP - Static variable in class jj2000.j2k.ModuleSpec
The identifier for a specification module that applies both to tiles and components
specified - Variable in class jj2000.j2k.ModuleSpec
The specified value in string format
specType - Variable in class jj2000.j2k.ModuleSpec
The type of the specification module
specValType - Variable in class jj2000.j2k.ModuleSpec
The spec type for each tile-component.
specValType - Variable in class jj2000.j2k.wavelet.WTFilterSpec
The spec type for each tile and component.
split(WaveletFilter, WaveletFilter) - Method in class jj2000.j2k.wavelet.analysis.SubbandAn
Splits the current subband in its four subbands.
split(WaveletFilter, WaveletFilter) - Method in class jj2000.j2k.wavelet.Subband
Splits the current subband in its four subbands.
split(WaveletFilter, WaveletFilter) - Method in class jj2000.j2k.wavelet.synthesis.SubbandSyn
Splits the current subband in its four subbands.
spqcc - Variable in class jj2000.j2k.codestream.HeaderInfo.QCC
 
spqcd - Variable in class jj2000.j2k.codestream.HeaderInfo.QCD
 
sprgn - Variable in class jj2000.j2k.codestream.HeaderInfo.RGN
 
sqcc - Variable in class jj2000.j2k.codestream.HeaderInfo.QCC
 
sqcd - Variable in class jj2000.j2k.codestream.HeaderInfo.QCD
 
SQCX_EXP_MASK - Static variable in interface jj2000.j2k.codestream.Markers
Exponent bitmask in SPQCX when no quantization: 3
SQCX_EXP_SHIFT - Static variable in interface jj2000.j2k.codestream.Markers
Exponent shift in SPQCX when no quantization: 3
SQCX_GB_MSK - Static variable in interface jj2000.j2k.codestream.Markers
Guard bits mask in SQCX field: 7
SQCX_GB_SHIFT - Static variable in interface jj2000.j2k.codestream.Markers
Guard bits shift in SQCX field: 5
SQCX_NO_QUANTIZATION - Static variable in interface jj2000.j2k.codestream.Markers
No quantization (i.e.
SQCX_SCALAR_DERIVED - Static variable in interface jj2000.j2k.codestream.Markers
Scalar derived (i.e.
SQCX_SCALAR_EXPOUNDED - Static variable in interface jj2000.j2k.codestream.Markers
Scalar expounded (i.e.
src - Variable in class jj2000.j2k.entropy.decoder.EntropyDecoder
The bit stream transport from where to get the compressed data (the source)
src - Variable in class jj2000.j2k.entropy.encoder.EntropyCoder
The source of quantized wavelet coefficients
src - Variable in class jj2000.j2k.entropy.encoder.PostCompRateAllocator
The source of entropy coded data
src - Variable in class jj2000.j2k.quantization.dequantizer.Dequantizer
The entropy decoder from where to get the quantized data (the source).
src - Variable in class jj2000.j2k.quantization.quantizer.Quantizer
The source of wavelet transform coefficients
srgn - Variable in class jj2000.j2k.codestream.HeaderInfo.RGN
 
SRGN_IMPLICIT - Static variable in interface jj2000.j2k.codestream.Markers
Implicit (i.e.
ssiz - Variable in class jj2000.j2k.codestream.HeaderInfo.SIZ
 
SSIZ_DEPTH_BITS - Static variable in interface jj2000.j2k.codestream.Markers
Component bitdepth bits in Ssiz field in SIZ marker: 7
sss - Variable in class jj2000.j2k.entropy.encoder.StdEntropyCoder
Error resilience segment symbol use specifications
StdDequantizer - Class in jj2000.j2k.quantization.dequantizer
This class implements a scalar dequantizer with deadzone.
StdDequantizer(CBlkQuantDataSrcDec, int[], DecoderSpecs) - Constructor for class jj2000.j2k.quantization.dequantizer.StdDequantizer
Initializes the source of compressed data.
StdDequantizerParams - Class in jj2000.j2k.quantization.dequantizer
This class holds the parameters for the scalar deadzone dequantizer (StdDequantizer class) for the current tile.
StdDequantizerParams() - Constructor for class jj2000.j2k.quantization.dequantizer.StdDequantizerParams
 
StdEntropyCoder - Class in jj2000.j2k.entropy.encoder
This class implements the JPEG 2000 entropy coder, which codes stripes in code-blocks.
StdEntropyCoder(CBlkQuantDataSrcEnc, CBlkSizeSpec, PrecinctSizeSpec, StringSpec, StringSpec, StringSpec, StringSpec, StringSpec, StringSpec, StringSpec) - Constructor for class jj2000.j2k.entropy.encoder.StdEntropyCoder
Instantiates a new entropy coder engine, with the specified source of data, nominal block width and height.
StdEntropyCoderOptions - Interface in jj2000.j2k.entropy
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 - Class in jj2000.j2k.entropy.decoder
This class implements the JPEG 2000 entropy decoder, which codes stripes in code-blocks.
StdEntropyDecoder(CodedCBlkDataSrcDec, DecoderSpecs, boolean, boolean, int) - Constructor for class jj2000.j2k.entropy.decoder.StdEntropyDecoder
Instantiates a new entropy decoder engine, with the specified source of data, nominal block width and height.
StdQuantizer - Class in jj2000.j2k.quantization.quantizer
This class implements scalar quantization of integer or floating-point valued source data.
StdQuantizer(CBlkWTDataSrc, J2KImageWriteParamJava) - Constructor for class jj2000.j2k.quantization.quantizer.StdQuantizer
Initializes the source of wavelet transform coefficients.
stepSize - Variable in class jj2000.j2k.wavelet.analysis.CBlkWTData
The quantization step size of the code-block.
stepWMSE - Variable in class jj2000.j2k.wavelet.analysis.SubbandAn
The contribution to the MSE or WMSE error that would result in the image if there was an error of exactly one quantization step size in the sample of the subband.
StreamMsgLogger - Class in jj2000.j2k.util
This class implements the MsgLogger interface for streams.
StreamMsgLogger(OutputStream, OutputStream, int) - Constructor for class jj2000.j2k.util.StreamMsgLogger
Constructs a StreamMsgLogger that uses 'outstr' as the 'out' stream, and 'errstr' as the 'err' stream.
StreamMsgLogger(Writer, Writer, int) - Constructor for class jj2000.j2k.util.StreamMsgLogger
Constructs a StreamMsgLogger that uses 'outstr' as the 'out' stream, and 'errstr' as the 'err' stream.
StreamMsgLogger(PrintWriter, PrintWriter, int) - Constructor for class jj2000.j2k.util.StreamMsgLogger
Constructs a StreamMsgLogger that uses 'outstr' as the 'out' stream, and 'errstr' as the 'err' stream.
StringFormatException - Exception in jj2000.j2k.util
Thrown to indicate that the application has attempted to parse a badly formatted string.
StringFormatException() - Constructor for exception jj2000.j2k.util.StringFormatException
Creates the exception with an empty messgage.
StringFormatException(String) - Constructor for exception jj2000.j2k.util.StringFormatException
Creates the exception with the specified detail message.
StringSpec - Class in jj2000.j2k
This class extends ModuleSpec class in order to hold tile-component specifications using Strings.
StringSpec(int, int, byte) - Constructor for class jj2000.j2k.StringSpec
Constructs an empty 'StringSpec' with specified number of tile and components.
StringSpec(int, int, byte, String, String[], J2KImageWriteParamJava, String) - Constructor for class jj2000.j2k.StringSpec
Constructs a new 'StringSpec' for the specified number of components:tiles and the arguments of optName option.
STRIPE_HEIGHT - Static variable in interface jj2000.j2k.entropy.StdEntropyCoderOptions
The stripe height.
subb_HH - Variable in class jj2000.j2k.wavelet.analysis.SubbandAn
The reference to the HH subband resulting from the decomposition of this subband.
subb_HH - Variable in class jj2000.j2k.wavelet.synthesis.SubbandSyn
The reference to the HH subband resulting from the decomposition of this subband.
subb_HL - Variable in class jj2000.j2k.wavelet.analysis.SubbandAn
The reference to the HL subband (horizontal high-pass) resulting from the decomposition of this subband.
subb_HL - Variable in class jj2000.j2k.wavelet.synthesis.SubbandSyn
The reference to the HL subband (horizontal high-pass) resulting from the decomposition of this subband.
subb_LH - Variable in class jj2000.j2k.wavelet.analysis.SubbandAn
The reference to the LH subband (vertical high-pass) resulting from the decomposition of this subband.
subb_LH - Variable in class jj2000.j2k.wavelet.synthesis.SubbandSyn
The reference to the LH subband (vertical high-pass) resulting from the decomposition of this subband.
subb_LL - Variable in class jj2000.j2k.wavelet.analysis.SubbandAn
The reference to the LL subband resulting from the decomposition of this subband.
subb_LL - Variable in class jj2000.j2k.wavelet.synthesis.SubbandSyn
The reference to the LL subband resulting from the decomposition of this subband.
Subband - Class in jj2000.j2k.wavelet
This abstract class represents a subband in a bidirectional tree structure that describes the subband decomposition for a wavelet transform.
Subband() - Constructor for class jj2000.j2k.wavelet.Subband
Creates a Subband element with all the default values.
Subband(int, int, int, int, int, WaveletFilter[], WaveletFilter[]) - Constructor for class jj2000.j2k.wavelet.Subband
Creates the top-level node and the entire subband tree, with the top-level dimensions, the number of decompositions, and the decomposition tree as specified.
SubbandAn - Class in jj2000.j2k.wavelet.analysis
This class represents a subband in a bidirectional tree structure that describes the subband decomposition for a wavelet transform, specifically for the analysis side.
SubbandAn() - Constructor for class jj2000.j2k.wavelet.analysis.SubbandAn
Creates a SubbandAn element with all the default values.
SubbandAn(int, int, int, int, int, WaveletFilter[], WaveletFilter[]) - Constructor for class jj2000.j2k.wavelet.analysis.SubbandAn
Creates the top-level node and the entire subband tree, with the top-level dimensions, the number of decompositions, and the decomposition tree as specified.
SubbandRectROIMask - Class in jj2000.j2k.roi.encoder
This class describes the ROI mask for a single subband.
SubbandRectROIMask(Subband, int[], int[], int[], int[], int) - Constructor for class jj2000.j2k.roi.encoder.SubbandRectROIMask
The constructor of the SubbandROIMask takes the dimensions of the subband as parameters.
SubbandROIMask - Class in jj2000.j2k.roi.encoder
This abstract class describes the ROI mask for a single subband.
SubbandROIMask(int, int, int, int) - Constructor for class jj2000.j2k.roi.encoder.SubbandROIMask
The constructor of the SubbandROIMask takes the dimensions of the subband as parameters
SubbandSyn - Class in jj2000.j2k.wavelet.synthesis
This class represents a subband in a tree structure that describes the subband decomposition for a wavelet transform, specifically for the syhthesis side.
SubbandSyn() - Constructor for class jj2000.j2k.wavelet.synthesis.SubbandSyn
Creates a SubbandSyn element with all the default values.
SubbandSyn(int, int, int, int, int, WaveletFilter[], WaveletFilter[]) - Constructor for class jj2000.j2k.wavelet.synthesis.SubbandSyn
Creates the top-level node and the entire subband tree, with the top-level dimensions, the number of decompositions, and the decomposition tree as specified.
subbTrees - Variable in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
The subband trees for each component in the current tile.
synthetize_hpf(Object, int, int, int, Object, int, int, int, Object, int, int) - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilter
Reconstructs the output signal by the synthesis filter, recomposing the low-pass and high-pass input signals in one output signal.
synthetize_hpf(float[], int, int, int, float[], int, int, int, float[], int, int) - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterFloat
A specific version of the synthetize_hpf() method that works on float data.
synthetize_hpf(Object, int, int, int, Object, int, int, int, Object, int, int) - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterFloat
The general version of the synthetize_hpf() method, it just calls the specialized version.
synthetize_hpf(float[], int, int, int, float[], int, int, int, float[], int, int) - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterFloatLift9x7
An implementation of the synthetize_hpf() method that works on int data, for the inverse 9x7 wavelet transform using the lifting scheme.
synthetize_hpf(int[], int, int, int, int[], int, int, int, int[], int, int) - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterInt
A specific version of the synthetize_hpf() method that works on int data.
synthetize_hpf(Object, int, int, int, Object, int, int, int, Object, int, int) - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterInt
The general version of the synthetize_hpf() method, it just calls the specialized version.
synthetize_hpf(int[], int, int, int, int[], int, int, int, int[], int, int) - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterIntLift5x3
An implementation of the synthetize_hpf() method that works on int data, for the inverse 5x3 wavelet transform using thelifting scheme.
synthetize_lpf(Object, int, int, int, Object, int, int, int, Object, int, int) - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilter
Reconstructs the output signal by the synthesis filter, recomposing the low-pass and high-pass input signals in one output signal.
synthetize_lpf(float[], int, int, int, float[], int, int, int, float[], int, int) - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterFloat
A specific version of the synthetize_lpf() method that works on float data.
synthetize_lpf(Object, int, int, int, Object, int, int, int, Object, int, int) - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterFloat
The general version of the synthetize_lpf() method, it just calls the specialized version.
synthetize_lpf(float[], int, int, int, float[], int, int, int, float[], int, int) - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterFloatLift9x7
An implementation of the synthetize_lpf() method that works on int data, for the inverse 9x7 wavelet transform using the lifting scheme.
synthetize_lpf(int[], int, int, int, int[], int, int, int, int[], int, int) - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterInt
A specific version of the synthetize_lpf() method that works on int data.
synthetize_lpf(Object, int, int, int, Object, int, int, int, Object, int, int) - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterInt
The general version of the synthetize_lpf() method, it just calls the specialized version.
synthetize_lpf(int[], int, int, int, int[], int, int, int, int[], int, int) - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterIntLift5x3
An implementation of the synthetize_lpf() method that works on int data, for the inverse 5x3 wavelet transform using the lifting scheme.
SynWTFilter - Class in jj2000.j2k.wavelet.synthesis
This abstract class defines the methods of all synthesis wavelet filters.
SynWTFilter() - Constructor for class jj2000.j2k.wavelet.synthesis.SynWTFilter
 
SynWTFilterFloat - Class in jj2000.j2k.wavelet.synthesis
This extends the synthesis wavelet filter general definitions of SynWTFilter by adding methods that work for float data specifically.
SynWTFilterFloat() - Constructor for class jj2000.j2k.wavelet.synthesis.SynWTFilterFloat
 
SynWTFilterFloatLift9x7 - Class in jj2000.j2k.wavelet.synthesis
This class inherits from the synthesis wavelet filter definition for int data.
SynWTFilterFloatLift9x7() - Constructor for class jj2000.j2k.wavelet.synthesis.SynWTFilterFloatLift9x7
 
SynWTFilterInt - Class in jj2000.j2k.wavelet.synthesis
This extends the synthesis wavelet filter general definitions of SynWTFilter by adding methods that work for int data specifically.
SynWTFilterInt() - Constructor for class jj2000.j2k.wavelet.synthesis.SynWTFilterInt
 
SynWTFilterIntLift5x3 - Class in jj2000.j2k.wavelet.synthesis
This class inherits from the synthesis wavelet filter definition for int data.
SynWTFilterIntLift5x3() - Constructor for class jj2000.j2k.wavelet.synthesis.SynWTFilterIntLift5x3
 
SynWTFilterSpec - Class in jj2000.j2k.wavelet.synthesis
This class extends ModuleSpec class for synthesis filters specification holding purpose.
SynWTFilterSpec(int, int, byte) - Constructor for class jj2000.j2k.wavelet.synthesis.SynWTFilterSpec
Constructs a new 'SynWTFilterSpec' for the specified number of components and tiles.
SZ_INCR - Static variable in class jj2000.j2k.codestream.writer.BitOutputBuffer
The increment size for the buffer, 16 bytes.
SZ_INIT - Static variable in class jj2000.j2k.codestream.writer.BitOutputBuffer
The initial size for the buffer, 32 bytes.

T

TAG_BYTE_COPIED - Static variable in class com.sun.media.imageioimpl.plugins.jpeg2000.MediaLibAccessor
FormatTag indicating data in byte arrays and uncopied.
TAG_BYTE_UNCOPIED - Static variable in class com.sun.media.imageioimpl.plugins.jpeg2000.MediaLibAccessor
FormatTag indicating data in byte arrays and uncopied.
TAG_DOUBLE_COPIED - Static variable in class com.sun.media.imageioimpl.plugins.jpeg2000.MediaLibAccessor
FormatTag indicating data in double arrays and copied.
TAG_DOUBLE_UNCOPIED - Static variable in class com.sun.media.imageioimpl.plugins.jpeg2000.MediaLibAccessor
FormatTag indicating data in double arrays and uncopied.
TAG_FLOAT_COPIED - Static variable in class com.sun.media.imageioimpl.plugins.jpeg2000.MediaLibAccessor
FormatTag indicating data in float arrays and copied.
TAG_FLOAT_UNCOPIED - Static variable in class com.sun.media.imageioimpl.plugins.jpeg2000.MediaLibAccessor
FormatTag indicating data in float arrays and uncopied.
TAG_INT_COPIED - Static variable in class com.sun.media.imageioimpl.plugins.jpeg2000.MediaLibAccessor
FormatTag indicating data in short arrays and copied.
TAG_INT_UNCOPIED - Static variable in class com.sun.media.imageioimpl.plugins.jpeg2000.MediaLibAccessor
FormatTag indicating data in integer arrays and uncopied.
TAG_SHORT_COPIED - Static variable in class com.sun.media.imageioimpl.plugins.jpeg2000.MediaLibAccessor
FormatTag indicating data in short arrays and copied.
TAG_SHORT_UNCOPIED - Static variable in class com.sun.media.imageioimpl.plugins.jpeg2000.MediaLibAccessor
FormatTag indicating data in short arrays and uncopied.
TAG_USHORT_COPIED - Static variable in class com.sun.media.imageioimpl.plugins.jpeg2000.MediaLibAccessor
FormatTag indicating data in unsigned short arrays and copied.
TAG_USHORT_UNCOPIED - Static variable in class com.sun.media.imageioimpl.plugins.jpeg2000.MediaLibAccessor
FormatTag indicating data in unsigned short arrays and uncopied.
TagTreeDecoder - Class in jj2000.j2k.codestream.reader
This class implements the tag tree decoder.
TagTreeDecoder(int, int) - Constructor for class jj2000.j2k.codestream.reader.TagTreeDecoder
Creates a tag tree decoder with 'w' elements along the horizontal dimension and 'h' elements along the vertical direction.
TagTreeEncoder - Class in jj2000.j2k.codestream.writer
This class implements the tag tree encoder.
TagTreeEncoder(int, int) - Constructor for class jj2000.j2k.codestream.writer.TagTreeEncoder
Creates a tag tree encoder with 'w' elements along the horizontal dimension and 'h' elements along the vertical direction.
TagTreeEncoder(int, int, int[]) - Constructor for class jj2000.j2k.codestream.writer.TagTreeEncoder
Creates a tag tree encoder with 'w' elements along the horizontal dimension and 'h' elements along the vertical direction.
targetRes - Variable in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Image resolution level to generate
TERM_EASY - Static variable in class jj2000.j2k.entropy.encoder.MQCoder
The identifier for the easy termination that is simpler than the 'TERM_NEAR_OPT' one but slightly less efficient.
TERM_FULL - Static variable in class jj2000.j2k.entropy.encoder.MQCoder
The identifier fort the termination that uses a full flush.
TERM_NEAR_OPT - Static variable in class jj2000.j2k.entropy.encoder.MQCoder
The identifier for the termination that uses the near optimal length calculation to terminate the arithmetic codewrod
TERM_PRED_ER - Static variable in class jj2000.j2k.entropy.encoder.MQCoder
The identifier for the predictable termination policy for error resilience.
terminate() - Method in class jj2000.j2k.entropy.encoder.MQCoder
This function flushes the remaining encoded bits and makes sure that enough information is written to the bit stream to be able to finish decoding, and then it reinitializes the internal state of the MQ coder but without modifying the context states.
terminateProgressWatch() - Method in interface jj2000.j2k.util.ProgressWatch
Terminate the progress watch process
ThreadPool - Class in jj2000.j2k.util
This class implements a thread pool.
ThreadPool(int, int, String) - Constructor for class jj2000.j2k.util.ThreadPool
Creates a new thread pool of the given size, thread priority and pool name.
THREADS_PRIORITY_INC - Static variable in class jj2000.j2k.entropy.encoder.StdEntropyCoder
The increase in priority for the compressor threads, currently 3.
THREADS_PROP_NAME - Static variable in class jj2000.j2k.entropy.encoder.StdEntropyCoder
The Java system property name for the number of threads to use: jj2000.j2k.entropy.encoder.StdEntropyCoder.nthreads
tIdx - Variable in class jj2000.j2k.image.ImgDataAdapter
Index of the current tile
tIdx - Variable in class jj2000.j2k.wavelet.synthesis.MultiResImgDataAdapter
Index of the current tile
tileChanged() - Method in class jj2000.j2k.roi.encoder.ROIMaskGenerator
This function is called every time the tile is changed to indicate that there is need to make a new mask
tileCompVal - Variable in class jj2000.j2k.ModuleSpec
The specific value for each tile-component.
tileDef - Variable in class jj2000.j2k.ModuleSpec
The default value for each tile.
tileMaskMade - Variable in class jj2000.j2k.roi.encoder.ROIMaskGenerator
Flag indicating whether a mask has been made for the current tile
tileOfTileParts - Variable in class jj2000.j2k.codestream.reader.HeaderDecoder
Vector containing info as to which tile each tilepart belong
tiler - Variable in class jj2000.j2k.codestream.writer.HeaderEncoder
Reference to the tiler module
Tiler - Class in jj2000.j2k.image
This class places an image in the canvas coordinate system, tiles it, if so specified, and performs the coordinate conversions transparently.
Tiler(BlkImgDataSrc, int, int, int, int, int, int) - Constructor for class jj2000.j2k.image.Tiler
Constructs a new tiler with the specified 'BlkImgDataSrc' source, image origin, tiling origin and nominal tile size.
TLM - Static variable in interface jj2000.j2k.codestream.Markers
Tile-part lengths (TLM): 0xFF55
tnbytes - Variable in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Number of bytes targeted to be read
tnsot - Variable in class jj2000.j2k.codestream.HeaderInfo.SOT
 
toByteArray(byte[]) - Method in class jj2000.j2k.codestream.writer.BitOutputBuffer
Returns the byte buffer data in a new array.
toByteArray(int, int, byte[], int) - Method in class jj2000.j2k.entropy.encoder.ByteOutputBuffer
Copies the specified part of the stream to the 'outbuf' byte array.
toString() - Method in class jj2000.j2k.codestream.CBlkCoordInfo
Returns code-block's information in a String
toString() - Method in class jj2000.j2k.codestream.CoordInfo
Returns object's information in a String
toString() - Method in class jj2000.j2k.codestream.HeaderInfo.COC
Display information found in this COC marker segment
toString() - Method in class jj2000.j2k.codestream.HeaderInfo.COD
Display information found in this COD marker segment
toString() - Method in class jj2000.j2k.codestream.HeaderInfo.COM
Display information found in the COM marker segment
toString() - Method in class jj2000.j2k.codestream.HeaderInfo.CRG
Display information found in the CRG marker segment
toString() - Method in class jj2000.j2k.codestream.HeaderInfo.POC
Display information found in this POC marker segment
toString() - Method in class jj2000.j2k.codestream.HeaderInfo.QCC
Display information found in this QCC marker segment
toString() - Method in class jj2000.j2k.codestream.HeaderInfo.QCD
Display information found in this QCD marker segment
toString() - Method in class jj2000.j2k.codestream.HeaderInfo.RGN
Display information found in this RGN marker segment
toString() - Method in class jj2000.j2k.codestream.HeaderInfo.SIZ
Display information found in SIZ marker segment
toString() - Method in class jj2000.j2k.codestream.HeaderInfo.SOT
Display information found in this SOT marker segment
toString() - Method in class jj2000.j2k.codestream.PrecCoordInfo
Returns precinct's information in a String
toString() - Method in class jj2000.j2k.codestream.PrecInfo
Returns PrecInfo object information in a String
toString() - Method in class jj2000.j2k.codestream.reader.CBlkInfo
Object information in a string.
toString() - Method in class jj2000.j2k.codestream.reader.HeaderDecoder
Print information about the current header.
toString() - Method in class jj2000.j2k.codestream.reader.PktInfo
Object information in a string.
toString() - Method in class jj2000.j2k.codestream.writer.BitOutputBuffer
Prints information about this object for debugging purposes
toString() - Method in class jj2000.j2k.entropy.CodedCBlk
Returns the contents of the object in a string.
toString() - Method in class jj2000.j2k.entropy.decoder.DecLyrdCBlk
Object information in a string
toString() - Method in class jj2000.j2k.entropy.encoder.CBlkRateDistStats
Returns the contents of the object in a string.
toString() - Method in class jj2000.j2k.entropy.Progression
 
toString() - Method in class jj2000.j2k.image.DataBlk
Returns a string of informations about the DataBlk
toString() - Method in class jj2000.j2k.image.DataBlkFloat
Returns a string of informations about the DataBlkInt.
toString() - Method in class jj2000.j2k.image.DataBlkInt
Returns a string of informations about the DataBlkInt.
toString() - Method in class jj2000.j2k.image.forwcomptransf.ForwCompTransf
Returns a string with a descriptive text of which forward component transformation is used.
toString() - Method in class jj2000.j2k.image.ImgDataJoiner
Returns a string of information about the object, more than 1 line long.
toString() - Method in class jj2000.j2k.image.input.ImgReaderPGM
Returns a string of information about the object, more than 1 line long.
toString() - Method in class jj2000.j2k.image.invcomptransf.InvCompTransf
Returns a string with a descriptive text of which inverse component transformation is used.
toString() - Method in class jj2000.j2k.image.Tiler
Returns a String object representing Tiler's informations
toString() - Method in class jj2000.j2k.io.BEBufferedRandomAccessFile
Returns a string of information about the file and the endianess
toString() - Method in class jj2000.j2k.io.BufferedRandomAccessFile
Returns a string of information about the file
toString() - Method in class jj2000.j2k.roi.encoder.ArbROIMaskGenerator
This function returns the relevant data of the mask generator
toString() - Method in class jj2000.j2k.roi.encoder.RectROIMaskGenerator
This function returns the relevant data of the mask generator
toString() - Method in class jj2000.j2k.roi.encoder.ROI
This function prints all relevant data for the ROI
toString() - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterFloatLift9x7
Debugging method
toString() - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterIntLift5x3
Debugging method
toString() - Method in class jj2000.j2k.wavelet.analysis.AnWTFilterSpec
Debugging method
toString() - Method in class jj2000.j2k.wavelet.analysis.CBlkWTData
Returns a string of informations about the DataBlk
toString() - Method in class jj2000.j2k.wavelet.Subband
Returns subband informations in a string.
toString() - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterFloatLift9x7
Returns a string of information about the synthesis wavelet filter
toString() - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterIntLift5x3
Returns a string of information about the synthesis wavelet filter
toString() - Method in class jj2000.j2k.wavelet.synthesis.SynWTFilterSpec
Debugging method
toStringMainHeader() - Method in class jj2000.j2k.codestream.HeaderInfo
Display information found in the different marker segments of the main header
toStringThNoSOT(int, int) - Method in class jj2000.j2k.codestream.HeaderInfo
Returns information found in the tile-part headers of a given tile exception the SOT marker segment.
toStringTileHeader(int, int) - Method in class jj2000.j2k.codestream.HeaderInfo
Returns information found in the tile-part headers of a given tile.
tpsot - Variable in class jj2000.j2k.codestream.HeaderInfo.SOT
 
trate - Variable in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Target decoding rate in bpp
treeS - Variable in class jj2000.j2k.codestream.reader.TagTreeDecoder
The tag tree state.
treeS - Variable in class jj2000.j2k.codestream.writer.TagTreeEncoder
The tag tree state.
treeSbak - Variable in class jj2000.j2k.codestream.writer.TagTreeEncoder
The saved tag tree state.
treeV - Variable in class jj2000.j2k.codestream.reader.TagTreeDecoder
The tag tree values.
treeV - Variable in class jj2000.j2k.codestream.writer.TagTreeEncoder
The tag tree values.
treeVbak - Variable in class jj2000.j2k.codestream.writer.TagTreeEncoder
The saved tag tree values.
truncDists - Variable in class jj2000.j2k.entropy.encoder.CBlkRateDistStats
The distortion for each truncation point (valid and non-valid ones)
truncIdxs - Variable in class jj2000.j2k.entropy.encoder.CBlkRateDistStats
The indices of the valid truncation points, in increasing order.
truncRates - Variable in class jj2000.j2k.entropy.encoder.CBlkRateDistStats
The rate (in bytes) for each truncation point (valid and non-valid ones)
truncSlopes - Variable in class jj2000.j2k.entropy.encoder.CBlkRateDistStats
The negative of the rate-distortion slope for each valid truncation point
tsLengths - Variable in class jj2000.j2k.entropy.decoder.DecLyrdCBlk
The length of each terminated segment.
tts - Variable in class jj2000.j2k.entropy.encoder.StdEntropyCoder
The termination type specifications
type - Variable in class com.sun.media.imageioimpl.plugins.jpeg2000.Box
 
type - Variable in class jj2000.j2k.entropy.Progression
Progression type as defined in ProgressionType interface
TYPE_BYTE - Static variable in class jj2000.j2k.image.DataBlk
The identifier for the byte data type, as signed 8 bits.
TYPE_FLOAT - Static variable in class jj2000.j2k.image.DataBlk
The identifier for the float data type
TYPE_INT - Static variable in class jj2000.j2k.image.DataBlk
The identifier for the int data type, as signed 32 bits.
TYPE_SHORT - Static variable in class jj2000.j2k.image.DataBlk
The identifier for the short data type, as signed 16 bits.

U

ulcx - Variable in class jj2000.j2k.wavelet.Subband
The horizontal coordinate of the upper-left corner of the subband, with respect to the canvas origin, in the component's grid and subband's decomposition level.
ulcy - Variable in class jj2000.j2k.wavelet.Subband
The vertical coordinate of the upper-left corner of the subband, with respect to the canvas origin, in the component's grid and subband's decomposition level.
ulx - Variable in class jj2000.j2k.codestream.CoordInfo
Horizontal upper left coordinate in the subband
ulx - Variable in class jj2000.j2k.codestream.PrecInfo
Precinct horizontal upper-left coordinate in the corresponding resolution level
ulx - Variable in class jj2000.j2k.codestream.reader.CBlkInfo
Upper-left x-coordinate of the code-block (relative to the tile)
ulx - Variable in class jj2000.j2k.entropy.decoder.DecLyrdCBlk
The horizontal coordinate of the upper-left corner of the code-block
ulx - Variable in class jj2000.j2k.image.DataBlk
The horizontal coordinate (in pixels) of the upper-left corner of the block of data.
ulx - Variable in class jj2000.j2k.roi.encoder.ROI
x coordinate of upper left corner of rectangular ROI
ulx - Variable in class jj2000.j2k.roi.encoder.SubbandROIMask
Horizontal uper-left coordinate of the subband mask
ulx - Variable in class jj2000.j2k.wavelet.analysis.CBlkWTData
The horizontal coordinate of the upper-left corner of the code-block
ulx - Variable in class jj2000.j2k.wavelet.Subband
The horizontal coordinate of the upper-left corner of the subband
ulxs - Variable in class jj2000.j2k.roi.encoder.SubbandRectROIMask
The upper left x coordinates of the applicable ROIs
uly - Variable in class jj2000.j2k.codestream.CoordInfo
Vertical upper left coordinate in the subband
uly - Variable in class jj2000.j2k.codestream.PrecInfo
Precinct vertical upper-left coordinate in the corresponding resolution level
uly - Variable in class jj2000.j2k.codestream.reader.CBlkInfo
Upper-left y-coordinate of the code-block (relative to the tile)
uly - Variable in class jj2000.j2k.entropy.decoder.DecLyrdCBlk
The vertical coordinate of the upper left corner of the code-block
uly - Variable in class jj2000.j2k.image.DataBlk
The vertical coordinate of the upper-left corner of the block of data.
uly - Variable in class jj2000.j2k.roi.encoder.ROI
y coordinate of upper left corner of rectangular ROI
uly - Variable in class jj2000.j2k.roi.encoder.SubbandROIMask
Vertical uper-left coordinate of the subband mask
uly - Variable in class jj2000.j2k.wavelet.analysis.CBlkWTData
The vertical coordinate of the upper left corner of the code-block
uly - Variable in class jj2000.j2k.wavelet.Subband
The vertical coordinate of the upper-left corner of the subband
ulys - Variable in class jj2000.j2k.roi.encoder.SubbandRectROIMask
The upper left y coordinates of the applicable ROIs
UNCOPIED - Static variable in class com.sun.media.imageioimpl.plugins.jpeg2000.MediaLibAccessor
Flag indicating data is raster's data.
update(int, int, int, PktHeaderBitReader) - Method in class jj2000.j2k.codestream.reader.TagTreeDecoder
Decodes information for the specified element of the tree, given the threshold, and updates its value.
updateProgressWatch(int, String) - Method in interface jj2000.j2k.util.ProgressWatch
Update the progress watching process to the specified value
URL_BOX - Static variable in interface jj2000.j2k.fileformat.FileFormatBoxes
 
useRoi() - Method in class jj2000.j2k.roi.encoder.ROIScaler
This function returns the flag indicating if any ROI functionality used
utrb - Variable in class jj2000.j2k.quantization.dequantizer.Dequantizer
The "range bits" for each un-transformed component
UUID_BOX - Static variable in interface jj2000.j2k.fileformat.FileFormatBoxes
 
UUID_INFO_BOX - Static variable in interface jj2000.j2k.fileformat.FileFormatBoxes
 
UUID_LIST_BOX - Static variable in interface jj2000.j2k.fileformat.FileFormatBoxes
UUID Info Boxes
UUIDBox - Class in com.sun.media.imageioimpl.plugins.jpeg2000
This class is defined to represent a UUID Box of JPEG JP2 file format.
UUIDBox(byte[]) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.UUIDBox
Constructs a UUIDBox from its content data array.
UUIDBox(Node) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.UUIDBox
Constructs a UUIDBox based on the provided org.w3c.dom.Node.
UUIDListBox - Class in com.sun.media.imageioimpl.plugins.jpeg2000
This class is defined to represent a UUID list Box of JPEG JP2 file format.
UUIDListBox(short, byte[][]) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.UUIDListBox
Constructs a UUIDListBox from the provided uuid number and uuids.
UUIDListBox(byte[]) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.UUIDListBox
Constructs a UUIDListBox from the provided content data array.
UUIDListBox(Node) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.UUIDListBox
Constructs a UUIDListBox based on the provided org.w3c.dom.Node.

V

version - Static variable in class jj2000.j2k.JJ2KInfo
The version number (such as 2.0, 2.1.1, etc.)
vFilter - Variable in class jj2000.j2k.wavelet.analysis.SubbandAn
The vertical analysis filter used to decompose this subband.
vFilter - Variable in class jj2000.j2k.wavelet.synthesis.SubbandSyn
The vertical analysis filter used to decompose this subband, from its childs.

W

w - Variable in class jj2000.j2k.codestream.CoordInfo
Object's width
w - Variable in class jj2000.j2k.codestream.PrecInfo
Precinct width in the corresponding resolution level
w - Variable in class jj2000.j2k.codestream.reader.CBlkInfo
Width of the code-block
w - Variable in class jj2000.j2k.codestream.reader.TagTreeDecoder
The horizontal dimension of the base level
w - Variable in class jj2000.j2k.codestream.writer.TagTreeEncoder
The horizontal dimension of the base level
w - Variable in class jj2000.j2k.entropy.decoder.DecLyrdCBlk
The width of the code-block
w - Variable in class jj2000.j2k.image.DataBlk
The width of the block, in pixels.
w - Variable in class jj2000.j2k.image.input.ImgReader
The width of the image
w - Variable in class jj2000.j2k.roi.encoder.ROI
width of rectangular ROI
w - Variable in class jj2000.j2k.roi.encoder.SubbandROIMask
Width of the subband mask
w - Variable in class jj2000.j2k.wavelet.analysis.CBlkWTData
The width of the code-block
w - Variable in class jj2000.j2k.wavelet.Subband
The width of the subband
W5X3 - Static variable in interface jj2000.j2k.wavelet.FilterTypes
W5x3 filter: 0x01
W9X7 - Static variable in interface jj2000.j2k.wavelet.FilterTypes
W7x9 filter: 0x00
WARNING - Static variable in interface jj2000.j2k.util.MsgLogger
Severity of message.
WaveletFilter - Interface in jj2000.j2k.wavelet
This interface defines how a wavelet filter implementation should present itself.
WaveletTransform - Interface in jj2000.j2k.wavelet
This interface defines how a forward or inverse wavelet transform should present itself.
wfs - Variable in class jj2000.j2k.decoder.DecoderSpecs
Analysis wavelet filters specifications
wmseScaling - Variable in class jj2000.j2k.wavelet.analysis.CBlkWTData
The WMSE scaling factor (multiplicative) to apply to the distortion measures of the data of this code-block.
wp - Variable in class jj2000.j2k.codestream.writer.HeaderEncoder
The encoder specifications
wp - Variable in class jj2000.j2k.entropy.encoder.PostCompRateAllocator
The source of entropy coded data
write(ImageOutputStream) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.Box
Writes this box instance into a ImageOutputStream.
write(int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.IISRandomAccessIO
Throws an IOException as writing is not supported.
write(IIOMetadata, IIOImage, ImageWriteParam) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriter
 
write(int) - Method in class jj2000.j2k.entropy.encoder.ByteOutputBuffer
Writes the specified byte to this byte array output stream.
write(int) - Method in class jj2000.j2k.io.BufferedRandomAccessFile
Writes a byte to the stream.
write(byte) - Method in class jj2000.j2k.io.BufferedRandomAccessFile
Writes a byte to the stream.
write(byte[], int, int) - Method in class jj2000.j2k.io.BufferedRandomAccessFile
Writes aan array of bytes to the stream.
write(int) - Method in interface jj2000.j2k.io.RandomAccessIO
Writes a byte to the stream.
write(int) - Method in class jj2000.j2k.util.ISRandomAccessIO
Throws an IOException since this class does not implement data output.
WRITE_ABORTED - Static variable in class com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriter
When the writing is aborted, RenderedImageSrc throws a RuntimeException.
writeBit(int) - Method in class jj2000.j2k.codestream.writer.BitOutputBuffer
Writes a bit to the buffer at the current position.
writeBits(int, int) - Method in class jj2000.j2k.codestream.writer.BitOutputBuffer
Writes the n least significant bits of 'bits' to the buffer at the current position.
writeByte(int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.IISRandomAccessIO
Throws an IOException as writing is not supported.
writeByte(int) - Method in interface jj2000.j2k.io.BinaryDataOutput
Should write the byte value of v (i.e., 8 least significant bits) to the output.
writeByte(int) - Method in class jj2000.j2k.io.BufferedRandomAccessFile
Writes the byte value of v (i.e., 8 least significant bits) to the output.
writeByte(int) - Method in class jj2000.j2k.util.ISRandomAccessIO
Throws an IOException since this class does not implement data output.
writeCOC(boolean, int, int) - Method in class jj2000.j2k.codestream.writer.HeaderEncoder
Writes COC marker segment .
writeCOD(boolean, int) - Method in class jj2000.j2k.codestream.writer.HeaderEncoder
Writes COD marker segment.
writeCompPosResLy(int, int, int, int, int, int[][], int) - Method in class jj2000.j2k.entropy.encoder.EBCOTRateAllocator
Write a piece of bit stream according to the COMP_POS_RES_LY_PROG progression mode and between given bounds
writeContiguousCodeStreamBox() - Method in class jj2000.j2k.fileformat.writer.FileFormatWriter
This method writes the Contiguous codestream box
writeDouble(double) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.IISRandomAccessIO
Throws an IOException as writing is not supported.
writeDouble(double) - Method in class jj2000.j2k.io.BEBufferedRandomAccessFile
Writes the IEEE double value v (i.e., 64 bits) to the output.
writeDouble(double) - Method in interface jj2000.j2k.io.BinaryDataOutput
Should write the IEEE double value v (i.e., 64 bits) to the output.
writeDouble(double) - Method in class jj2000.j2k.util.ISRandomAccessIO
Throws an IOException since this class does not implement data output.
writeFileFormat() - Method in class jj2000.j2k.fileformat.writer.FileFormatWriter
This method reads the codestream and writes the file format wrapper and the codestream to the same file
writeFloat(float) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.IISRandomAccessIO
Throws an IOException as writing is not supported.
writeFloat(float) - Method in class jj2000.j2k.io.BEBufferedRandomAccessFile
Writes the IEEE float value v (i.e., 32 bits) to the output.
writeFloat(float) - Method in interface jj2000.j2k.io.BinaryDataOutput
Should write the IEEE float value v (i.e., 32 bits) to the output.
writeFloat(float) - Method in class jj2000.j2k.util.ISRandomAccessIO
Throws an IOException since this class does not implement data output.
writeInt(int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.IISRandomAccessIO
Throws an IOException as writing is not supported.
writeInt(int) - Method in class jj2000.j2k.io.BEBufferedRandomAccessFile
Writes the int value of v (i.e., the 32 bits) to the output.
writeInt(int) - Method in interface jj2000.j2k.io.BinaryDataOutput
Should write the int value of v (i.e., the 32 bits) to the output.
writeInt(int) - Method in class jj2000.j2k.util.ISRandomAccessIO
Throws an IOException since this class does not implement data output.
writeLong(long) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.IISRandomAccessIO
Throws an IOException as writing is not supported.
writeLong(long) - Method in class jj2000.j2k.io.BEBufferedRandomAccessFile
Writes the long value of v (i.e., the 64 bits) to the output.
writeLong(long) - Method in interface jj2000.j2k.io.BinaryDataOutput
Should write the long value of v (i.e., the 64 bits) to the output.
writeLong(long) - Method in class jj2000.j2k.util.ISRandomAccessIO
Throws an IOException since this class does not implement data output.
writeLyResCompPos(int, int, int, int, int, int[][], int) - Method in class jj2000.j2k.entropy.encoder.EBCOTRateAllocator
Write a piece of bit stream according to the LY_RES_COMP_POS_PROG progression mode and between given bounds
writeMainQCC(int) - Method in class jj2000.j2k.codestream.writer.HeaderEncoder
Writes QCC marker segment in main header.
writeMainQCD() - Method in class jj2000.j2k.codestream.writer.HeaderEncoder
Writes QCD marker segment in main header.
writePacketBody(byte[], int, boolean, boolean, int) - Method in class jj2000.j2k.codestream.writer.CodestreamWriter
Writes a packet body to the bit stream and returns the number of bytes used by this body .If in simulation mode then no data is written to the bit stream but the number of bytes is calculated.
writePacketBody(byte[], int, boolean, boolean, int) - Method in class jj2000.j2k.codestream.writer.FileCodestreamWriter
Writes a packet body to the bit stream and returns the number of bytes used by this body .If in simulation mode then no data is written to the bit stream but the number of bytes is calculated.
writePacketHead(byte[], int, boolean, boolean, boolean) - Method in class jj2000.j2k.codestream.writer.CodestreamWriter
Writes a packet head to the bit stream and returns the number of bytes used by this header.
writePacketHead(byte[], int, boolean, boolean, boolean) - Method in class jj2000.j2k.codestream.writer.FileCodestreamWriter
Writes a packet head to the bit stream and returns the number of bytes used by this header.
writePOC(boolean, int) - Method in class jj2000.j2k.codestream.writer.HeaderEncoder
Writes POC marker segment.
writePosCompResLy(int, int, int, int, int, int[][], int) - Method in class jj2000.j2k.entropy.encoder.EBCOTRateAllocator
Write a piece of bit stream according to the COMP_POS_RES_LY_PROG progression mode and between given bounds
writeResLyCompPos(int, int, int, int, int, int[][], int) - Method in class jj2000.j2k.entropy.encoder.EBCOTRateAllocator
Write a piece of bit stream according to the RES_LY_COMP_POS_PROG progression mode and between given bounds
writeResPosCompLy(int, int, int, int, int, int[][], int) - Method in class jj2000.j2k.entropy.encoder.EBCOTRateAllocator
Write a piece of bit stream according to the RES_POS_COMP_LY_PROG progression mode and between given bounds
writeShort(int) - Method in class com.sun.media.imageioimpl.plugins.jpeg2000.IISRandomAccessIO
Throws an IOException as writing is not supported.
writeShort(int) - Method in class jj2000.j2k.io.BEBufferedRandomAccessFile
Writes the short value of v (i.e., 16 least significant bits) to the output.
writeShort(int) - Method in interface jj2000.j2k.io.BinaryDataOutput
Should write the short value of v (i.e., 16 least significant bits) to the output.
writeShort(int) - Method in class jj2000.j2k.util.ISRandomAccessIO
Throws an IOException since this class does not implement data output.
writeTileQCC(int, int) - Method in class jj2000.j2k.codestream.writer.HeaderEncoder
Writes QCC marker segment in tile header.
writeTileQCD(int) - Method in class jj2000.j2k.codestream.writer.HeaderEncoder
Writes QCD marker segment in tile header.
writeTo(BinaryDataOutput) - Method in class jj2000.j2k.codestream.writer.HeaderEncoder
Writes the header to the specified BinaryDataOutput.
writeTo(OutputStream) - Method in class jj2000.j2k.codestream.writer.HeaderEncoder
Writes the header to the specified OutputStream.
WT_DECOMP_DYADIC - Static variable in class jj2000.j2k.wavelet.analysis.ForwardWT
ID for the dyadic wavelet tree decomposition (also called "Mallat" in JPEG 2000): 0x00.
WT_DECOMP_DYADIC - Static variable in class jj2000.j2k.wavelet.WTDecompSpec
ID for the dyadic wavelet tree decomposition (also called "Mallat" in JPEG 2000): 0x00.
WT_DECOMP_PACKET - Static variable in class jj2000.j2k.wavelet.WTDecompSpec
ID for the PACKET (as defined in JPEG 2000) wavelet tree decomposition (2 levels of decomposition in the high bands and some specified number for the lowest LL band): 0x01.
WT_DECOMP_SPACL - Static variable in class jj2000.j2k.wavelet.WTDecompSpec
ID for the SPACL (as defined in JPEG 2000) wavelet tree decomposition (1 level of decomposition in the high bands and some specified number for the lowest LL band): 0x02.
WT_FILTER_FLOAT_CONVOL - Static variable in interface jj2000.j2k.wavelet.WaveletFilter
The ID for floatring-poitn convolution implementations
WT_FILTER_FLOAT_LIFT - Static variable in interface jj2000.j2k.wavelet.WaveletFilter
The ID for floating-point lifting spteps implementations
WT_FILTER_INT_LIFT - Static variable in interface jj2000.j2k.wavelet.WaveletFilter
The ID for integer lifting spteps implementations
WT_IMPL_FULL - Static variable in interface jj2000.j2k.wavelet.WaveletTransform
ID for full-page based implementations of wavelet transforms.
WT_IMPL_LINE - Static variable in interface jj2000.j2k.wavelet.WaveletTransform
ID for line based implementations of wavelet transforms.
WT_ORIENT_HH - Static variable in class jj2000.j2k.wavelet.Subband
The ID for the HH orientation
WT_ORIENT_HL - Static variable in class jj2000.j2k.wavelet.Subband
The ID for the HL (horizontal high-pass) orientation
WT_ORIENT_LH - Static variable in class jj2000.j2k.wavelet.Subband
The ID for the LH (vertical high-pass) orientation
WT_ORIENT_LL - Static variable in class jj2000.j2k.wavelet.Subband
The ID for the LL orientation
WTDecompSpec - Class in jj2000.j2k.wavelet
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.
WTDecompSpec(int, int, int) - Constructor for class jj2000.j2k.wavelet.WTDecompSpec
Constructs a new 'WTDecompSpec' for the specified number of components and tiles, with the given main default decomposition type and number of levels.
WTFilterSpec - Class in jj2000.j2k.wavelet
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.
WTFilterSpec(int) - Constructor for class jj2000.j2k.wavelet.WTFilterSpec
Constructs a 'WTFilterSpec' object, initializing all the components and tiles to the 'FILTER_SPEC_MAIN_DEF' spec type, for the specified number of components and tiles.

X

x - Variable in class jj2000.j2k.roi.encoder.ROI
x coordinate of center of circular ROI
x0siz - Variable in class jj2000.j2k.codestream.HeaderInfo.SIZ
 
xcrg - Variable in class jj2000.j2k.codestream.HeaderInfo.CRG
 
XML_BOX - Static variable in interface jj2000.j2k.fileformat.FileFormatBoxes
 
XMLBox - Class in com.sun.media.imageioimpl.plugins.jpeg2000
This class is defined to represent a XML box of JPEG JP2 file format.
XMLBox(byte[]) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.XMLBox
Create a Box from its content.
XMLBox(Node) - Constructor for class com.sun.media.imageioimpl.plugins.jpeg2000.XMLBox
Constructs a UUIDListBox based on the provided org.w3c.dom.Node.
xref - Variable in class jj2000.j2k.codestream.PrecCoordInfo
Horizontal upper left coordinate in the reference grid
xrsiz - Variable in class jj2000.j2k.codestream.HeaderInfo.SIZ
 
xsiz - Variable in class jj2000.j2k.codestream.HeaderInfo.SIZ
 
xt0siz - Variable in class jj2000.j2k.codestream.HeaderInfo.SIZ
 
xtsiz - Variable in class jj2000.j2k.codestream.HeaderInfo.SIZ
 

Y

y - Variable in class jj2000.j2k.roi.encoder.ROI
y coordinate of center of circular ROI
y0siz - Variable in class jj2000.j2k.codestream.HeaderInfo.SIZ
 
ycrg - Variable in class jj2000.j2k.codestream.HeaderInfo.CRG
 
yref - Variable in class jj2000.j2k.codestream.PrecCoordInfo
Vertical upper left coordinate on the reference grid
yrsiz - Variable in class jj2000.j2k.codestream.HeaderInfo.SIZ
 
ysiz - Variable in class jj2000.j2k.codestream.HeaderInfo.SIZ
 
yt0siz - Variable in class jj2000.j2k.codestream.HeaderInfo.SIZ
 
ytsiz - Variable in class jj2000.j2k.codestream.HeaderInfo.SIZ
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

Copyright © 2014. All rights reserved.