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 Z 

A

ACCEL_FACTOR - Static variable in class jj2000.disp.ImgKeyListener
The acceleration factor when the shift key is pressed: 10
add(Component) - Method in class jj2000.disp.ImgScrollPane
Throws an IllegalArgumentException since no components can be added to this container.
add(String, Component) - Method in class jj2000.disp.ImgScrollPane
Throws an IllegalArgumentException since no components can be added to this container.
add(Component, int) - Method in class jj2000.disp.ImgScrollPane
Throws an IllegalArgumentException since no components can be added to this container.
add(Component, Object) - Method in class jj2000.disp.ImgScrollPane
Throws an IllegalArgumentException since no components can be added to this container.
add(Component, Object, int) - Method in class jj2000.disp.ImgScrollPane
Throws an IllegalArgumentException since no components can be added to this container.
addByteArray(byte[], int, int) - Method in class jj2000.j2k.entropy.decoder.ByteInputBuffer
Adds the specified data to the end of the byte array stream.
addConsumer(ImageConsumer) - Method in class jj2000.disp.BlkImgDataSrcImageProducer
Registers an image consumer with this image producer.
addFocusListener(FocusListener) - Method in class jj2000.disp.ImgScrollPane
Adds the specified focus listener to receive focus events from this component.
addKeyListener(KeyListener) - Method in class jj2000.disp.ImgScrollPane
Adds the specified key listener to receive key events from this component.
addMouseListener(MouseListener) - Method in class jj2000.disp.ImgScrollPane
Adds the specified mouse listener to receive mouse events from this component.
addMouseMotionListener(MouseMotionListener) - Method in class jj2000.disp.ImgScrollPane
Adds the specified mouse motion listener to receive mouse motion events from this component.
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, ParameterList) - Constructor for class jj2000.j2k.wavelet.analysis.AnWTFilterSpec
Constructs a new 'AnWTFilterSpec' for the specified number of components and tiles.
apply(DataBlkInt[], DataBlkInt[]) - Method in class icc.lut.MatrixBasedTransformTosRGB
Performs the transform.
apply(DataBlkFloat[], DataBlkFloat[]) - Method in class icc.lut.MatrixBasedTransformTosRGB
Performs the transform.
apply(DataBlkInt, DataBlkInt) - Method in class icc.lut.MonochromeTransformTosRGB
Populate the output block by looking up the values in the lut, using the input as lut indices.
apply(DataBlkFloat, DataBlkFloat) - Method in class icc.lut.MonochromeTransformTosRGB
Populate the output block by looking up the values in the lut, using the input as lut indices.
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
 
ascii - Variable in class icc.tags.ICCTextDescriptionType
Tag fields
ascii - Variable in class icc.tags.ICCTextType
Tag fields
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

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.
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.
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_BYTE - Static variable in class icc.ICCProfile
 
BITS_PER_COMPONENT_BOX - Static variable in interface jj2000.j2k.fileformat.FileFormatBoxes
 
BITS_PER_INT - Static variable in class icc.ICCProfile
 
BITS_PER_LONG - Static variable in class icc.ICCProfile
 
BITS_PER_SHORT - Static variable in class icc.ICCProfile
 
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).
BlkImgDataSrcImageProducer - Class in jj2000.disp
This class provides an ImageProducer for the BlkImgDataSrc interface.
BlkImgDataSrcImageProducer(BlkImgDataSrc) - Constructor for class jj2000.disp.BlkImgDataSrcImageProducer
Creates an image producer which uses 'src' as the source of image data.
BLUE - Static variable in class icc.ICCProfile
RGB index.
BLUE - Static variable in class icc.RestrictedICCProfile
Component index
bms - Variable in class jj2000.j2k.encoder.EncoderSpecs
By-pass mode specifications
bms - Variable in class jj2000.j2k.entropy.encoder.StdEntropyCoder
By-pass mode specifications
boolean_size - Static variable in class icc.ICCProfile
Size of native type
boxEnd - Variable in class colorspace.boxes.JP2Box
offset to end of box
boxStart - Variable in class colorspace.boxes.JP2Box
offset to start of box
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
byte_size - Static variable in class icc.ICCProfile
Size of native type
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.
BYTES_PER_INT - Static variable in class icc.ICCProfile
 
BYTES_PER_LONG - Static variable in class icc.ICCProfile
 
BYTES_PER_SHORT - Static variable in class icc.ICCProfile
 
ByteToBitInput - Class in jj2000.j2k.entropy.decoder
This class provides an adapter to perform bit based input on byte based output obejcts that inherit from a 'ByteInputBuffer' class.
ByteToBitInput(ByteInputBuffer) - Constructor for class jj2000.j2k.entropy.decoder.ByteToBitInput
Instantiates a new 'ByteToBitInput' object that uses 'in' as the underlying byte based input.

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 transformation 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.
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
cblks - Variable in class jj2000.j2k.encoder.EncoderSpecs
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, ParameterList) - 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, 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 colorspace.boxes
This class maps the components in the codestream to channels in the image.
ChannelDefinitionBox(RandomAccessIO, int) - Constructor for class colorspace.boxes.ChannelDefinitionBox
Construct a ChannelDefinitionBox from an input image.
ChannelDefinitionMapper - Class in colorspace
This class is responsible for the mapping between requested components and image channels.
ChannelDefinitionMapper(BlkImgDataSrc, ColorSpace) - Constructor for class colorspace.ChannelDefinitionMapper
Ctor which creates an ICCProfile for the image and initializes all data objects (input, working, and output).
char_size - Static variable in class icc.ICCProfile
Size of native type
checkBytePadding() - Method in class jj2000.j2k.entropy.decoder.ByteToBitInput
Checks for past errors in the decoding process by verifying the byte padding with an alternating sequence of 0's and 1's.
checkList(char, String[]) - Method in class jj2000.j2k.util.ParameterList
Checks if the parameters which name starts with the prefix 'prfx' in the parameter list are all in the list of valid parameter names 'plist'.
checkList(char[], String[]) - Method in class jj2000.j2k.util.ParameterList
Checks if the parameters which names do not start with any of the prefixes in 'prfxs' in this ParameterList are all in the list of valid parameter names 'plist'.
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.
checkTargetErrors() - Method in class jj2000.j2k.util.ThreadPool
Checks that no error or runtime exception in any target have occurred so far.
clear() - Method in class colorspace.ColorSpaceMapper.ComputedComponents
 
clearTargetErrors() - Method in class jj2000.j2k.util.ThreadPool
Clears the current target error conditions, if any.
clone() - Method in class jj2000.j2k.ModuleSpec
 
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.image.input.ImgReaderPGX
Closes the underlying RandomAccessIO from where the image data is being read.
close() - Method in class jj2000.j2k.image.input.ImgReaderPPM
Closes the underlying file from where the image data is being read.
close() - Method in class jj2000.j2k.image.output.ImgWriter
Closes the underlying file or netwrok connection to where the data is written.
close() - Method in class jj2000.j2k.image.output.ImgWriterPGM
Closes the underlying file or netwrok connection to where the data is written.
close() - Method in class jj2000.j2k.image.output.ImgWriterPGX
Closes the underlying file or netwrok connection to where the data is written.
close() - Method in class jj2000.j2k.image.output.ImgWriterPPM
Closes the underlying file or netwrok connection to where the data is written.
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.
CmdLnDecoder - Class in jj2000.j2k.decoder
This class runs the JJ2000 decoder from the command line interface.
CmdLnDecoder(String[]) - Constructor for class jj2000.j2k.decoder.CmdLnDecoder
Instantiates a command line decoder object, width the 'argv' command line arguments.
CmdLnEncoder - Class in jj2000.j2k.encoder
This class runs JJ2000's encoder from the command line interface.
CmdLnEncoder(String[]) - Constructor for class jj2000.j2k.encoder.CmdLnEncoder
Instantiates a command line encoder object, with the 'argv' command line arguments.
coc - Variable in class jj2000.j2k.codestream.HeaderInfo
Reference to the COC marker segments found in main and first tile-part header.
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 - 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(String, 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 codestream.
CodestreamWriter(int) - Constructor for class jj2000.j2k.codestream.writer.CodestreamWriter
Allocates this object and initializes the maximum number 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.
colorant - Variable in class icc.RestrictedICCProfile
Colorant data
colorspace - package colorspace
 
ColorSpace - Class in colorspace
This class analyzes the image to provide colorspace information for the decoding chain.
ColorSpace(RandomAccessIO, HeaderDecoder, ParameterList) - Constructor for class colorspace.ColorSpace
public constructor which takes in the image, parameterlist and the image header decoder as args.
colorspace.boxes - package colorspace.boxes
 
ColorSpace.CSEnum - Class in colorspace
Colorspace enumeration class
ColorSpace.CSEnum(String) - Constructor for class colorspace.ColorSpace.CSEnum
 
ColorSpace.Enumeration - Class in colorspace
Typesafe enumeration class
ColorSpace.Enumeration(String) - Constructor for class colorspace.ColorSpace.Enumeration
 
ColorSpace.MethodEnum - Class in colorspace
Method enumeration class
ColorSpace.MethodEnum(String) - Constructor for class colorspace.ColorSpace.MethodEnum
 
ColorSpaceException - Exception in colorspace
This exception is thrown when the content of an image contains an incorrect colorspace box
ColorSpaceException(String) - Constructor for exception colorspace.ColorSpaceException
Contruct with message
ColorSpaceException() - Constructor for exception colorspace.ColorSpaceException
Empty constructor
ColorSpaceMapper - Class in colorspace
This is the base class for all modules in the colorspace and icc profiling steps of the decoding chain.
ColorSpaceMapper(BlkImgDataSrc, ColorSpace) - Constructor for class colorspace.ColorSpaceMapper
Ctor which creates an ICCProfile for the image and initializes all data objects (input, working, and output).
ColorSpaceMapper.ComputedComponents - Class in colorspace
 
ColorSpaceMapper.ComputedComponents() - Constructor for class colorspace.ColorSpaceMapper.ComputedComponents
 
ColorSpaceMapper.ComputedComponents(DataBlk) - Constructor for class colorspace.ColorSpaceMapper.ComputedComponents
 
ColorSpecificationBox - Class in colorspace.boxes
This class models the Color Specification Box in a JP2 image.
ColorSpecificationBox(RandomAccessIO, int) - Constructor for class colorspace.boxes.ColorSpecificationBox
Construct a ColorSpecificationBox from an input image.
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 - Static variable in interface jj2000.j2k.codestream.Markers
Comment (COM): 0xFF64
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 codestream 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 colorspace.boxes
This class maps the components in the codestream to channels in the image.
ComponentMappingBox(RandomAccessIO, int) - Constructor for class colorspace.boxes.ComponentMappingBox
Construct a ComponentMappingBox from an input image.
CompTransfSpec - Class in jj2000.j2k.image
This class extends the ModuleSpec class in order to hold tile specifications for multiple component transformation
CompTransfSpec(int, int, byte) - Constructor for class jj2000.j2k.image.CompTransfSpec
Constructs an empty 'CompTransfSpec' with the specified number of tiles and components.
computed - Variable in class colorspace.ColorSpaceMapper
 
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.
convertToExpMantissa(float) - Static method in class jj2000.j2k.quantization.quantizer.StdQuantizer
Converts the floating point value to its exponent-mantissa representation.
Coord - Class in jj2000.j2k.image
This class represents 2-D coordinates.
Coord() - Constructor for class jj2000.j2k.image.Coord
Creates a new coordinate object given with the (0,0) coordinates
Coord(int, int) - Constructor for class jj2000.j2k.image.Coord
Creates a new coordinate object given the two coordinates.
Coord(Coord) - Constructor for class jj2000.j2k.image.Coord
Creates a new coordinate object given another Coord object i.e.
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
copyGeometry(DataBlk, DataBlk) - Static method in class colorspace.ColorSpaceMapper
Copy the DataBlk geometry from source to target DataBlk and assure that the target has an appropriate data buffer.
copyright - Static variable in class jj2000.j2k.JJ2KInfo
The copyright message string.
CorruptedCodestreamException - Exception in jj2000.j2k.codestream
This 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.
count - Variable in class icc.tags.ICCTag
size of the tag data in the array
cqcc - Variable in class jj2000.j2k.codestream.HeaderInfo.QCC
 
createChannelDefinitionMapper(BlkImgDataSrc, ColorSpace) - Method in class jj2000.j2k.codestream.reader.HeaderDecoder
Creates and returns the ChannelDefinitonMapper which maps the input channels to the channel definition for the appropriate colorspace.
createColorSpaceMapper(BlkImgDataSrc, ColorSpace) - Method in class jj2000.j2k.codestream.reader.HeaderDecoder
Creates and returns the EnumeratedColorSpaceMapper corresponding to the information read from the JP2 image file via the ColorSpace parameter.
createDequantizer(CBlkQuantDataSrcDec, int[], DecoderSpecs) - Method in class jj2000.j2k.codestream.reader.HeaderDecoder
Returns the dequantizer parameters.
createEntropyDecoder(CodedCBlkDataSrcDec, ParameterList) - 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.
createImage(BlkImgDataSrc) - Static method in class jj2000.disp.BlkImgDataSrcImageProducer
Returns an Image object given an BlkImgDataSrc source.
createImage(BlkImgDataSrc, Component) - Static method in class jj2000.disp.BlkImgDataSrcImageProducer
Returns an Image object given an BlkImgDataSrc source.
createInstance(BlkImgDataSrc, ColorSpace) - Static method in class colorspace.ChannelDefinitionMapper
Factory method for creating instances of this class.
createInstance(BlkImgDataSrc, ColorSpace) - Static method in class colorspace.ColorSpaceMapper
Factory method for creating instances of this class.
createInstance(BlkImgDataSrc, ColorSpace) - Static method in class colorspace.EnumeratedColorSpaceMapper
Factory method for creating instances of this class.
createInstance(BlkImgDataSrc, ColorSpace) - Static method in class colorspace.PalettizedColorSpaceMapper
Factory method for creating instances of this class.
createInstance(BlkImgDataSrc, ColorSpace) - Static method in class colorspace.Resampler
Factory method for creating instances of this class.
createInstance(BlkImgDataSrc, ColorSpace) - Static method in class colorspace.SYccColorSpaceMapper
Factory method for creating instances of this class.
createInstance(ColorSpace) - Static method in class icc.ICCMatrixBasedInputProfile
Factory method to create ICCMatrixBasedInputProfile based on a suppled profile file.
createInstance(ColorSpace) - Static method in class icc.ICCMonochromeInputProfile
Return the ICCProfile embedded in the input image
createInstance(BlkImgDataSrc, ColorSpace) - Static method in class icc.ICCProfiler
Factory method for creating instances of this class.
createInstance(ICCCurveType, int, int) - Static method in class icc.lut.LookUpTable16
Factory method for getting a 16 bit lut from a given curve.
createInstance(int, double, int, double, double, double) - Static method in class icc.lut.LookUpTable16LinearSRGBtoSRGB
Factory method for creating the lut.
createInstance(int, int, double, double, double, double, double) - Static method in class icc.lut.LookUpTable32LinearSRGBtoSRGB
Factory method for creating the lut.
createInstance(ICCCurveType, int) - Static method in class icc.lut.LookUpTableFP
Factory method for getting a lut from a given curve.
createInstance(ICCCurveType, ICCCurveType, ICCCurveType, ICCXYZType, ICCXYZType, ICCXYZType) - Static method in class icc.MatrixBasedRestrictedProfile
Factory method which returns a 3 component RestrictedICCProfile
createInstance(ICCCurveType) - Static method in class icc.MonochromeInputRestrictedProfile
Factory method which returns a 1 component RestrictedICCProfile
createInstance(ICCCurveType, ICCCurveType, ICCCurveType, ICCXYZType, ICCXYZType, ICCXYZType) - Static method in class icc.RestrictedICCProfile
Factory method for creating a RestrictedICCProfile from 3 component curve and colorant data.
createInstance(ICCCurveType) - Static method in class icc.RestrictedICCProfile
Factory method for creating a RestrictedICCProfile from gray curve data.
createInstance(int, byte[], int, int) - Static method in class icc.tags.ICCTag
Factory method for creating a tag of a specific type.
createInstance(byte[]) - Static method in class icc.tags.ICCTagTable
Factory method for creating a tag table from raw input.
createInstance(RandomAccessIO, HeaderDecoder, ParameterList, 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, ParameterList, 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, ParameterList, float, CodestreamWriter, EncoderSpecs) - 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, EncoderSpecs) - 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, ParameterList, EncoderSpecs) - Static method in class jj2000.j2k.roi.encoder.ROIScaler
Creates a ROIScaler object.
createInstance(CBlkQuantDataSrcDec, ParameterList, DecoderSpecs) - Static method in class jj2000.j2k.roi.ROIDeScaler
Creates a ROIDeScaler object.
createInstance(BlkImgDataSrc, ParameterList, EncoderSpecs) - 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.
createPalettizedColorSpaceMapper(BlkImgDataSrc, ColorSpace) - Method in class jj2000.j2k.codestream.reader.HeaderDecoder
Creates and returns the PalettizedColorSpaceMapper which uses the input samples as indicies into a sample palette to construct the output.
createResampler(BlkImgDataSrc, ColorSpace) - Method in class jj2000.j2k.codestream.reader.HeaderDecoder
Creates and returns the Resampler which converts the input source to one in which all channels have the same number of samples.
createROIDeScaler(CBlkQuantDataSrcDec, ParameterList, 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.
crg - Variable in class jj2000.j2k.codestream.HeaderInfo
Reference to the CRG marker segment found in main header
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_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
 
csMap - Variable in class colorspace.ColorSpaceMapper
ColorSpace info
cspoc - Variable in class jj2000.j2k.codestream.HeaderInfo.POC
 
css - Variable in class jj2000.j2k.encoder.EncoderSpecs
Causal stripes specifications
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
cts - Variable in class jj2000.j2k.encoder.EncoderSpecs
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.
curve - Variable in class icc.lut.LookUpTable
The curve data
CurveGammaToDouble(int) - Static method in class icc.tags.ICCCurveType
Normalization utility
CurveGammaToDouble(int) - Static method in class icc.tags.ICCCurveTypeReverse
Normalization utility
CurveToDouble(int) - Static method in class icc.tags.ICCCurveType
Normalization utility
CurveToDouble(int) - Static method in class icc.tags.ICCCurveTypeReverse
Normalization utility
CUSTOM - Static variable in interface jj2000.j2k.wavelet.FilterTypes
User-defined filter: -1

D

data - Variable in class icc.tags.ICCTag
Tag data
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.
dataFloat - Variable in class colorspace.ColorSpaceMapper
 
dataInt - Variable in class colorspace.ColorSpaceMapper
 
dataStart - Variable in class colorspace.boxes.JP2Box
offset to start of data in box
dateTime - Variable in class icc.types.ICCProfileHeader
Header field
DC_OFFSET - Static variable in class jj2000.j2k.image.input.ImgReaderPGM
DC offset value used when reading image
DC_OFFSET - Static variable in class jj2000.j2k.image.input.ImgReaderPPM
DC offset value used when reading image
debugging() - Method in class colorspace.ColorSpace
Are profiling diagnostics turned on
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
 
Decoder - Class in jj2000.j2k.decoder
This class is the main class of JJ2000's decoder.
Decoder(ParameterList, ImgScrollPane) - Constructor for class jj2000.j2k.decoder.Decoder
Instantiates a decoder object, with the ParameterList object given as argument and a component where to display the image if no output file is specified.
Decoder(ParameterList) - Constructor for class jj2000.j2k.decoder.Decoder
Instantiates a decoder object, with the ParameterList object given as argument.
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_STRIP_HEIGHT - Static variable in class jj2000.j2k.image.output.ImgWriter
The defaukt height used when writing strip by strip in the 'write()' method.
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).
destroy() - Method in class jj2000.j2k.decoder.SimpleAppletDecoder
Waits for the decoder thread to end and sets it to null.
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
dls - Variable in class jj2000.j2k.encoder.EncoderSpecs
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
doLayout() - Method in class jj2000.disp.ImgScrollPane
Causes this container to lay out its components.
done - Variable in class jj2000.disp.TitleUpdater
The thread exits when this is true
double_size - Static variable in class icc.ICCProfile
Size of native type
DoubleToCurve(double) - Static method in class icc.tags.ICCCurveType
Normalization utility
DoubleToCurve(int) - Static method in class icc.tags.ICCCurveTypeReverse
Normalization utility
DoubleToXYZ(double) - Static method in class icc.tags.ICCXYZType
Normalization utility
DoubleToXYZ(double) - Static method in class icc.types.XYZNumber
Normalization utility
dwCMMFlags - Variable in class icc.types.ICCProfileHeader
Header field
dwCMMTypeSignature - Variable in class icc.types.ICCProfileHeader
Header field
dwColorSpaceType - Variable in class icc.types.ICCProfileHeader
Header field
dwCreatorSig - Variable in class icc.types.ICCProfileHeader
Header field
dwDeviceAttributes1 - Variable in class icc.types.ICCProfileHeader
Header field
dwDeviceAttributesReserved - Variable in class icc.types.ICCProfileHeader
Header field
dwDeviceManufacturer - Variable in class icc.types.ICCProfileHeader
Header field
dwDeviceModel - Variable in class icc.types.ICCProfileHeader
Header field
dwMaxOutput - Variable in class icc.lut.LookUpTable16
Maximum output value of the LUT
dwMaxOutput - Variable in class icc.lut.LookUpTable8
Maximum output value of the LUT
dwNumInput - Variable in class icc.lut.LookUpTable
Number of values in created lut
dwPCSType - Variable in class icc.types.ICCProfileHeader
Header field
dwPlatformSignature - Variable in class icc.types.ICCProfileHeader
Header field
dwProfileClass - Variable in class icc.types.ICCProfileHeader
Header field
dwProfileSignature - Variable in class icc.types.ICCProfileHeader
Header field
dwProfileSize - Variable in class icc.types.ICCProfileHeader
Header field
dwRenderingIntent - Variable in class icc.types.ICCProfileHeader
Header field
dwt - Variable in class jj2000.j2k.codestream.writer.HeaderEncoder
Reference to the DWT module
dwX - Variable in class icc.types.XYZNumber
x value
dwY - Variable in class icc.types.XYZNumber
y value
dwZ - Variable in class icc.types.XYZNumber
z value

E

EBCOTRateAllocator - Class in jj2000.j2k.entropy.encoder
This implements the EBCOT post compression rate allocation algorithm.
EBCOTRateAllocator(CodedCBlkDataSrcEnc, LayersInfo, CodestreamWriter, EncoderSpecs, ParameterList) - 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
elementAt(int) - Method in class icc.lut.LookUpTable16
lut accessor
elementAt(int) - Method in class icc.lut.LookUpTable8
lut accessor
elementAt(int) - Method in class icc.lut.LookUpTableFP
lut accessor
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.
Encoder - Class in jj2000.j2k.encoder
This class is the main class of JJ2000's encoder.
Encoder(ParameterList) - Constructor for class jj2000.j2k.encoder.Encoder
Instantiates an encoder object, width the ParameterList object given as argument.
EncoderSpecs - Class in jj2000.j2k.encoder
This class holds references to each module specifications used in the encoding chain.
EncoderSpecs(int, int, BlkImgDataSrc, ParameterList) - Constructor for class jj2000.j2k.encoder.EncoderSpecs
Initialize all members with the given number of tiles and components and the command-line arguments stored in a ParameterList instance
encodeTilePartHeader(int, int) - Method in class jj2000.j2k.codestream.writer.HeaderEncoder
Writes tile-part header.
encSpec - Variable in class jj2000.j2k.codestream.writer.HeaderEncoder
The encoder specifications
encSpec - Variable in class jj2000.j2k.entropy.encoder.PostCompRateAllocator
The source of entropy coded data
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.
entry - Variable in class icc.tags.ICCCurveType
Tag fields
entry(int) - Method in class icc.tags.ICCCurveType
Accessor for curve entry at index.
entry - Variable in class icc.tags.ICCCurveTypeReverse
Tag fields
entry(int) - Method in class icc.tags.ICCCurveTypeReverse
Accessor for curve entry at index.
ENUMERATED - Static variable in class colorspace.ColorSpace
method enumeration
EnumeratedColorSpaceMapper - Class in colorspace
This class provides Enumerated ColorSpace API for the jj2000.j2k imaging chain by implementing the BlkImgDataSrc interface, in particular the getCompData and getInternCompData methods.
EnumeratedColorSpaceMapper(BlkImgDataSrc, ColorSpace) - Constructor for class colorspace.EnumeratedColorSpaceMapper
Ctor which creates an ICCProfile for the image and initializes all data objects (input, working, and output).
EOC - Static variable in interface jj2000.j2k.codestream.Markers
End of codestream (EOC): 0xFFD9
eol - Static variable in class colorspace.boxes.JP2Box
Platform dependant line terminator
eol - Static variable in class colorspace.ColorSpace
 
eol - Static variable in class colorspace.ColorSpaceMapper
Platform dependant end of line String.
eol - Static variable in class icc.ICCProfiler
Platform dependant end of line String.
eol - Static variable in class icc.lut.LookUpTable
End of line string.
eol - Static variable in class icc.RestrictedICCProfile
 
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
ephs - Variable in class jj2000.j2k.encoder.EncoderSpecs
End of packet header (EPH) marker use specification
equals(ColorSpaceMapper.ComputedComponents) - Method in class colorspace.ColorSpaceMapper.ComputedComponents
 
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
exit() - Method in class jj2000.j2k.decoder.Decoder
Exit the decoding process according to the isChildProcess variable
ExitHandler - Class in jj2000.disp
This class implements the WindowHandler for the ImageFrames
ExitHandler(Decoder) - Constructor for class jj2000.disp.ExitHandler
Class constructor.
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.

F

FacilityManager - Class in jj2000.j2k.util
This class manages common facilities for multi-threaded 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, ParameterList, 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 codestream.
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) - 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(String, int, int, int, int[], int) - Constructor for class jj2000.j2k.fileformat.writer.FileFormatWriter
The constructor of the FileFormatWriter.
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.
finalize() - Method in class jj2000.j2k.image.output.ImgWriter
Flushes the buffered data before the object is garbage collected.
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.
fixedPtBitsArray - Variable in class colorspace.ColorSpaceMapper
 
float_size - Static variable in class icc.ICCProfile
Size of native type
flush() - Method in class jj2000.j2k.image.output.ImgWriter
Writes all buffered data to the file or resource.
flush() - Method in class jj2000.j2k.image.output.ImgWriterPGM
Writes all buffered data to the file or resource.
flush() - Method in class jj2000.j2k.image.output.ImgWriterPGX
Writes all buffered data to the file or resource.
flush() - Method in class jj2000.j2k.image.output.ImgWriterPPM
Writes all buffered data to the file or resource.
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.
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, EncoderSpecs) - 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, ParameterList) - Constructor for class jj2000.j2k.image.forwcomptransf.ForwCompTransfSpec
Constructs a new 'ForwCompTransfSpec' for the specified number of components and tiles, the wavelet filters type and the parameter of the option 'Mct'.
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 abstract class with the full-page approach to be used either with integer or floating-point filters
ForwWTFull(BlkImgDataSrc, EncoderSpecs, 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
gbs - Variable in class jj2000.j2k.encoder.EncoderSpecs
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.
get(int) - Static method in class colorspace.boxes.JP2Box.BoxType
 
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.
getAllParameters() - Static method in class jj2000.j2k.decoder.Decoder
Returns all the parameters used in the decoding chain.
getAllParameters() - Static method in class jj2000.j2k.encoder.Encoder
Returns all the parameters used in the encoding chain.
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.
getAppletInfo() - Method in class jj2000.j2k.decoder.SimpleAppletDecoder
Returns the applet information (version, copyright, etc.)
getAsoc(int) - Method in class colorspace.boxes.ChannelDefinitionBox
 
getBitDepth(int) - Method in class colorspace.boxes.PaletteBox
Return the bitdepth of palette entries.
getBlockAligned() - Method in class jj2000.j2k.roi.encoder.ROIScaler
This function returns the blockAligned flag
getBooleanParameter(String) - Method in class jj2000.j2k.util.ParameterList
Returns the value of the named parameter as a boolean.
getBoxes() - Method in class colorspace.ColorSpace
Retrieve the various boxes from the JP2 file.
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.
getByte(int) - Method in class jj2000.j2k.entropy.encoder.ByteOutputBuffer
Returns the byte buffered at the given position in the buffer.
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 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.
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 horizontal 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.
getChannelDefinition(int) - Method in class colorspace.ColorSpace
Return the channel definition of the input component.
getCMP(int) - Method in class colorspace.boxes.ComponentMappingBox
 
getCn(int) - Method in class colorspace.boxes.ChannelDefinitionBox
 
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).
getCodeStreamPos() - Method in class jj2000.j2k.fileformat.reader.FileFormatReader
This method creates and returns an array of positions to contiguous codestreams in the file
getColorSpace() - Method in class colorspace.boxes.ColorSpecificationBox
 
getColorSpace() - Method in class colorspace.ColorSpace
Return the colorspace (sYCC, sRGB, sGreyScale).
getColorSpaceString() - Method in class colorspace.boxes.ColorSpecificationBox
 
getCOMInfo() - Method in class jj2000.j2k.decoder.Decoder
Return the information found in the COM marker segments encountered in the decoded codestream.
getCompData(DataBlk, int) - Method in class colorspace.ChannelDefinitionMapper
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 colorspace.ColorSpaceMapper
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 colorspace.EnumeratedColorSpaceMapper
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 colorspace.PalettizedColorSpaceMapper
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 colorspace.Resampler
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 colorspace.SYccColorSpaceMapper
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 icc.ICCProfiler
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.input.ImgReaderPGX
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.ImgReaderPPM
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.
getCompImgHeight(int) - Method in class colorspace.ChannelDefinitionMapper
 
getCompImgHeight(int) - Method in class colorspace.PalettizedColorSpaceMapper
Returns the number of bits, referred to as the "range bits", corresponding to the nominal range of the image data in the specified component.
getCompImgHeight(int) - Method in class colorspace.Resampler
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 colorspace.ChannelDefinitionMapper
 
getCompImgWidth(int) - Method in class colorspace.PalettizedColorSpaceMapper
Returns the width in pixels of the specified component in the overall image.
getCompImgWidth(int) - Method in class colorspace.Resampler
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.
getCompSubsX(int) - Method in class colorspace.ChannelDefinitionMapper
 
getCompSubsX(int) - Method in class colorspace.PalettizedColorSpaceMapper
Returns the component subsampling factor in the horizontal direction, for the specified component.
getCompSubsX(int) - Method in class colorspace.Resampler
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 colorspace.ChannelDefinitionMapper
 
getCompSubsY(int) - Method in class colorspace.PalettizedColorSpaceMapper
Returns the component subsampling factor in the vertical direction, for the specified component.
getCompSubsY(int) - Method in class colorspace.Resampler
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 colorspace.ChannelDefinitionMapper
 
getCompULX(int) - Method in class colorspace.PalettizedColorSpaceMapper
Returns the horizontal coordinate of the upper-left corner of the specified component in the current tile.
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 colorspace.ChannelDefinitionMapper
 
getCompULY(int) - Method in class colorspace.PalettizedColorSpaceMapper
Returns the vertical coordinate of the upper-left corner of the specified component in the current tile.
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.
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
 
getCopyScroll() - Method in class jj2000.disp.ImgScrollPane
Returns true if the scrolling is done by copying.
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 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.
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.
getDefaultParameterList() - Method in class jj2000.j2k.util.ParameterList
Returns the default ParameterList.
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.
getEntry(int, int) - Method in class colorspace.boxes.PaletteBox
Return an entry for a given index and column.
getExitCode() - Method in class jj2000.j2k.decoder.Decoder
Returns the exit code of the class.
getExitCode() - Method in class jj2000.j2k.encoder.Encoder
Returns the exit code of the class.
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'.
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 colorspace.ChannelDefinitionMapper
Returns the number of bits, referred to as the "range bits", corresponding to the nominal range of the data in the specified component.
getFixedPoint(int) - Method in class colorspace.ColorSpaceMapper
Returns the number of bits, referred to as the "range bits", corresponding to the nominal range of the data in the specified component.
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.input.ImgReaderPGX
Returns the position of the fixed point in the specified component (i.e.
getFixedPoint(int) - Method in class jj2000.j2k.image.input.ImgReaderPPM
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.
getFloatParameter(String) - Method in class jj2000.j2k.util.ParameterList
Returns the value of the named parameter as a float.
getHAdjustable() - Method in class jj2000.disp.ImgScrollPane
Returns the Adjustable object which represents the state of the horizontal scrollbar.
getHeader() - Method in class icc.ICCProfile
Access the profile header
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.
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.
getICCDateTime(byte[], int) - Static method in class icc.ICCProfile
Create an ICCDateTime from byte [] input
getICCProfile() - Method in class colorspace.boxes.ColorSpecificationBox
 
getICCProfile() - Method in class colorspace.ColorSpace
Retrieve the ICC profile from the images as a byte array.
getICCProfileVersion(byte[], int) - Static method in class icc.ICCProfile
Create an ICCProfileVersion from byte [] input
getImage() - Method in class jj2000.disp.ImgScrollPane
Returns the image that is displayed in this component.
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(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(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(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.
getInt(byte[], int, boolean) - Static method in class icc.ICCProfile
Create an int from a byte [4], with optional byte swapping.
getInt(byte[], int) - Static method in class icc.ICCProfile
Create an int from a byte [4].
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 colorspace.ChannelDefinitionMapper
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 colorspace.ColorSpaceMapper
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 colorspace.EnumeratedColorSpaceMapper
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 colorspace.PalettizedColorSpaceMapper
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 colorspace.Resampler
Return a DataBlk containing the requested component upsampled by the scale factor applied to the particular scaling direction 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 colorspace.SYccColorSpaceMapper
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 icc.ICCProfiler
Returns, in the blk argument, a 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.input.ImgReaderPGX
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.input.ImgReaderPPM
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).
getIntFromString(String) - Static method in class icc.ICCProfile
Creates an int from a 4 character String
getIntParameter(String) - Method in class jj2000.j2k.util.ParameterList
Returns the value of the named parameter as an int.
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.
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 codestream.
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.
getLong(byte[], int) - Static method in class icc.ICCProfile
Create an long from a byte [8].
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.
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
Gets the maximum value of all tile-components.
getMaxAvailableBytes() - Method in class jj2000.j2k.codestream.writer.CodestreamWriter
Returns the number of bytes remaining available in the codestream.
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
Gets the maximum value of each tile for specified component
getMaxInTile(int) - Method in class jj2000.j2k.IntegerSpec
Gets the maximum value of all components in the 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 colorspace.boxes.ColorSpecificationBox
 
getMethod() - Method in class colorspace.ColorSpace
Return the colorspace method (Profiled, enumerated, or palettized).
getMethodString() - Method in class colorspace.boxes.ColorSpecificationBox
 
getMin() - Method in class jj2000.j2k.IntegerSpec
Get the minimum value of all tile-components.
getMinInComp(int) - Method in class jj2000.j2k.IntegerSpec
Gets the minimum value of all tiles for the specified component.
getMinInTile(int) - Method in class jj2000.j2k.IntegerSpec
Gets the minimum value of each component in specified tile
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).
getMTYP(int) - Method in class colorspace.boxes.ComponentMappingBox
Return the channel type.
getNChannels() - Method in class colorspace.boxes.ComponentMappingBox
 
getNDefs() - Method in class colorspace.boxes.ChannelDefinitionBox
 
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 colorspace.ChannelDefinitionMapper
 
getNomRangeBits(int) - Method in class colorspace.PalettizedColorSpaceMapper
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.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.input.ImgReaderPGX
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.input.ImgReaderPPM
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 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 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.
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.
getNumColumns() - Method in class colorspace.boxes.PaletteBox
Return the number of palette columns.
getNumCOM() - Method in class jj2000.j2k.codestream.HeaderInfo
Returns the number of found COM marker segments
getNumComps() - Method in class colorspace.PalettizedColorSpaceMapper
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 colorspace.boxes.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.
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 jj2000.j2k.codestream.HeaderInfo.SIZ
 
getNumTiles(Coord) - 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(Coord) - 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(Coord) - 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(Coord) - 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(Coord) - 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(Coord) - 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(Coord) - 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(Coord) - 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(Coord) - 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.
getPaletteBox() - Method in class colorspace.ColorSpace
Return number of channels in the palette.
getPaletteChannelBits(int) - Method in class colorspace.ColorSpace
Return bitdepth of the palette entries.
getPaletteChannels() - Method in class colorspace.ColorSpace
Return number of channels in the palette.
getPalettizedSample(int, int) - Method in class colorspace.ColorSpace
Return a palettized sample
getParameter(String) - Method in class jj2000.j2k.util.ParameterList
Returns the value of the named parameter, as a string.
getParameterInfo() - Static method in class colorspace.ColorSpaceMapper
Returns the parameters that are used in this class and implementing classes.
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.HeaderEncoder
Returns the parameters that are used in this class and implementing classes.
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.decoder.Decoder
Returns the parameters that are used in this class.
getParameterInfo() - Method in class jj2000.j2k.decoder.SimpleAppletDecoder
Returns the applet parameter information.
getParameterInfo() - Static method in class jj2000.j2k.encoder.Encoder
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() - 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.
getPCOL(int) - Method in class colorspace.boxes.ComponentMappingBox
Return the palette index for the channel.
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 tile-component 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'.
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
getProgressWatch() - Static method in class jj2000.j2k.util.FacilityManager
Returns the ProgressWatch instance registered with the current thread (the thread that calls this method).
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.
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 jj2000.j2k.roi.encoder.ROIMaskGenerator
This function returns the ROIs in the image
getScrollbarDisplayPolicy() - Method in class jj2000.disp.ImgScrollPane
Returns the display policy for the scrollbars.
getScrollPosition() - Method in class jj2000.disp.ImgScrollPane
Returns the current x,y position within the child which is displayed at the 0,0 location of the scrolled panel's view port.
getShort(byte[], int, boolean) - Static method in class icc.ICCProfile
Create a short from a two byte [], with optional byte swapping.
getShort(byte[], int) - Static method in class icc.ICCProfile
Create a short from a two byte [].
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.
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.
getSpecValType(int, int) - Method in class jj2000.j2k.ModuleSpec
Return the spec type of the given tile-component.
getString(byte[], int, int, boolean) - Static method in class icc.ICCProfile
Create a String from a byte [].
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
getTagTable() - Method in class icc.ICCProfile
Access the profile tag table
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.
getThreadConcurrency() - Static method in class jj2000.j2k.util.NativeServices
Returns the current concurrency level.
getTile(Coord) - Method in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Returns the indexes of the current tile.
getTile(Coord) - Method in interface jj2000.j2k.image.ImgData
Returns the indixes of the current tile.
getTile(Coord) - Method in class jj2000.j2k.image.ImgDataAdapter
Returns the indexes of the current tile.
getTile(Coord) - Method in class jj2000.j2k.image.ImgDataJoiner
Returns the coordinates of the current tile.
getTile(Coord) - Method in class jj2000.j2k.image.input.ImgReader
Returns the coordinates of the current tile.
getTile(Coord) - Method in class jj2000.j2k.image.Tiler
Returns the horizontal and vertical indexes of the current tile.
getTile(Coord) - Method in class jj2000.j2k.wavelet.synthesis.InvWTAdapter
Returns the indixes of the current tile.
getTile(Coord) - Method in interface jj2000.j2k.wavelet.synthesis.MultiResImgData
Returns the indexes of the current tile.
getTile(Coord) - Method in class jj2000.j2k.wavelet.synthesis.MultiResImgDataAdapter
Returns the indexes of the current tile.
getTileCompHeight(int, int) - Method in class colorspace.ChannelDefinitionMapper
 
getTileCompHeight(int, int) - Method in class colorspace.PalettizedColorSpaceMapper
Returns the height in pixels of the specified tile-component.
getTileCompHeight(int, int) - Method in class colorspace.Resampler
Returns the height in pixels of the specified tile-component.
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 colorspace.ChannelDefinitionMapper
 
getTileCompWidth(int, int) - Method in class colorspace.PalettizedColorSpaceMapper
Returns the width in pixels of the specified tile-component
getTileCompWidth(int, int) - Method in class colorspace.Resampler
Returns the width in pixels of the specified tile-component..
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.
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 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.
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 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 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(Coord) - Method in class jj2000.j2k.codestream.reader.HeaderDecoder
Returns the tiling origin, referred to as '(Px,Py)' in the 'ImgData' interface.
getTilingOrigin(Coord) - 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.
getTyp(int) - Method in class colorspace.boxes.ChannelDefinitionBox
 
getType() - Method in class icc.MatrixBasedRestrictedProfile
Get the type of RestrictedICCProfile for this object
getType() - Method in class icc.MonochromeInputRestrictedProfile
Get the type of RestrictedICCProfile for this object
getType() - Method in class icc.RestrictedICCProfile
Returns the appropriate input type enum.
getTypeString(int) - Static method in class colorspace.boxes.JP2Box
Return a String representation of the Box type.
getTypeString() - Method in class colorspace.boxes.JP2Box
Return the box type as a String.
getVAdjustable() - Method in class jj2000.disp.ImgScrollPane
Returns the Adjustable object which represents the state of the vertical scrollbar.
getValue(int, int) - Method in class jj2000.j2k.codestream.reader.TagTreeDecoder
Returns the current value of the specified element in the tag tree.
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.
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'.
getViewportSize() - Method in class jj2000.disp.ImgScrollPane
Returns the current size of the image scroll pane's view port.
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.
getXYZNumber(byte[], int) - Static method in class icc.ICCProfile
Create an XYZNumber from byte [] input
getZoom() - Method in class jj2000.disp.ImgScrollPane
Returns the current zoom factor.
GRAY - Static variable in class icc.ICCProfile
Gray index.
GRAY - Static variable in class icc.RestrictedICCProfile
Component index
GREEN - Static variable in class icc.ICCProfile
RGB index.
GREEN - Static variable in class icc.RestrictedICCProfile
Component index
GreyScale - Static variable in class colorspace.ColorSpace
colorspace enumeration
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, ParameterList) - 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.image.output.ImgWriter
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 colorspace.ColorSpace
Parameter Specs
hd - Variable in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
The decoded bit stream header
HeaderDecoder - Class in jj2000.j2k.codestream.reader
This class reads main and tile-part headers from the codestream given a RandomAccessIO instance located at the beginning of the codestream (i.e just before the SOC marker) or at the beginning of a tile-part (i.e.
HeaderDecoder(RandomAccessIO, ParameterList, 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, EncoderSpecs, ROIScaler, PostCompRateAllocator, ParameterList) - 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.COC() - Constructor for class jj2000.j2k.codestream.HeaderInfo.COC
 
HeaderInfo.COD - Class in jj2000.j2k.codestream
Internal class holding information found in the COD marker segments
HeaderInfo.COD() - Constructor for class jj2000.j2k.codestream.HeaderInfo.COD
 
HeaderInfo.COM - Class in jj2000.j2k.codestream
Internal class holding information found in the COM marker segments
HeaderInfo.COM() - Constructor for class jj2000.j2k.codestream.HeaderInfo.COM
 
HeaderInfo.CRG - Class in jj2000.j2k.codestream
Internal class holding information found in the CRG marker segment
HeaderInfo.CRG() - Constructor for class jj2000.j2k.codestream.HeaderInfo.CRG
 
HeaderInfo.POC - Class in jj2000.j2k.codestream
Internal class holding information found in the POC marker segments
HeaderInfo.POC() - Constructor for class jj2000.j2k.codestream.HeaderInfo.POC
 
HeaderInfo.QCC - Class in jj2000.j2k.codestream
Internal class holding information found in the QCC marker segments
HeaderInfo.QCC() - Constructor for class jj2000.j2k.codestream.HeaderInfo.QCC
 
HeaderInfo.QCD - Class in jj2000.j2k.codestream
Internal class holding information found in the QCD marker segments
HeaderInfo.QCD() - Constructor for class jj2000.j2k.codestream.HeaderInfo.QCD
 
HeaderInfo.RGN - Class in jj2000.j2k.codestream
Internal class holding information found in the RGN marker segments
HeaderInfo.RGN() - Constructor for class jj2000.j2k.codestream.HeaderInfo.RGN
 
HeaderInfo.SIZ - Class in jj2000.j2k.codestream
Internal class holding information found in the SIZ marker segment
HeaderInfo.SIZ() - Constructor for class jj2000.j2k.codestream.HeaderInfo.SIZ
 
HeaderInfo.SOT - Class in jj2000.j2k.codestream
Internal class holding information found in the SOt marker segments
HeaderInfo.SOT() - Constructor for class jj2000.j2k.codestream.HeaderInfo.SOT
 
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

icc - package icc
 
icc.lut - package icc.lut
 
icc.tags - package icc.tags
 
icc.types - package icc.types
 
ICC_PROFILED - Static variable in class colorspace.ColorSpace
method enumeration
ICCCurveType - Class in icc.tags
The ICCCurve tag
ICCCurveType(int, byte[], int, int) - Constructor for class icc.tags.ICCCurveType
Construct this tag from its constituant parts
ICCCurveTypeReverse - Class in icc.tags
The ICCCurveReverse tag
ICCCurveTypeReverse(int, byte[], int, int) - Constructor for class icc.tags.ICCCurveTypeReverse
Construct this tag from its constituant parts
ICCDateTime - Class in icc.types
Date Time format for tags
ICCDateTime(short, short, short, short, short, short) - Constructor for class icc.types.ICCDateTime
Construct an ICCDateTime from parts
ICCMatrixBasedInputProfile - Class in icc
This class enables an application to construct an 3 component ICCProfile
ICCMatrixBasedInputProfile(ColorSpace) - Constructor for class icc.ICCMatrixBasedInputProfile
Construct an ICCMatrixBasedInputProfile based on a suppled profile file.
ICCMonochromeInputProfile - Class in icc
The monochrome ICCProfile.
ICCMonochromeInputProfile(ColorSpace) - Constructor for class icc.ICCMonochromeInputProfile
Construct a ICCMonochromeInputProfile corresponding to the profile file
ICCProfile - Class in icc
This class models the ICCProfile file.
ICCProfile(ColorSpace) - Constructor for class icc.ICCProfile
ParameterList constructor
ICCProfileException - Exception in icc
This exception is thrown when the content of a profile is incorrect.
ICCProfileException(String) - Constructor for exception icc.ICCProfileException
Contruct with message
ICCProfileException() - Constructor for exception icc.ICCProfileException
Empty constructor
ICCProfileHeader - Class in icc.types
An ICC profile contains a 128-byte header followed by a variable number of tags contained in a tag table.
ICCProfileHeader() - Constructor for class icc.types.ICCProfileHeader
Construct and empty header
ICCProfileHeader(byte[]) - Constructor for class icc.types.ICCProfileHeader
Construct a header from a complete ICCProfile
ICCProfileInvalidException - Exception in icc
This exception is thrown when the content of an an icc profile is in someway incorrect.
ICCProfileNotFoundException - Exception in icc
This exception is thrown when an image contains no icc profile.
ICCProfiler - Class in icc
This class provides ICC Profiling API for the jj2000.j2k imaging chain by implementing the BlkImgDataSrc interface, in particular the getCompData and getInternCompData methods.
ICCProfiler(BlkImgDataSrc, ColorSpace) - Constructor for class icc.ICCProfiler
Ctor which creates an ICCProfile for the image and initializes all data objects (input, working, output).
ICCProfileVersion - Class in icc.types
This class describes the ICCProfile Version as contained in the header of the ICC Profile.
ICCProfileVersion(byte, byte, byte, byte) - Constructor for class icc.types.ICCProfileVersion
Construct from constituent parts.
iccs - Variable in class jj2000.j2k.decoder.DecoderSpecs
ICC Profiling specifications
ICCTag - Class in icc.tags
An ICC profile contains a 128-byte header followed by a variable number of tags contained in a tag table.
ICCTag(int, byte[], int, int) - Constructor for class icc.tags.ICCTag
Ued by subclass initialization to store the state common to all tags
ICCTagTable - Class in icc.tags
This class models an ICCTagTable as a HashTable which maps ICCTag signatures (as Integers) to ICCTags.
ICCTagTable(byte[]) - Constructor for class icc.tags.ICCTagTable
Ctor used by factory method.
ICCTextDescriptionType - Class in icc.tags
A text based ICC tag
ICCTextDescriptionType(int, byte[], int, int) - Constructor for class icc.tags.ICCTextDescriptionType
Construct this tag from its constituant parts
ICCTextType - Class in icc.tags
A text based ICC tag
ICCTextType(int, byte[], int, int) - Constructor for class icc.tags.ICCTextType
Construct this tag from its constituant parts
ICCXYZType - Class in icc.tags
A tag containing a triplet.
ICCXYZType(int, byte[], int, int) - Constructor for class icc.tags.ICCXYZType
Construct this tag from its constituant parts
ICCXYZTypeReverse - Class in icc.tags
A tag containing a triplet.
ICCXYZTypeReverse(int, byte[], int, int) - Constructor for class icc.tags.ICCXYZTypeReverse
Construct this tag from its constituant parts
idx - Variable in class jj2000.j2k.codestream.CBlkCoordInfo
The code-block horizontal and vertical indexes
Illegal - Static variable in class colorspace.ColorSpace
colorspace enumeration
IMAGE_HEADER_BOX - Static variable in interface jj2000.j2k.fileformat.FileFormatBoxes
JP2 Header boxes
ImageHeaderBox - Class in colorspace.boxes
This class models the Image Header box contained in a JP2 image.
ImageHeaderBox(RandomAccessIO, int) - Constructor for class colorspace.boxes.ImageHeaderBox
Construct an ImageHeaderBox from an input image.
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
ImgKeyListener - Class in jj2000.disp
This class implements the listener for keyboard events for the JJ2000 decoder that displays in a ImgScrollPane.
ImgKeyListener(ImgScrollPane, Decoder) - Constructor for class jj2000.disp.ImgKeyListener
Instantiate a new ImgKeyListener that will work on the specified ImgScrollPane.
ImgMouseListener - Class in jj2000.disp
This class handles the dragging of an image displayed in an ImgScrollPane.
ImgMouseListener(ImgScrollPane) - Constructor for class jj2000.disp.ImgMouseListener
Instantiate a new ImgMouseListener that will work on the specified ImgScrollPane.
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.
ImgReaderPGX - Class in jj2000.j2k.image.input
This class extends the ImgReader abstract class for reading PGX files.
ImgReaderPGX(File) - Constructor for class jj2000.j2k.image.input.ImgReaderPGX
Creates a new PGX file reader from the specified File object.
ImgReaderPGX(String) - Constructor for class jj2000.j2k.image.input.ImgReaderPGX
Creates a new PGX file reader from the specified file name.
ImgReaderPPM - Class in jj2000.j2k.image.input
This class implements the ImgData interface for reading 8 bits unsigned data from a binary PPM file
ImgReaderPPM(File) - Constructor for class jj2000.j2k.image.input.ImgReaderPPM
Creates a new PPM file reader from the specified file.
ImgReaderPPM(String) - Constructor for class jj2000.j2k.image.input.ImgReaderPPM
Creates a new PPM file reader from the specified file name.
ImgScrollPane - Class in jj2000.disp
This class implements an image viewer that can display an image larger than the actual display area, and presents scrollbars to scroll the viewable area.
ImgScrollPane() - Constructor for class jj2000.disp.ImgScrollPane
Creates a new ImgScrollPane with SCROLLBARS_AS_NEEDED scrollbars.
ImgScrollPane(int) - Constructor for class jj2000.disp.ImgScrollPane
Creates a new ImgScrollPane with the specified type of scrollbar visibility.
imgW - Variable in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
The image width on the hi-res reference grid
ImgWriter - Class in jj2000.j2k.image.output
This is the generic interface to be implemented by all image file (or other resource) writers for different formats.
ImgWriter() - Constructor for class jj2000.j2k.image.output.ImgWriter
 
ImgWriterPGM - Class in jj2000.j2k.image.output
This class writes a component from an image in 8 bit unsigned data to a binary PGM file.
ImgWriterPGM(File, BlkImgDataSrc, int) - Constructor for class jj2000.j2k.image.output.ImgWriterPGM
Creates a new writer to the specified File object, to write data from the specified component.
ImgWriterPGM(String, BlkImgDataSrc, int) - Constructor for class jj2000.j2k.image.output.ImgWriterPGM
Creates a new writer to the specified file, to write data from the specified component.
ImgWriterPGX - Class in jj2000.j2k.image.output
This class extends the ImgWriter abstract class for writing PGX files.
ImgWriterPGX(File, BlkImgDataSrc, int, boolean) - Constructor for class jj2000.j2k.image.output.ImgWriterPGX
Creates a new writer to the specified File object, to write data from the specified component.
ImgWriterPGX(String, BlkImgDataSrc, int, boolean) - Constructor for class jj2000.j2k.image.output.ImgWriterPGX
Creates a new writer to the specified file, to write data from the specified component.
ImgWriterPPM - Class in jj2000.j2k.image.output
This class writes 3 components from an image in 8 bit unsigned data to a binary PPM file.
ImgWriterPPM(File, BlkImgDataSrc, int, int, int) - Constructor for class jj2000.j2k.image.output.ImgWriterPPM
Creates a new writer to the specified File object, to write data from the specified component.
ImgWriterPPM(String, BlkImgDataSrc, int, int, int) - Constructor for class jj2000.j2k.image.output.ImgWriterPPM
Creates a new writer to the specified file, to write data from the specified component.
in - Variable in class colorspace.boxes.JP2Box
input file
indent(String, StringBuffer) - Static method in class colorspace.ColorSpace
Indent a String that contains newlines.
indent(String, String) - Static method in class colorspace.ColorSpace
Indent a String that contains newlines.
inFloat - Variable in class colorspace.ColorSpaceMapper
 
INFO - Static variable in interface jj2000.j2k.util.MsgLogger
Severity of message.
inInt - Variable in class colorspace.ColorSpaceMapper
 
init() - Method in class jj2000.j2k.decoder.SimpleAppletDecoder
Initializes the applet.
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 number of code-blocks, 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.
int_size - Static variable in class icc.ICCProfile
Size of native type
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, ParameterList, String) - Constructor for class jj2000.j2k.IntegerSpec
Constructs a new 'IntegerSpec' for the specified number of tiles and components, the allowed specifications type and the ParameterList 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[], ParameterList) - 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.
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.
isConsumer(ImageConsumer) - Method in class jj2000.disp.BlkImgDataSrcImageProducer
This method determines if the given image consumer, 'ic', is registered with this image producer.
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.
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 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.
isOrigSigned(int) - Method in class jj2000.j2k.image.input.ImgReaderPGX
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.ImgReaderPPM
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
 
isOutputSigned(int) - Method in class colorspace.ColorSpace
Signed output predicate.
isPacketWritable() - Method in class jj2000.j2k.codestream.writer.PktEncoder
Returns true if the current packet is writable i.e.
isPalettized() - Method in class colorspace.ColorSpace
Is palettized predicate.
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'.
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.
isSigned(int) - Method in class colorspace.boxes.PaletteBox
Are entries signed predicate.
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.
isUnSigned(int) - Method in class colorspace.boxes.PaletteBox
Are entries unsigned predicate.

J

jj2000.disp - package jj2000.disp
 
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.encoder - package jj2000.j2k.encoder
 
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.image.output - package jj2000.j2k.image.output
 
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
 
JJ2KDecoder - Class in <Unnamed>
This class is a wrapper for the CmdLnDecoder class in the jj2000.j2k.decoder package.
JJ2KDecoder() - Constructor for class JJ2KDecoder
 
JJ2KEncoder - Class in <Unnamed>
This class is a wrapper for the CmdLnEncoder class in the jj2000.j2k.encoder package.
JJ2KEncoder() - Constructor for class JJ2KEncoder
 
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
JP2Box - Class in colorspace.boxes
The abstract super class modeling the aspects of a JP2 box common to all such boxes.
JP2Box() - Constructor for class colorspace.boxes.JP2Box
 
JP2Box(RandomAccessIO, int) - Constructor for class colorspace.boxes.JP2Box
Construct a JP2Box from an input image.
JP2Box.BoxType - Class in colorspace.boxes
JP2 Box structure analysis help
JP2Box.BoxType() - Constructor for class colorspace.boxes.JP2Box.BoxType
 
JP2FFUsed - Variable in class jj2000.j2k.fileformat.reader.FileFormatReader
Flag indicating whether or not the JP2 file format is used

K

kdwBlueColorantTag - Static variable in class icc.ICCProfile
tag signature
kdwBlueTRCTag - Static variable in class icc.ICCProfile
tag signature
kdwCopyrightTag - Static variable in class icc.ICCProfile
tag signature
kdwDisplayProfile - Static variable in class icc.ICCProfile
tag type
kdwGrayData - Static variable in class icc.ICCProfile
tag type
kdwGrayTRCTag - Static variable in class icc.ICCProfile
tag signature
kdwGreenColorantTag - Static variable in class icc.ICCProfile
tag signature
kdwGreenTRCTag - Static variable in class icc.ICCProfile
tag signature
kdwInputProfile - Static variable in class icc.ICCProfile
profile type
kdwMediaWhiteTag - Static variable in class icc.ICCProfile
tag signature
kdwProfileDescTag - Static variable in class icc.ICCProfile
tag signature
kdwProfileSignature - Static variable in class icc.ICCProfile
signature
kdwProfileSignature - Static variable in class icc.types.ICCProfileHeader
Profile header signature
kdwProfileSigReverse - Static variable in class icc.ICCProfile
signature
kdwProfileSigReverse - Static variable in class icc.types.ICCProfileHeader
Profile header signature
kdwRedColorantTag - Static variable in class icc.ICCProfile
tag signature
kdwRedTRCTag - Static variable in class icc.ICCProfile
tag signature
kdwRGBData - Static variable in class icc.ICCProfile
tag type
kdwXYZData - Static variable in class icc.ICCProfile
tag type
keyPressed(KeyEvent) - Method in class jj2000.disp.ImgKeyListener
Hanldes the keyPressed events.
keyTyped(KeyEvent) - Method in class jj2000.disp.ImgKeyListener
Handles the key typed event.
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
kMonochromeInput - Static variable in class icc.ICCProfile
input type
kMonochromeInput - Static variable in class icc.RestrictedICCProfile
input type enumerator
ksRGB8ReduceAfterExp - Static variable in class icc.lut.MonochromeTransformTosRGB
Transform parameter.
ksRGB8ScaleAfterExp - Static variable in class icc.lut.MonochromeTransformTosRGB
Transform parameter.
ksRGB8ShadowSlope - Static variable in class icc.lut.MonochromeTransformTosRGB
Transform parameter.
ksRGBExponent - Static variable in class icc.lut.MonochromeTransformTosRGB
Transform parameter.
ksRGBShadowCutoff - Static variable in class icc.lut.MonochromeTransformTosRGB
Transform parameter.
ksRGBShadowSlope - Static variable in class icc.lut.MonochromeTransformTosRGB
Transform parameter.
kThreeCompInput - Static variable in class icc.ICCProfile
input type
kThreeCompInput - Static variable in class icc.RestrictedICCProfile
input type enumerator

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.encoder.EncoderSpecs
The length calculation specifications
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 colorspace.boxes.JP2Box
Length of the box.
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 performed wavelet decompositions to get 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'.
long_size - Static variable in class icc.ICCProfile
Size of native type
LookUpTable - Class in icc.lut
Toplevel class for a lut.
LookUpTable(ICCCurveType, int) - Constructor for class icc.lut.LookUpTable
For subclass usage.
LookUpTable16 - Class in icc.lut
Toplevel class for a short [] lut.
LookUpTable16(int, int) - Constructor for class icc.lut.LookUpTable16
Construct an empty 16 bit lut
LookUpTable16(ICCCurveType, int, int) - Constructor for class icc.lut.LookUpTable16
Construct a 16 bit lut from a given curve.
LookUpTable16Gamma - Class in icc.lut
A Gamma based 16 bit lut.
LookUpTable16Gamma(ICCCurveType, int, int) - Constructor for class icc.lut.LookUpTable16Gamma
 
LookUpTable16Interp - Class in icc.lut
An interpolated 16 bit lut
LookUpTable16Interp(ICCCurveType, int, int) - Constructor for class icc.lut.LookUpTable16Interp
Construct the lut from the curve data
LookUpTable16LinearSRGBtoSRGB - Class in icc.lut
A Linear 16 bit SRGB to SRGB lut
LookUpTable16LinearSRGBtoSRGB(int, double, int, double, double, double) - Constructor for class icc.lut.LookUpTable16LinearSRGBtoSRGB
Construct the lut
LookUpTable32Gamma - Class in icc.lut
A Gamma based 32 bit lut.
LookUpTable32Gamma(ICCCurveType, int, int) - Constructor for class icc.lut.LookUpTable32Gamma
 
LookUpTable32Interp - Class in icc.lut
An interpolated 32 bit lut
LookUpTable32Interp(ICCCurveType, int, int) - Constructor for class icc.lut.LookUpTable32Interp
Construct the lut from the curve data
LookUpTable32LinearSRGBtoSRGB - Class in icc.lut
A Linear 32 bit SRGB to SRGB lut
LookUpTable32LinearSRGBtoSRGB(int, int, double, double, double, double, double) - Constructor for class icc.lut.LookUpTable32LinearSRGBtoSRGB
Construct the lut
LookUpTable8 - Class in icc.lut
Toplevel class for a byte [] lut.
LookUpTable8(int, byte) - Constructor for class icc.lut.LookUpTable8
 
LookUpTable8(ICCCurveType, int, byte) - Constructor for class icc.lut.LookUpTable8
Create the string representation of a 16 bit lut.
LookUpTable8Gamma - Class in icc.lut
A Gamma based 16 bit lut.
LookUpTable8Gamma(ICCCurveType, int, byte) - Constructor for class icc.lut.LookUpTable8Gamma
 
LookUpTable8Interp - Class in icc.lut
An interpolated 8 bit lut
LookUpTable8Interp(ICCCurveType, int, byte) - Constructor for class icc.lut.LookUpTable8Interp
Construct the lut from the curve data
LookUpTableFP - Class in icc.lut
Toplevel class for a float [] lut.
LookUpTableFP(ICCCurveType, int) - Constructor for class icc.lut.LookUpTableFP
Construct an empty lut
LookUpTableFPGamma - Class in icc.lut
Class Description
LookUpTableFPGamma(ICCCurveType, int) - Constructor for class icc.lut.LookUpTableFPGamma
 
LookUpTableFPInterp - Class in icc.lut
An interpolated floating point lut
LookUpTableFPInterp(ICCCurveType, int) - Constructor for class icc.lut.LookUpTableFPInterp
Construct the lut from the curve data
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
 
lut - Variable in class icc.lut.LookUpTable16
The lut values.
lut - Variable in class icc.lut.LookUpTable8
The lut values.
lut - Variable in class icc.lut.LookUpTableFP
The lut values.
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 codestream 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
main(String[]) - Static method in class jj2000.j2k.decoder.CmdLnDecoder
The starting point of the program.
main(String[]) - Static method in class jj2000.j2k.encoder.CmdLnEncoder
The starting point of the program.
main(String[]) - Static method in class JJ2KDecoder
The starting point of the program.
main(String[]) - Static method in class JJ2KEncoder
The starting point of the program.
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.
Markers - Interface in jj2000.j2k.codestream
This interface defines the values of the different markers in the JPEG 2000 codestream.
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
 
Matrix00 - Static variable in class colorspace.SYccColorSpaceMapper
Matrix component for ycc transform.
Matrix01 - Static variable in class colorspace.SYccColorSpaceMapper
Matrix component for ycc transform.
Matrix02 - Static variable in class colorspace.SYccColorSpaceMapper
Matrix component for ycc transform.
Matrix10 - Static variable in class colorspace.SYccColorSpaceMapper
Matrix component for ycc transform.
Matrix11 - Static variable in class colorspace.SYccColorSpaceMapper
Matrix component for ycc transform.
Matrix12 - Static variable in class colorspace.SYccColorSpaceMapper
Matrix component for ycc transform.
Matrix20 - Static variable in class colorspace.SYccColorSpaceMapper
Matrix component for ycc transform.
Matrix21 - Static variable in class colorspace.SYccColorSpaceMapper
Matrix component for ycc transform.
Matrix22 - Static variable in class colorspace.SYccColorSpaceMapper
Matrix component for ycc transform.
MatrixBasedRestrictedProfile - Class in icc
This class is a 3 component RestrictedICCProfile
MatrixBasedRestrictedProfile(ICCCurveType, ICCCurveType, ICCCurveType, ICCXYZType, ICCXYZType, ICCXYZType) - Constructor for class icc.MatrixBasedRestrictedProfile
Construct a 3 component RestrictedICCProfile
MatrixBasedTransformException - Exception in icc.lut
Thrown by MatrixBasedTransformTosRGB
MatrixBasedTransformTosRGB - Class in icc.lut
Transform for applying ICCProfiling to an input DataBlk
MatrixBasedTransformTosRGB(RestrictedICCProfile, int[], int[]) - Constructor for class icc.lut.MatrixBasedTransformTosRGB
Construct a 3 component transform based on an input RestricedICCProfile This transform will pass the input throught a floating point lut (LookUpTableFP), apply a matrix to the output and finally pass the intermediate buffer through a 8-bit lut (LookUpTable8).
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
MAX_ZOOM - Static variable in class jj2000.disp.ImgScrollPane
The maximum possible zoom factor: 32.
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) - 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.
maxValueArray - Variable in class colorspace.ColorSpaceMapper
 
mdl - Variable in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
The maximum number of decompostion levels for each component of the current tile.
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.
MonochromeInputRestrictedProfile - Class in icc
This class is a 1 component RestrictedICCProfile
MonochromeTransformException - Exception in icc.lut
Exception thrown by MonochromeTransformTosRGB.
MonochromeTransformTosRGB - Class in icc.lut
This class constructs a LookUpTableFP from a RestrictedICCProfile.
MonochromeTransformTosRGB(RestrictedICCProfile, int, int) - Constructor for class icc.lut.MonochromeTransformTosRGB
Construct the lut from the RestrictedICCProfile.
mouseDragged(MouseEvent) - Method in class jj2000.disp.ImgMouseListener
 
mouseMoved(MouseEvent) - Method in class jj2000.disp.ImgMouseListener
 
mousePressed(MouseEvent) - Method in class jj2000.disp.ImgMouseListener
 
mouseReleased(MouseEvent) - Method in class jj2000.disp.ImgMouseListener
 
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.encoder.EncoderSpecs
MQ reset specifications
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.encoder.EncoderSpecs
The number of components within the image
nComp - Variable in class jj2000.j2k.ModuleSpec
The number of components
ncomps - Variable in class colorspace.ColorSpaceMapper
Number of image components
ndata - Variable in class jj2000.j2k.codestream.writer.CodestreamWriter
The number of bytes already written to the bit stream
nEntries - Variable in class icc.tags.ICCCurveType
Tag fields
nEntries - Variable in class icc.tags.ICCCurveTypeReverse
Tag fields
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 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
Goes to the next tile, in standard scan-line order (by rows then by 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
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 in each tile
nTiles - Variable in class jj2000.j2k.encoder.EncoderSpecs
The number of tiles within the image
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.
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 icc.tags.ICCTag
offset to tag data in the array
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.
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 colorspace.ColorSpaceMapper
The prefix for ICC Profiler options
OPT_PREFIX - Static variable in class icc.ICCProfiler
The prefix for ICC Profiler options
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.HeaderEncoder
The prefix for the header encoder 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-bypassed) coding pass.
OPT_SEG_SYMBOLS - Static variable in interface jj2000.j2k.entropy.StdEntropyCoderOptions
The flag bit to indicate that an error resilience segmentation symbol is to be inserted at the end of each cleanup coding pass.
OPT_TERM_PASS - Static variable in interface jj2000.j2k.entropy.StdEntropyCoderOptions
The flag bit to indicate that a termination should be performed after each coding pass.
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 colorspace.boxes
This class models the palette box contained in a JP2 image.
PaletteBox(RandomAccessIO, int) - Constructor for class colorspace.boxes.PaletteBox
Construct a PaletteBox from an input image.
PalettizedColorSpaceMapper - Class in colorspace
This class provides decoding of images with palettized colorspaces.
PalettizedColorSpaceMapper(BlkImgDataSrc, ColorSpace) - Constructor for class colorspace.PalettizedColorSpaceMapper
Ctor which creates an ICCProfile for the image and initializes all data objects (input, working, and output).
ParameterList - Class in jj2000.j2k.util
This class holds modules options and parameters as they are provided to the encoder or the decoder.
ParameterList() - Constructor for class jj2000.j2k.util.ParameterList
Constructs an empty ParameterList object.
ParameterList(ParameterList) - Constructor for class jj2000.j2k.util.ParameterList
Constructs an empty ParameterList object with the provided default parameters.
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.
parse() - Method in class icc.ICCProfile
Parse this ICCProfile into a RestrictedICCProfile which is appropriate to the data in this profile.
parseArgs(String[]) - Method in class jj2000.j2k.util.ParameterList
Parses the parameters from an argument list, such as as the one in the command line, and integrates them in this parameter list.
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.
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
PCSIlluminant - Variable in class icc.types.ICCProfileHeader
Header field
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, EncoderSpecs, Coord[][][], ParameterList) - Constructor for class jj2000.j2k.codestream.writer.PktEncoder
Creates a new packet encoder object, 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.
pl - Variable in class colorspace.ColorSpace
Parameter Specs
pl - Variable in class colorspace.ColorSpaceMapper
Parameter Specs
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 - Static variable in interface jj2000.j2k.codestream.Markers
 
pocs - Variable in class jj2000.j2k.encoder.EncoderSpecs
Progression/progression changes specification
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 codestream 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, EncoderSpecs) - 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, ParameterList) - Constructor for class jj2000.j2k.entropy.PrecinctSizeSpec
Creates a new PrecinctSizeSpec object for the specified number of tiles and components and the ParameterList 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 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 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'.
profileVersion - Variable in class icc.types.ICCProfileHeader
Header field
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, ParameterList) - Constructor for class jj2000.j2k.entropy.ProgressionSpec
Creates a new ProgressionSpec object for the specified number of tiles, components and the ParameterList instance.
ProgressionType - Interface in jj2000.j2k.codestream
This interface defines the identifiers for the different codestream 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
pss - Variable in class jj2000.j2k.encoder.EncoderSpecs
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 - 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 - 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
qsss - Variable in class jj2000.j2k.encoder.EncoderSpecs
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
qts - Variable in class jj2000.j2k.encoder.EncoderSpecs
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, ParameterList) - 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 the specified number of tiles and components.
QuantTypeSpec(int, int, byte, ParameterList) - 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.
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() - 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.
readBit() - Method in class jj2000.j2k.entropy.decoder.ByteToBitInput
Reads from the bit stream one bit.
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.
readChecked() - Method in class jj2000.j2k.entropy.decoder.ByteInputBuffer
Reads the next byte of data from this input stream.
readContiguousCodeStreamBox(long, 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 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() - Method in class jj2000.j2k.fileformat.reader.FileFormatReader
This method reads the File Type box.
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
Retrieves and reads all marker segments previously found in the tile-part header.
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.
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(long, int, long) - Method in class jj2000.j2k.fileformat.reader.FileFormatReader
This method reads the JP2Header box
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.
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.
readShort() - Method in class jj2000.j2k.io.BEBufferedRandomAccessFile
Reads a signed short (i.e.
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 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 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 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.
readUUIDBox(int) - Method in class jj2000.j2k.fileformat.reader.FileFormatReader
This method reads the contents of the Intellectual property box
readUUIDInfoBox(int) - Method in class jj2000.j2k.fileformat.reader.FileFormatReader
This method reads the contents of the Intellectual property box
readXMLBox(int) - Method in class jj2000.j2k.fileformat.reader.FileFormatReader
This method reads the contents of the XML box
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.
RED - Static variable in class icc.ICCProfile
RGB index.
RED - Static variable in class icc.RestrictedICCProfile
Component index
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
 
remove(int) - Method in class jj2000.disp.ImgScrollPane
Throws an IllegalArgumentException since the components should never be removed from this container.
remove(Component) - Method in class jj2000.disp.ImgScrollPane
Throws an IllegalArgumentException since the components should never be removed from this container.
removeAll() - Method in class jj2000.disp.ImgScrollPane
Throws an IllegalArgumentException since the components should never be removed from this container.
removeConsumer(ImageConsumer) - Method in class jj2000.disp.BlkImgDataSrcImageProducer
Removes the given image consumer 'ic' from the list of consumers registered with this producer.
removeFocusListener(FocusListener) - Method in class jj2000.disp.ImgScrollPane
Removes the specified focus listener so that it no longer receives focus events from this component.
removeKeyListener(KeyListener) - Method in class jj2000.disp.ImgScrollPane
Removes the specified key listener so that it no longer receives key events from this component.
removeMouseListener(MouseListener) - Method in class jj2000.disp.ImgScrollPane
Removes the specified mouse listener so that it no longer receives mouse events from this component.
removeMouseMotionListener(MouseMotionListener) - Method in class jj2000.disp.ImgScrollPane
Removes the specified mouse motion listener so that it no longer receives mouse motion events from this component.
repoc - Variable in class jj2000.j2k.codestream.HeaderInfo.POC
 
requestTopDownLeftRightResend(ImageConsumer) - Method in class jj2000.disp.BlkImgDataSrcImageProducer
Starts the delivery of pixel data in the top-down letf-right order to the image consumer 'ic'.
RES_LY_COMP_POS_PROG - Static variable in interface jj2000.j2k.codestream.ProgressionType
The codestream is Resolution/Layer/Component/Position progressive : 1
RES_POS_COMP_LY_PROG - Static variable in interface jj2000.j2k.codestream.ProgressionType
The codestream is Resolution/Position/Component/Layer progressive : 2
Resampler - Class in colorspace
This class resamples the components of an image so that all have the same number of samples.
Resampler(BlkImgDataSrc, ColorSpace) - Constructor for class colorspace.Resampler
Ctor resamples a BlkImgDataSrc so that all components have the same number of samples.
reserved - Variable in class icc.tags.ICCCurveType
Tag fields
reserved - Variable in class icc.tags.ICCCurveTypeReverse
Tag fields
reserved - Variable in class icc.tags.ICCTextDescriptionType
Tag fields
reserved - Variable in class icc.tags.ICCTextType
Tag fields
reserved - Variable in class icc.types.ICCProfileHeader
Header field
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
 
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.
RestrictedICCProfile - Class in icc
This profile is constructed by parsing an ICCProfile and is the profile actually applied to the image.
RestrictedICCProfile(ICCCurveType) - Constructor for class icc.RestrictedICCProfile
Construct the common state of all gray RestrictedICCProfiles
RestrictedICCProfile(ICCCurveType, ICCCurveType, ICCCurveType, ICCXYZType, ICCXYZType, ICCXYZType) - Constructor for class icc.RestrictedICCProfile
Construct the common state of all 3 component RestrictedICCProfiles
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 - 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.encoder.EncoderSpecs
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, EncoderSpecs) - Constructor for class jj2000.j2k.roi.encoder.ROIScaler
Constructor of the ROI scaler, takes a Quantizer as source of data to scale.
rotate90(Coord) - 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.encoder.EncoderSpecs
Regular termination specifications
rts - Variable in class jj2000.j2k.entropy.encoder.StdEntropyCoder
Regular termination specifications
run() - Method in class jj2000.disp.TitleUpdater
The method that executes this thread.
run() - Method in class jj2000.j2k.decoder.Decoder
Runs the decoder.
run() - Method in class jj2000.j2k.decoder.SimpleAppletDecoder
The run method for the decoding thread.
run() - Method in class jj2000.j2k.encoder.Encoder
Runs the encoder.
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
SCROLLBARS_ALWAYS - Static variable in class jj2000.disp.ImgScrollPane
The ID for always visible scrollbars
SCROLLBARS_AS_NEEDED - Static variable in class jj2000.disp.ImgScrollPane
The ID for as needed visible scrollbars
SCROLLBARS_NEVER - Static variable in class jj2000.disp.ImgScrollPane
The ID for never visible scrollbars
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.
set(DataBlk) - Method in class colorspace.ColorSpaceMapper.ComputedComponents
 
setBackground(Color) - Method in class jj2000.disp.ImgScrollPane
Sets the background color of this component.
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.
setChildProcess(boolean) - Method in class jj2000.j2k.decoder.Decoder
Set isChildProcess variable.
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.
setCopyScroll(boolean) - Method in class jj2000.disp.ImgScrollPane
Sets if the scrolling is to be done by copying and redrawing of damaged parts of the displayed image.
setCursor(Cursor) - Method in class jj2000.disp.ImgScrollPane
Set the cursor image to a predefined cursor.
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.
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
setEnabled(boolean) - Method in class jj2000.disp.ImgScrollPane
Enables or disables this component, depending on the value of the parameter b.
setForeground(Color) - Method in class jj2000.disp.ImgScrollPane
Sets the foreground color of this component.
setHeaderEncoder(HeaderEncoder) - Method in class jj2000.j2k.entropy.encoder.PostCompRateAllocator
Keep a reference to the header encoder.
setImage(Image) - Method in class jj2000.disp.ImgScrollPane
Sets the image to display in this component.
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.
setInt(int) - Static method in class icc.ICCProfile
Separate bytes in an int into a byte array lsb to msb order.
setInt(int, byte[]) - Static method in class icc.ICCProfile
Separate bytes in an int into a byte array lsb to msb order.
setInternalBuffer(DataBlk) - Static method in class colorspace.ColorSpaceMapper
Arrange for the input DataBlk to receive an appropriately sized and typed data buffer
setLayout(LayoutManager) - Method in class jj2000.disp.ImgScrollPane
Throws an IllegalArgumentException since the layout manager is internally set and can not be changed.
setLenCalcType(int) - Method in class jj2000.j2k.entropy.encoder.MQCoder
Set the length calculation type to the specified type.
setLineWidth(int) - Method in class jj2000.j2k.util.MsgPrinter
Sets the line width to the specified value.
setLong(long) - Static method in class icc.ICCProfile
Separate bytes in a long into a byte array lsb to msb order.
setLong(long, byte[]) - Static method in class icc.ICCProfile
Separate bytes in a long into a byte array lsb to msb order.
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.
setScrollbarDisplayPolicy(int) - Method in class jj2000.disp.ImgScrollPane
Sets the display policy for the scrollbars.
setScrollPosition(int, int) - Method in class jj2000.disp.ImgScrollPane
Scrolls to the specified position within the image.
setScrollPosition(Point) - Method in class jj2000.disp.ImgScrollPane
Scrolls to the specified position within the image.
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 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.
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.
setZoom(float) - Method in class jj2000.disp.ImgScrollPane
Sets the zoom factor to display the image.
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
 
shiftValueArray - Variable in class colorspace.ColorSpaceMapper
 
SHLIB_NAME - Static variable in class jj2000.j2k.util.NativeServices
The name of the shared library containing the implementation of the native methods: 'jj2000'.
short_size - Static variable in class icc.ICCProfile
Size of native type
signature - Variable in class icc.tags.ICCTag
Tag id
signatureString(int) - Static method in class icc.tags.ICCTag
Create a string representation of the signature
SimpleAppletDecoder - Class in jj2000.j2k.decoder
This applet implements a simple mean to embed the JJ2000 decoder in an HTML page.
SimpleAppletDecoder() - Constructor for class jj2000.j2k.decoder.SimpleAppletDecoder
 
siz - Variable in class jj2000.j2k.codestream.HeaderInfo
Reference to the SIZ marker segment found in main header
SIZ - Static variable in interface jj2000.j2k.codestream.Markers
SIZ marker (Image and tile size): 0xFF51
size - Variable in class icc.tags.ICCTextDescriptionType
Tag fields
size - Static variable in class icc.types.ICCDateTime
 
size - Static variable in class icc.types.ICCProfileHeader
Size of the header
size - Static variable in class icc.types.ICCProfileVersion
Field size
size - Static variable in class icc.types.XYZNumber
 
size() - Method in class jj2000.j2k.entropy.encoder.ByteOutputBuffer
Returns the number of valid bytes in the output buffer (count class variable).
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
sops - Variable in class jj2000.j2k.encoder.EncoderSpecs
Start of packet (SOP) marker use specification
sot - Variable in class jj2000.j2k.codestream.HeaderInfo
Reference to the SOT marker segments found in tile-part headers.
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
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 colorspace.ColorSpaceMapper
The image source.
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.image.output.ImgWriter
The source ImagaData object, from where to get the image 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
srcBlk - Variable in class colorspace.ColorSpaceMapper
The image source data per component.
sRGB - Static variable in class colorspace.ColorSpace
colorspace enumeration
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.encoder.EncoderSpecs
Error resilience segment symbol use specifications
sss - Variable in class jj2000.j2k.entropy.encoder.StdEntropyCoder
Error resilience segment symbol use specifications
start() - Method in class jj2000.j2k.decoder.SimpleAppletDecoder
Starts the decoding thread.
startProduction(ImageConsumer) - Method in class jj2000.disp.BlkImgDataSrcImageProducer
Registers the given ImageConsumer object as a consumer and starts an immediate reconstruction of the image data which will then be delivered to this consumer and any other consumer which may have already been registered with the producer.
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, EncoderSpecs) - 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.
stop() - Method in class jj2000.j2k.decoder.SimpleAppletDecoder
Does nothing, since the decoder thread can not be stopped.
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[], ParameterList) - 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_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_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_LL - Variable in class jj2000.j2k.wavelet.analysis.SubbandAn
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.
sYCC - Static variable in class colorspace.ColorSpace
colorspace enumeration
SYccColorSpaceMapper - Class in colorspace
This decodes maps which are defined in the sYCC colorspace into the sRGB colorspadce.
SYccColorSpaceMapper(BlkImgDataSrc, ColorSpace) - Constructor for class colorspace.SYccColorSpaceMapper
Ctor which creates an ICCProfile for the image and initializes all data objects (input, working, and output).
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

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.
TitleUpdater - Class in jj2000.disp
This class should run as an independent thread to update tha main display window title with current image scroll position and zoom.
TitleUpdater(ImgScrollPane, Frame, String) - Constructor for class jj2000.disp.TitleUpdater
Instantiates the title updater.
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.
toHexString(byte) - Static method in class icc.ICCProfile
Create a two character hex representation of a byte
toHexString(short) - Static method in class icc.ICCProfile
Create a 4 character hex representation of a short
toHexString(int) - Static method in class icc.ICCProfile
Create a 8 character hex representation of a int
toNameArray(String[][]) - Static method in class jj2000.j2k.util.ParameterList
Converts the usage information to a list of parameter names in a single array.
toString() - Method in class colorspace.boxes.ChannelDefinitionBox
Return a suitable String representation of the class instance.
toString() - Method in class colorspace.boxes.ColorSpecificationBox
Return a suitable String representation of the class instance.
toString() - Method in class colorspace.boxes.ComponentMappingBox
Return a suitable String representation of the class instance.
toString() - Method in class colorspace.boxes.ImageHeaderBox
Return a suitable String representation of the class instance.
toString() - Method in class colorspace.boxes.PaletteBox
Return a suitable String representation of the class instance.
toString() - Method in class colorspace.ChannelDefinitionMapper
 
toString() - Method in class colorspace.ColorSpace.Enumeration
 
toString() - Method in class colorspace.ColorSpace
Return a suitable String representation of the class instance.
toString() - Method in class colorspace.EnumeratedColorSpaceMapper
 
toString() - Method in class colorspace.PalettizedColorSpaceMapper
Return a suitable String representation of the class instance, e.g.
toString() - Method in class colorspace.Resampler
Return an appropriate String representation of this Resampler instance.
toString() - Method in class colorspace.SYccColorSpaceMapper
Return a suitable String representation of the class instance.
toString() - Method in class icc.ICCProfile
Provide a suitable string representation for the class
toString(byte[]) - Static method in class icc.ICCProfile
 
toString() - Method in class icc.ICCProfiler
Return a suitable String representation of the class instance.
toString() - Method in class icc.lut.LookUpTable16
Create an abbreviated string representation of a 16 bit lut.
toString() - Method in class icc.lut.LookUpTable32LinearSRGBtoSRGB
 
toString() - Method in class icc.lut.LookUpTable8
Create an abbreviated string representation of a 16 bit lut.
toString() - Method in class icc.lut.LookUpTableFPGamma
Create an abbreviated string representation of a 16 bit lut.
toString() - Method in class icc.lut.LookUpTableFPInterp
Create an abbreviated string representation of a 16 bit lut.
toString() - Method in class icc.lut.MatrixBasedTransformTosRGB
String representation of class
toString() - Method in class icc.lut.MonochromeTransformTosRGB
String representation of class
toString() - Method in class icc.MatrixBasedRestrictedProfile
 
toString() - Method in class icc.MonochromeInputRestrictedProfile
 
toString() - Method in class icc.tags.ICCCurveType
Return the string rep of this tag.
toString() - Method in class icc.tags.ICCCurveTypeReverse
Return the string rep of this tag.
toString() - Method in class icc.tags.ICCTag
 
toString() - Method in class icc.tags.ICCTagTable
Representation of a tag table
toString() - Method in class icc.tags.ICCTextDescriptionType
Return the string rep of this tag.
toString() - Method in class icc.tags.ICCTextType
Return the string rep of this tag.
toString() - Method in class icc.tags.ICCXYZType
Return the string rep of this tag.
toString() - Method in class icc.tags.ICCXYZTypeReverse
Return the string rep of this tag.
toString() - Method in class icc.types.ICCDateTime
Return a ICCDateTime representation.
toString() - Method in class icc.types.ICCProfileHeader
String representation of class
toString() - Method in class icc.types.ICCProfileVersion
String representation of class instance.
toString() - Method in class icc.types.XYZNumber
String representation of class instance.
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.Coord
Returns a string representation of the object coordinates
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.input.ImgReaderPGX
Returns a string of information about the object, more than 1 line long.
toString() - Method in class jj2000.j2k.image.input.ImgReaderPPM
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.output.ImgWriterPGM
Returns a string of information about the object, more than 1 line long.
toString() - Method in class jj2000.j2k.image.output.ImgWriterPGX
Returns a string of information about the object, more than 1 line long.
toString() - Method in class jj2000.j2k.image.output.ImgWriterPPM
Returns a string of information about the object, more than 1 line long.
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.
toStringWholeLut() - Method in class icc.lut.LookUpTable16
Create a full string representation of a 16 bit lut.
toStringWholeLut() - Method in class icc.lut.LookUpTable8
 
tpsot - Variable in class jj2000.j2k.codestream.HeaderInfo.SOT
 
trate - Variable in class jj2000.j2k.codestream.reader.BitstreamReaderAgent
Target decoding rate in bpp
trc - Variable in class icc.RestrictedICCProfile
Curve data
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.encoder.EncoderSpecs
The termination type specifications
tts - Variable in class jj2000.j2k.entropy.encoder.StdEntropyCoder
The termination type specifications
type - Static variable in class colorspace.boxes.JP2Box
Box type
type - Variable in class icc.tags.ICCCurveType
Tag fields
type - Variable in class icc.tags.ICCCurveTypeReverse
Tag fields
type - Variable in class icc.tags.ICCTag
Tag type
type - Variable in class icc.tags.ICCTextDescriptionType
Tag fields
type - Variable in class icc.tags.ICCTextType
Tag fields
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.
typeString(int) - Static method in class icc.tags.ICCTag
Create a string representation of the tag type

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
uMajor - Variable in class icc.types.ICCProfileVersion
Major revision number in binary coded decimal
uMinor - Variable in class icc.types.ICCProfileVersion
Minor revision in high nibble, bug fix revision in low nibble, both in binary coded decimal
Unknown - Static variable in class colorspace.ColorSpace
colorspace enumeration
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

V

value - Variable in class colorspace.ColorSpace.Enumeration
 
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.
vprfxs - Static variable in class jj2000.j2k.encoder.Encoder
The valid list of options prefixes

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.image.output.ImgWriter
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.
wDay - Variable in class icc.types.ICCDateTime
Day datum.
wfs - Variable in class jj2000.j2k.decoder.DecoderSpecs
Analysis wavelet filters specifications
wfs - Variable in class jj2000.j2k.encoder.EncoderSpecs
Analysis wavelet filters specifications
wHours - Variable in class icc.types.ICCDateTime
Hour datum.
windowClosing(WindowEvent) - Method in class jj2000.disp.ExitHandler
Close the window and exit the application
wMinutes - Variable in class icc.types.ICCDateTime
Minute datum.
wMonth - Variable in class icc.types.ICCDateTime
Month datum.
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.
workDataFloat - Variable in class colorspace.ColorSpaceMapper
 
workDataInt - Variable in class colorspace.ColorSpaceMapper
 
workFloat - Variable in class colorspace.ColorSpaceMapper
 
workInt - Variable in class colorspace.ColorSpaceMapper
 
write(RandomAccessFile) - Method in class icc.ICCProfile
Output this ICCProfile to a RandomAccessFile
write(RandomAccessFile) - Method in class icc.tags.ICCTagTable
Output the table to a disk
write(RandomAccessFile) - Method in class icc.tags.ICCXYZType
Write to a file.
write(RandomAccessFile) - Method in class icc.types.ICCDateTime
Write an ICCDateTime to a file.
write(RandomAccessFile) - Method in class icc.types.ICCProfileHeader
Write out this ICCProfile header to a RandomAccessFile
write(RandomAccessFile) - Method in class icc.types.ICCProfileVersion
Construct from file content.
write(RandomAccessFile) - Method in class icc.types.XYZNumber
Write to a file
write(int) - Method in class jj2000.j2k.entropy.encoder.ByteOutputBuffer
Writes the specified byte to this byte array output stream.
write() - Method in class jj2000.j2k.image.output.ImgWriter
Writes the source's current tile to the output.
write(int, int, int, int) - Method in class jj2000.j2k.image.output.ImgWriter
Writes the data of the specified area to the file, coordinates are relative to the current tile of the source.
write(int, int, int, int) - Method in class jj2000.j2k.image.output.ImgWriterPGM
Writes the data of the specified area to the file, coordinates are relative to the current tile of the source.
write() - Method in class jj2000.j2k.image.output.ImgWriterPGM
Writes the source's current tile to the output.
write(int, int, int, int) - Method in class jj2000.j2k.image.output.ImgWriterPGX
Writes the data of the specified area to the file, coordinates are relative to the current tile of the source.
write() - Method in class jj2000.j2k.image.output.ImgWriterPGX
Writes the source's current tile to the output.
write(int, int, int, int) - Method in class jj2000.j2k.image.output.ImgWriterPPM
Writes the data of the specified area to the file, coordinates are relative to the current tile of the source.
write() - Method in class jj2000.j2k.image.output.ImgWriterPPM
Writes the source's current tile to the output.
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.
writeAll() - Method in class jj2000.j2k.image.output.ImgWriter
Writes the entire image or only specified tiles to the output.
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.
writeBitsPerComponentBox() - Method in class jj2000.j2k.fileformat.writer.FileFormatWriter
This method writes the Bits Per Component box
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.
writeColourSpecificationBox() - Method in class jj2000.j2k.fileformat.writer.FileFormatWriter
This method writes the Colour Specification box
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(byte[]) - Method in class jj2000.j2k.fileformat.writer.FileFormatWriter
This method writes the Contiguous codestream box
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
writeFileTypeBox() - Method in class jj2000.j2k.fileformat.writer.FileFormatWriter
This method writes the File Type box
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.
writeImageHeaderBox() - Method in class jj2000.j2k.fileformat.writer.FileFormatWriter
This method writes the Image Header box
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.
writeJP2HeaderBox() - Method in class jj2000.j2k.fileformat.writer.FileFormatWriter
This method writes the JP2Header box
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 codestream and returns the number of bytes used by this body.
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 into the codestream 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 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.
wSeconds - Variable in class icc.types.ICCDateTime
Second datum.
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.
wYear - Variable in class icc.types.ICCDateTime
Year datum.

X

x - Variable in class icc.tags.ICCXYZType
x component
x - Variable in class icc.tags.ICCXYZTypeReverse
x component
x - Variable in class jj2000.j2k.image.Coord
The horizontal coordinate
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
 
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
 
XYZNumber - Class in icc.types
A convientient representation for the contents of the ICCXYZTypeTag class.
XYZNumber(int, int, int) - Constructor for class icc.types.XYZNumber
Construct from constituent parts.
XYZToDouble(long) - Static method in class icc.tags.ICCXYZType
Normalization utility
XYZToDouble(int) - Static method in class icc.types.XYZNumber
Normalization utility

Y

y - Variable in class icc.tags.ICCXYZType
y component
y - Variable in class icc.tags.ICCXYZTypeReverse
y component
y - Variable in class jj2000.j2k.image.Coord
The vertical coordinate
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
 

Z

z - Variable in class icc.tags.ICCXYZType
z component
z - Variable in class icc.tags.ICCXYZTypeReverse
z component
zoom(float) - Method in class jj2000.disp.ImgScrollPane
Modifies the current zoom factor by the given multiplier.
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 Z 

Copyright © 2015. All rights reserved.