public class HeaderInfo extends Object implements Markers, ProgressionType, FilterTypes, Cloneable
| Modifier and Type | Class and Description | 
|---|---|
| class  | HeaderInfo.COCInternal class holding information found in the COC marker segments | 
| class  | HeaderInfo.CODInternal class holding information found in the COD marker segments | 
| class  | HeaderInfo.COMInternal class holding information found in the COM marker segments | 
| class  | HeaderInfo.CRGInternal class holding information found in the CRG marker segment | 
| class  | HeaderInfo.POCInternal class holding information found in the POC marker segments | 
| class  | HeaderInfo.QCCInternal class holding information found in the QCC marker segments | 
| class  | HeaderInfo.QCDInternal class holding information found in the QCD marker segments | 
| class  | HeaderInfo.RGNInternal class holding information found in the RGN marker segments | 
| class  | HeaderInfo.SIZInternal class holding information found in the SIZ marker segment | 
| class  | HeaderInfo.SOTInternal class holding information found in the SOt marker segments | 
| Modifier and Type | Field and Description | 
|---|---|
| Hashtable | cocReference to the COC marker segments found in main and first tile-part
 header. | 
| Hashtable | codReference to the COD marker segments found in main and first tile-part
 header. | 
| Hashtable | comReference to the COM marker segments found in main and tile-part
 headers. | 
| HeaderInfo.CRG | crgReference to the CRG marker segment found in main header | 
| Hashtable | pocReference to the POC marker segments found in main and first tile-part
 header. | 
| Hashtable | qccReference to the QCC marker segments found in main and first tile-part
 header. | 
| Hashtable | qcdReference to the QCD marker segments found in main and first tile-part
 header. | 
| Hashtable | rgnReference to the RGN marker segments found in main and first tile-part
 header. | 
| HeaderInfo.SIZ | sizReference to the SIZ marker segment found in main header | 
| Hashtable | sotReference to the SOT marker segments found in tile-part headers. | 
COC, COD, COM, CRG, EOC, EPH, EPH_LENGTH, ERS_SEG_SYMBOLS, ERS_SOP, MAX_COMP_BITDEPTH, MAX_LPPM, MAX_LPPT, PLM, PLT, POC, PPM, PPT, PRECINCT_PARTITION_DEF_SIZE, QCC, QCD, RCOM_GEN_USE, RGN, RSIZ_BASELINE, RSIZ_ER_FLAG, RSIZ_ROI, SCOX_HOR_CB_PART, SCOX_PRECINCT_PARTITION, SCOX_USE_EPH, SCOX_USE_SOP, SCOX_VER_CB_PART, SIZ, SOC, SOD, SOP, SOP_LENGTH, SOT, SQCX_EXP_MASK, SQCX_EXP_SHIFT, SQCX_GB_MSK, SQCX_GB_SHIFT, SQCX_NO_QUANTIZATION, SQCX_SCALAR_DERIVED, SQCX_SCALAR_EXPOUNDED, SRGN_IMPLICIT, SSIZ_DEPTH_BITS, TLMCOMP_POS_RES_LY_PROG, LY_RES_COMP_POS_PROG, POS_COMP_RES_LY_PROG, RES_LY_COMP_POS_PROG, RES_POS_COMP_LY_PROGCUSTOM, W5X3, W9X7| Constructor and Description | 
|---|
| HeaderInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| HeaderInfo | getCopy(int nt)Returns a copy of this object | 
| HeaderInfo.COC | getNewCOC()Returns a new instance of COC | 
| HeaderInfo.COD | getNewCOD()Returns a new instance of COD | 
| HeaderInfo.COM | getNewCOM()Returns a new instance of COM | 
| HeaderInfo.CRG | getNewCRG()Returns a new instance of CRG | 
| HeaderInfo.POC | getNewPOC()Returns a new instance of POC | 
| HeaderInfo.QCC | getNewQCC()Returns a new instance of QCC | 
| HeaderInfo.QCD | getNewQCD()Returns a new instance of QCD | 
| HeaderInfo.RGN | getNewRGN()Returns a new instance of RGN | 
| HeaderInfo.SIZ | getNewSIZ()Returns a new instance of SIZ | 
| HeaderInfo.SOT | getNewSOT()Returns a new instance of SOT | 
| int | getNumCOM()Returns the number of found COM marker segments | 
| String | toStringMainHeader()Display information found in the different marker segments of the main
 header | 
| String | toStringThNoSOT(int t,
               int ntp)Returns information found in the tile-part headers of a given tile
 exception the SOT marker segment. | 
| String | toStringTileHeader(int t,
                  int ntp)Returns information found in the tile-part headers of a given tile. | 
public HeaderInfo.SIZ siz
public Hashtable sot
public Hashtable cod
public Hashtable coc
public Hashtable rgn
public Hashtable qcd
public Hashtable qcc
public Hashtable poc
public HeaderInfo.CRG crg
public Hashtable com
public HeaderInfo.SIZ getNewSIZ()
public HeaderInfo.SOT getNewSOT()
public HeaderInfo.COD getNewCOD()
public HeaderInfo.COC getNewCOC()
public HeaderInfo.RGN getNewRGN()
public HeaderInfo.QCD getNewQCD()
public HeaderInfo.QCC getNewQCC()
public HeaderInfo.POC getNewPOC()
public HeaderInfo.CRG getNewCRG()
public HeaderInfo.COM getNewCOM()
public int getNumCOM()
public String toStringMainHeader()
public String toStringTileHeader(int t, int ntp)
t - index of the tiletp - Number of tile-partspublic String toStringThNoSOT(int t, int ntp)
t - index of the tiletp - Number of tile-partspublic HeaderInfo getCopy(int nt)
Copyright © 2014 Open Microscopy Environment