public abstract class CoordInfo
extends java.lang.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
|
Constructor and Description |
---|
CoordInfo()
Empty contructor
|
CoordInfo(int ulx,
int uly,
int w,
int h)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns object's information in a String
|
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 heightidx
- The object's indexpublic CoordInfo()
Copyright © 2014 Open Microscopy Environment