|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jm.jigl.ROI
The ROI class is the Region of Interest of a JIGL Signal
SignalCanvas
,
jigl.image.ROI
Constructor Summary | |
ROI()
Creates a Region of Interest initialized to (0,0,0,0) |
|
ROI(int a,
int b,
int c,
int d)
Creates a Region of Interest initialized to (a,b,c,d) |
Method Summary | |
int |
lx()
Returns the lower x corner of the Region of Interest |
int |
ly()
Returns the lower y corner of the Region of Interest |
void |
setROI(int a,
int b,
int c,
int d)
Sets the Region of Interest |
int |
ux()
Returns the upper x corner of the Region of Interest |
int |
uy()
Returns the upper y corner of the Region of Interest |
int |
X()
Returns the width of the Region of Interest |
int |
Y()
Returns the height of the Region of Interest |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ROI()
public ROI(int a, int b, int c, int d)
a
- upper x corner of the Region of Interestb
- upper y corner of the Region of Interestc
- lower x corner of the Region of Interestd
- lower y corner of the Region of InterestMethod Detail |
public int uy()
public int ux()
public int ly()
public int lx()
public int X()
public int Y()
public void setROI(int a, int b, int c, int d)
a
- upper x corner of the Region of Interestb
- upper y corner of the Region of Interestc
- lower x corner of the Region of Interestd
- lower y corner of the Region of Interest
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |