public class PrecInfo
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| CBlkCoordInfo[][][] | cblkCode-blocks belonging to this precinct in each subbands of the
 resolution level | 
| int | hPrecinct height in the corresponding resolution level | 
| int[] | nblkNumber of code-blocks in each subband belonging to this precinct | 
| int | rResolution level index | 
| int | rghPrecinct height reported in the reference grid | 
| int | rgulxPrecinct horizontal upper-left coordinate in the reference grid | 
| int | rgulyPrecinct vertical upper-left coordinate in the reference grid | 
| int | rgwPrecinct width reported in the reference grid | 
| int | ulxPrecinct horizontal upper-left coordinate in the corresponding
 resolution level | 
| int | ulyPrecinct vertical upper-left coordinate in the corresponding
 resolution level | 
| int | wPrecinct width in the corresponding resolution level | 
| Constructor and Description | 
|---|
| PrecInfo(int r,
        int ulx,
        int uly,
        int w,
        int h,
        int rgulx,
        int rguly,
        int rgw,
        int rgh)Class constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | toString()Returns PrecInfo object information in a String | 
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
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.Copyright © 2014 Open Microscopy Environment