public class PrecCoordInfo extends CoordInfo
| Modifier and Type | Field and Description | 
|---|---|
| int | xrefHorizontal upper left coordinate in the reference grid | 
| int | yrefVertical upper left coordinate on the reference grid | 
| Constructor and Description | 
|---|
| PrecCoordInfo()Empty Constructor. | 
| PrecCoordInfo(int ulx,
             int uly,
             int w,
             int h,
             int xref,
             int yref)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | toString()Returns precinct's information in a String | 
public int xref
public int yref
public PrecCoordInfo(int ulx,
             int uly,
             int w,
             int h,
             int xref,
             int yref)
ulx - Horizontal upper left coordinate in the subbanduly - Vertical upper left coordinate in the subbandw - Precint's widthh - Precinct's heightxref - The horizontal coordinate on the reference gridyref - The vertical coordinate on the reference gridpublic PrecCoordInfo()
Copyright © 2014 Open Microscopy Environment