Method | Description | |
---|---|---|
ComponentMappingBox ( CSJ2K.j2k.io.RandomAccessIO in_Renamed, int boxStart ) : System |
Construct a ComponentMappingBox from an input image.
|
|
ToString ( ) : System.String |
Return a suitable String representation of the class instance.
|
|
getCMP ( int channel ) : int | ||
getMTYP ( int channel ) : short |
Return the channel type.
|
|
getPCOL ( int channel ) : short |
Return the palette index for the channel.
|
Method | Description | |
---|---|---|
ComponentMappingBox ( ) : System | ||
getCMP ( byte mapping ) : int | ||
getMTYP ( byte mapping ) : short | ||
getPCOL ( byte mapping ) : short | ||
readBox ( ) : void |
Analyze the box content.
|
public ComponentMappingBox ( CSJ2K.j2k.io.RandomAccessIO in_Renamed, int boxStart ) : System | ||
in_Renamed | CSJ2K.j2k.io.RandomAccessIO | |
boxStart | int | offset to the start of the box in the image /// |
return | System |