|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--jj2000.j2k.codestream.PrecInfo
Class that holds precinct coordinates and references to contained code-blocks in each subband.
| Field Summary | |
CBlkCoordInfo[][][] |
cblk
Code-blocks belonging to this precinct in each subbands of the resolution level |
int |
h
Precinct height in the corresponding resolution level |
int[] |
nblk
Number of code-blocks in each subband belonging to this precinct |
int |
r
Resolution level index |
int |
rgh
Precinct height reported in the reference grid |
int |
rgulx
Precinct horizontal upper-left coordinate in the reference grid |
int |
rguly
Precinct vertical upper-left coordinate in the reference grid |
int |
rgw
Precinct width reported in the reference grid |
int |
ulx
Precinct horizontal upper-left coordinate in the corresponding resolution level |
int |
uly
Precinct vertical upper-left coordinate in the corresponding resolution level |
int |
w
Precinct width in the corresponding resolution level |
| Constructor Summary | |
PrecInfo(int r,
int ulx,
int uly,
int w,
int h,
int rgulx,
int rguly,
int rgw,
int rgh)
Class constructor. |
|
| Method Summary | |
java.lang.String |
toString()
Returns PrecInfo object information in a String |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public int rgulx
public int rguly
public int rgw
public int rgh
public int ulx
public int uly
public int w
public int h
public int r
public CBlkCoordInfo[][][] cblk
public int[] nblk
| Constructor Detail |
public PrecInfo(int r,
int ulx,
int uly,
int w,
int h,
int rgulx,
int rguly,
int rgw,
int rgh)
r - Resolution level index.ulx - Precinct horizontal offset.uly - Precinct vertical offset.w - Precinct width.h - Precinct height.rgulx - Precinct horizontal offset in the image reference grid.rguly - Precinct horizontal offset in the image reference grid.rgw - Precinct width in the reference grid.rgh - Precinct height in the reference grid.| Method Detail |
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||