|
| | Line (int ox1, int oy1, int ox2, int oy2) |
| |
| | Line (int ox, int oy, ImagePlus imp) |
| |
| | Line (int ox1, int oy1, int ox2, int oy2, ImagePlus imp) |
| |
| void | draw (Graphics g) |
| |
| double | getLength () |
| |
| double | getRawLength () |
| |
| double[] | getPixels () |
| |
|
void | drawPixels () |
| |
|
boolean | contains (int x, int y) |
| |
| int | isHandle (int sx, int sy) |
| |
| void | nudgeCorner (int key) |
| |
| | 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 xend, int yend) |
| |
|
void | moveHandle (int ox, int oy) |
| |
|
void | mouseDownInHandle (int handle, int sx, int sy) |
| |
|
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 () |
| |
This class represents a straight line selection.
Definition at line 11 of file Line.java.