|
| Roi (int x, int y, int width, int height) |
|
| Roi (int x, int y, ImagePlus imp) |
|
| Roi (int x, int y, int width, int height, ImagePlus imp) |
|
void | setLocation (int x, int y) |
|
void | setImage (ImagePlus imp) |
|
int | getType () |
|
int | getState () |
|
double | getLength () |
|
double | getFeretsDiameter () |
|
Rectangle | getBounds () |
|
Rectangle | getBoundingRect () |
|
Polygon | getPolygon () |
|
synchronized Object | clone () |
|
void | nudge (int key) |
|
void | nudgeCorner (int key) |
|
void | draw (Graphics g) |
|
void | drawPixels () |
|
boolean | contains (int x, int y) |
|
int | isHandle (int sx, int sy) |
|
void | modifyRoi () |
|
ImageProcessor | getMask () |
|
void | endPaste () |
|
void | abortPaste () |
|
double | getAngle (int x1, int y1, int x2, int y2) |
|
String | getName () |
|
void | setName (String name) |
|
int | getPasteMode () |
|
boolean | isArea () |
|
String | getTypeAsString () |
|
String | toString () |
|
|
void | grow (int xNew, int yNew) |
|
void | moveHandle (int ox, int oy) |
|
void | updateClipRect () |
|
void | handleMouseDrag (int sx, int sy, int flags) |
|
void | mouseDownInHandle (int handle, int sx, int sy) |
|
void | handleMouseDown (int sx, int sy) |
|
void | handleMouseUp (int screenX, int screenY) |
|
void | showStatus () |
|
A rectangular region of interest and superclass for the other ROI classes.
Definition at line 13 of file Roi.java.