|
|
| FreehandRoi (int x, int y, ImagePlus imp) |
| |
| | PolygonRoi (int[] xPoints, int[] yPoints, int nPoints, int type) |
| |
| | PolygonRoi (Polygon p, int type) |
| |
| | PolygonRoi (int[] xPoints, int[] yPoints, int nPoints, ImagePlus imp, int type) |
| |
| | PolygonRoi (int ox, int oy, ImagePlus imp) |
| |
|
void | draw (Graphics g) |
| |
|
void | drawPixels () |
| |
|
void | fitSpline (int evaluationPoints) |
| |
|
boolean | contains (int x, int y) |
| |
| int | isHandle (int sx, int sy) |
| |
| ImageProcessor | getMask () |
| |
| double | getLength () |
| |
| double | getFeretsDiameter () |
| |
| double | getAngle () |
| |
| int | getNCoordinates () |
| |
| int[] | getXCoordinates () |
| |
| int[] | getYCoordinates () |
| |
| Polygon | getPolygon () |
| |
| synchronized Object | clone () |
| |
| | 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 ox, int oy) |
| |
|
void | handleMouseUp (int screenX, int screenY) |
| |
|
void | grow (int x, int y) |
| |
|
void | updatePolygon () |
| |
|
void | moveHandle (int ox, int oy) |
| |
|
void | mouseDownInHandle (int handle, int sx, int sy) |
| |
|
void | handleMouseUp (int sx, int sy) |
| |
|
void | addOffset () |
| |
|
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 () |
| |
Freehand region of interest or freehand line of interest
Definition at line 8 of file FreehandRoi.java.