public abstract class CoordInfo extends Object
PrecCoordInfo
,
CBlkCoordInfo
Modifier and Type | Field and Description |
---|---|
int |
h
Object's height
|
int |
ulx
Horizontal upper left coordinate in the subband
|
int |
uly
Vertical upper left coordinate in the subband
|
int |
w
Object's width
|
public int ulx
public int uly
public int w
public int h
public CoordInfo(int ulx, int uly, int w, int h)
ulx
- The horizontal upper left coordinate in the subbanduly
- The vertical upper left coordinate in the subbandw
- The widthh
- The heightpublic CoordInfo()
Copyright © 2016 Open Microscopy Environment