| |
|
| java.lang.Object jj2000.j2k.codestream.HeaderInfo
HeaderInfo | public class HeaderInfo implements Markers,ProgressionType,FilterTypes,Cloneable(Code) | | Classe that holds information found in the marker segments of the main and
tile-part headers. There is one inner-class per marker segment type found
in these headers.
|
Inner Class :public class SIZ implements Cloneable | |
Inner Class :public class SOT | |
Inner Class :public class COD implements Cloneable | |
Inner Class :public class COC | |
Inner Class :public class RGN | |
Inner Class :public class QCD | |
Inner Class :public class QCC | |
Inner Class :public class POC | |
Inner Class :public class CRG | |
Inner Class :public class COM | |
Field Summary | |
public Hashtable | coc Reference to the COC marker segments found in main and first tile-part
header. | public Hashtable | cod Reference to the COD marker segments found in main and first tile-part
header. | public Hashtable | com Reference to the COM marker segments found in main and tile-part
headers. | public CRG | crg | public Hashtable | poc Reference to the POC marker segments found in main and first tile-part
header. | public Hashtable | qcc Reference to the QCC marker segments found in main and first tile-part
header. | public Hashtable | qcd Reference to the QCD marker segments found in main and first tile-part
header. | public Hashtable | rgn Reference to the RGN marker segments found in main and first tile-part
header. | public SIZ | siz | public Hashtable | sot Reference to the SOT marker segments found in tile-part headers. |
coc | public Hashtable coc(Code) | | Reference to the COC marker segments found in main and first tile-part
header. The key is either "main_c"+componentIndex or
"t"+tileIdx+"_c"+component_index.
|
cod | public Hashtable cod(Code) | | Reference to the COD marker segments found in main and first tile-part
header. The key is either "main" or "t"+tileIdx.
|
com | public Hashtable com(Code) | | Reference to the COM marker segments found in main and tile-part
headers. The key is either "main_"+comIdx or "t"+tileIdx+"_"+comIdx.
|
crg | public CRG crg(Code) | | Reference to the CRG marker segment found in main header
|
poc | public Hashtable poc(Code) | | Reference to the POC marker segments found in main and first tile-part
header. They key is either "main" or "t"+tileIdx.
|
qcc | public Hashtable qcc(Code) | | Reference to the QCC marker segments found in main and first tile-part
header. They key is either "main_c"+componentIndex or
"t"+tileIdx+"_c"+component_index.
|
qcd | public Hashtable qcd(Code) | | Reference to the QCD marker segments found in main and first tile-part
header. The key is either "main" or "t"+tileIdx.
|
rgn | public Hashtable rgn(Code) | | Reference to the RGN marker segments found in main and first tile-part
header. The key is either "main_c"+componentIndex or
"t"+tileIdx+"_c"+component_index.
|
siz | public SIZ siz(Code) | | Reference to the SIZ marker segment found in main header
|
sot | public Hashtable sot(Code) | | Reference to the SOT marker segments found in tile-part headers. The
kwy is given by "t"+tileIdx"_tp"+tilepartIndex.
|
getNewCOC | public COC getNewCOC()(Code) | | Returns a new instance of COC
|
getNewCOD | public COD getNewCOD()(Code) | | Returns a new instance of COD
|
getNewCOM | public COM getNewCOM()(Code) | | Returns a new instance of COM
|
getNewCRG | public CRG getNewCRG()(Code) | | Returns a new instance of CRG
|
getNewPOC | public POC getNewPOC()(Code) | | Returns a new instance of POC
|
getNewQCC | public QCC getNewQCC()(Code) | | Returns a new instance of QCC
|
getNewQCD | public QCD getNewQCD()(Code) | | Returns a new instance of QCD
|
getNewRGN | public RGN getNewRGN()(Code) | | Returns a new instance of RGN
|
getNewSIZ | public SIZ getNewSIZ()(Code) | | Returns a new instance of SIZ
|
getNewSOT | public SOT getNewSOT()(Code) | | Returns a new instance of SOT
|
getNumCOM | public int getNumCOM()(Code) | | Returns the number of found COM marker segments
|
toStringMainHeader | public String toStringMainHeader()(Code) | | Display information found in the different marker segments of the main
header
|
toStringThNoSOT | public String toStringThNoSOT(int t, int ntp)(Code) | | Returns information found in the tile-part headers of a given tile
exception the SOT marker segment.
Parameters: t - index of the tile Parameters: tp - Number of tile-parts |
toStringTileHeader | public String toStringTileHeader(int t, int ntp)(Code) | | Returns information found in the tile-part headers of a given tile.
Parameters: t - index of the tile Parameters: tp - Number of tile-parts |
|
|
|