endrov.roi
Interface ROI.Handle
- All Known Implementing Classes:
- BoxROI.BoxHandle, CompoundROI.CompoundHandle, EllipseROI.ThisHandle
- Enclosing class:
- ROI
public static interface ROI.Handle
One handle for a ROI: marks a part of a ROI (in image window).
The user can then drag this in (x,y) to resize the selection.
Method Summary |
java.lang.String |
getID()
|
double |
getX()
|
double |
getY()
|
void |
setPos(double x,
double y)
|
getID
java.lang.String getID()
getX
double getX()
getY
double getY()
setPos
void setPos(double x,
double y)