| java.lang.Object jj2000.j2k.codestream.PrecInfo
PrecInfo | public class PrecInfo (Code) | | Class that holds precinct coordinates and references to contained
code-blocks in each subband.
|
Constructor Summary | |
public | PrecInfo(int r, int ulx, int uly, int w, int h, int rgulx, int rguly, int rgw, int rgh) Class constructor. |
cblk | public CBlkCoordInfo[][][] cblk(Code) | | Code-blocks belonging to this precinct in each subbands of the
resolution level
|
h | public int h(Code) | | Precinct height in the corresponding resolution level
|
nblk | public int[] nblk(Code) | | Number of code-blocks in each subband belonging to this precinct
|
r | public int r(Code) | | Resolution level index
|
rgh | public int rgh(Code) | | Precinct height reported in the reference grid
|
rgulx | public int rgulx(Code) | | Precinct horizontal upper-left coordinate in the reference grid
|
rguly | public int rguly(Code) | | Precinct vertical upper-left coordinate in the reference grid
|
rgw | public int rgw(Code) | | Precinct width reported in the reference grid
|
ulx | public int ulx(Code) | | Precinct horizontal upper-left coordinate in the corresponding
resolution level
|
uly | public int uly(Code) | | Precinct vertical upper-left coordinate in the corresponding
resolution level
|
w | public int w(Code) | | Precinct width in the corresponding resolution level
|
PrecInfo | public PrecInfo(int r, int ulx, int uly, int w, int h, int rgulx, int rguly, int rgw, int rgh)(Code) | | Class constructor.
Parameters: r - Resolution level index. Parameters: ulx - Precinct horizontal offset. Parameters: uly - Precinct vertical offset. Parameters: w - Precinct width. Parameters: h - Precinct height. Parameters: rgulx - Precinct horizontal offset in the image reference grid. Parameters: rguly - Precinct horizontal offset in the image reference grid. Parameters: rgw - Precinct width in the reference grid. Parameters: rgh - Precinct height in the reference grid. |
toString | public String toString()(Code) | | Returns PrecInfo object information in a String
PrecInfo information |
|
|