public class PrecCoordInfo extends CoordInfo
| Modifier and Type | Field and Description | 
|---|---|
int | 
xref
Horizontal upper left coordinate in the reference grid 
 | 
int | 
yref
Vertical 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. 
 | 
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