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

C

CAPTURE_RESOLUTION_BOX - Static variable in interface jp2codec.fileformat.FileFormatBoxes
 
CBlkCoordInfo - Class in jp2codec.codestream
This class is used to store the coordinates of code-blocks.
CBlkCoordInfo() - Constructor for class jp2codec.codestream.CBlkCoordInfo
Constructor.
CBlkIndex - Class in jp2codec.codestream.reader
Created by IntelliJ IDEA.
CBlkIndex(int, int, int, int, int) - Constructor for class jp2codec.codestream.reader.CBlkIndex
 
CBlkInfo - Class in jp2codec.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 jp2codec.codestream.reader.CBlkInfo
Constructs a new instance with specified number of layers and code-block coordinates.
CBlkQuantDataSrcDec - Interface in jp2codec.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.
CBlkSizeSpec - Class in jp2codec.entropy
This class extends ModuleSpec class for code-blocks sizes holding purposes.
CBlkSizeSpec(int, int, byte) - Constructor for class jp2codec.entropy.CBlkSizeSpec
Creates a new CBlkSizeSpec object for the specified number of tiles and components.
CBlkWTDataSrcDec - Interface in jp2codec.wavelet.synthesis
This abstract class defines methods to transfer wavelet data in a code-block by code-block basis, for the decoder side.
CHANNEL_DEFINITION_BOX - Static variable in interface jp2codec.fileformat.FileFormatBoxes
 
COC - Static variable in interface jp2codec.codestream.Markers
Coding style component (COC): 0xFF53
COD - Static variable in interface jp2codec.codestream.Markers
Coding style default (COD): 0xFF52
COLOR_TYPE_GRAY - Static variable in class jp2codec.imageio.JP2ImageReader
 
COLOR_TYPE_RGB - Static variable in class jp2codec.imageio.JP2ImageReader
 
COLOR_TYPE_RGBA - Static variable in class jp2codec.imageio.JP2ImageReader
 
COLOUR_SPECIFICATION_BOX - Static variable in interface jp2codec.fileformat.FileFormatBoxes
 
COM - Static variable in interface jp2codec.codestream.Markers
Comment (COM): 0xFF64
COMPONENT_MAPPING_BOX - Static variable in interface jp2codec.fileformat.FileFormatBoxes
 
COMP_POS_RES_LY_PROG - Static variable in interface jp2codec.codestream.ProgressionType
The bit stream is Component/Position/Resolution/Layer progressive : 4
CONTIGUOUS_CODESTREAM_BOX - Static variable in interface jp2codec.fileformat.FileFormatBoxes
 
CRG - Static variable in interface jp2codec.codestream.Markers
Component registration (CRG): 0xFF63
CRG_FOUND - Static variable in class jp2codec.codestream.reader.HeaderDecoder
Flag bit for CRG marker segment found
CSB_APPROX - Static variable in interface jp2codec.fileformat.FileFormatBoxes
 
CSB_ENUM_GREY - Static variable in interface jp2codec.fileformat.FileFormatBoxes
 
CSB_ENUM_SRGB - Static variable in interface jp2codec.fileformat.FileFormatBoxes
 
CSB_METH - Static variable in interface jp2codec.fileformat.FileFormatBoxes
Colour Specification Box Fields
CSB_PREC - Static variable in interface jp2codec.fileformat.FileFormatBoxes
 
CUSTOM - Static variable in interface jp2codec.wavelet.FilterTypes
User-defined filter: -1
CodedCBlk - Class in jp2codec.entropy
This is the generic class to store coded (compressed) code-block.
CodedCBlk() - Constructor for class jp2codec.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 jp2codec.entropy.CodedCBlk
Creates a new CodedCBlk object with the specified values.
CodedCBlkDataSrcDec - Interface in jp2codec.entropy.decoder
This interface defines a source of entropy coded data and methods to transfer it in a code-block by code-block basis.
CompTransfSpec - Class in jp2codec.image
This class extends ModuleSpec class in order to hold tile specifications for component transformation
CompTransfSpec(int, int, byte) - Constructor for class jp2codec.image.CompTransfSpec
Constructs an empty 'CompTransfSpec' with specified number of tile and components.
Coord - Class in jp2codec.image
This class represents 2-D coordinates.
Coord() - Constructor for class jp2codec.image.Coord
Creates a new coordinate object given with the (0,0) coordinates
Coord(int, int) - Constructor for class jp2codec.image.Coord
Creates a new coordinate object given the two coordinates.
Coord(Coord) - Constructor for class jp2codec.image.Coord
Creates a new coordinate object given another Coord object i.e. copy constructor
CoordInfo - Class in jp2codec.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 jp2codec.codestream.CoordInfo
Constructor.
CoordInfo() - Constructor for class jp2codec.codestream.CoordInfo
Empty contructor
CorruptedCodestreamException - Exception in jp2codec.codestream
Thsi exception is thrown whenever an illegal value is read from a bit stream.
CorruptedCodestreamException() - Constructor for exception jp2codec.codestream.CorruptedCodestreamException
Constructs a new CorruptedCodestreamException exception with no detail message.
CorruptedCodestreamException(String) - Constructor for exception jp2codec.codestream.CorruptedCodestreamException
Constructs a new CorruptedCodestreamException exception with the specified detail message.
c - Variable in class jp2codec.codestream.reader.CBlkIndex
 
calcMixedBitDepths(int[], int, int[]) - Static method in class jp2codec.image.invcomptransf.InvCompTransf
Calculates the bitdepths of the transformed components, given the bitdepth of the un-transformed components and the component tranformation type.
canDecodeInput(Object) - Method in class jp2codec.imageio.JP2ImageReaderSpi
 
cbIdx - Variable in class jp2codec.codestream.reader.CBlkInfo
Total index of code-block
cbIdx - Variable in class jp2codec.codestream.reader.PktDecoder
 
cbLength - Variable in class jp2codec.codestream.reader.PktInfo
The length of the code-block in this packet (in bytes)
cbOff - Variable in class jp2codec.codestream.reader.PktInfo
The code-block offset in the codestream (for this packet)
cbUsed - Variable in class jp2codec.codestream.reader.BitstreamReaderAgent
 
cblks - Variable in class jp2codec.decoder.DecoderSpecs
Code-blocks sizes specification
checkMarkerLength(DataInputStream, String) - Method in class jp2codec.codestream.reader.HeaderDecoder
Checks that the marker length is correct.
checkPredTerm() - Method in class jp2codec.entropy.decoder.MQDecoder
Checks for past errors in the decoding process using the predictable error resilient termination.
compDef - Variable in class jp2codec.ModuleSpec
The default value for each component.
createReaderInstance(Object) - Method in class jp2codec.imageio.JP2ImageReaderSpi
 
ctX - Variable in class jp2codec.codestream.reader.BitstreamReaderAgent
The current tile horizontal index
ctY - Variable in class jp2codec.codestream.reader.BitstreamReaderAgent
The current tile vertical index
ctp - Variable in class jp2codec.codestream.reader.CBlkInfo
The cumulative number of truncation points
cts - Variable in class jp2codec.decoder.DecoderSpecs
The component transformation specifications
culx - Variable in class jp2codec.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 jp2codec.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.

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