List of all members.
Public Member Functions |
| Point2D | getCursorPosition () |
| void | setCursorPosition (Point2D position) |
| float | getCursorSize () |
| void | setCursorSize (float value) |
| float | getAlphaLevel () |
| void | setAlphaLevel (float value) |
| Color | getCursorColor () |
| void | setCursorColor (Color value) |
|
void | addToMask (Point2D pos) |
|
void | removeFromMask (Point2D pos) |
| void | onChanged (EventHierarchicalChecker object) |
| void | keyPressed (KeyEvent e, Point2D imagePoint, IcyCanvas canvas) |
| void | mousePressed (MouseEvent e, Point2D imagePoint, IcyCanvas canvas) |
| void | mouseReleased (MouseEvent e, Point2D imagePoint, IcyCanvas canvas) |
| void | mouseDrag (MouseEvent e, Point2D imagePoint, IcyCanvas canvas) |
| void | paint (Graphics2D g, Sequence sequence, IcyCanvas canvas) |
Package Functions |
|
void | updateCursor () |
Member Function Documentation
| float icy.roi.ROI2DArea.ROI2DAreaPainter.getAlphaLevel |
( |
| ) |
|
| Color icy.roi.ROI2DArea.ROI2DAreaPainter.getCursorColor |
( |
| ) |
|
| Point2D icy.roi.ROI2DArea.ROI2DAreaPainter.getCursorPosition |
( |
| ) |
|
- Returns:
- the cursor position
| float icy.roi.ROI2DArea.ROI2DAreaPainter.getCursorSize |
( |
| ) |
|
| void icy.roi.ROI2DArea.ROI2DAreaPainter.keyPressed |
( |
KeyEvent |
e, |
|
|
Point2D |
imagePoint, |
|
|
IcyCanvas |
canvas |
|
) |
| |
- Parameters:
-
| e | key event |
| imagePoint | mouse position in image coordinates |
| canvas | icy canvas |
Reimplemented from icy.roi.ROI2D.ROI2DPainter.
| void icy.roi.ROI2DArea.ROI2DAreaPainter.mouseDrag |
( |
MouseEvent |
e, |
|
|
Point2D |
imagePoint, |
|
|
IcyCanvas |
canvas |
|
) |
| |
- Parameters:
-
| e | mouse event |
| imagePoint | mouse position in image coordinates |
| canvas | icy canvas |
Reimplemented from icy.roi.ROI2D.ROI2DPainter.
| void icy.roi.ROI2DArea.ROI2DAreaPainter.mousePressed |
( |
MouseEvent |
e, |
|
|
Point2D |
imagePoint, |
|
|
IcyCanvas |
canvas |
|
) |
| |
- Parameters:
-
| e | mouse event |
| imagePoint | mouse position in image coordinates |
| canvas | icy canvas |
Reimplemented from icy.roi.ROI2D.ROI2DPainter.
| void icy.roi.ROI2DArea.ROI2DAreaPainter.mouseReleased |
( |
MouseEvent |
e, |
|
|
Point2D |
imagePoint, |
|
|
IcyCanvas |
canvas |
|
) |
| |
| void icy.roi.ROI2DArea.ROI2DAreaPainter.paint |
( |
Graphics2D |
g, |
|
|
Sequence |
sequence, |
|
|
IcyCanvas |
canvas |
|
) |
| |
| void icy.roi.ROI2DArea.ROI2DAreaPainter.setAlphaLevel |
( |
float |
value | ) |
|
- Parameters:
-
| value | the alphaLevel to set |
| void icy.roi.ROI2DArea.ROI2DAreaPainter.setCursorColor |
( |
Color |
value | ) |
|
- Parameters:
-
| value | the cursorColor to set |
| void icy.roi.ROI2DArea.ROI2DAreaPainter.setCursorPosition |
( |
Point2D |
position | ) |
|
- Parameters:
-
| position | the cursor position to set |
| void icy.roi.ROI2DArea.ROI2DAreaPainter.setCursorSize |
( |
float |
value | ) |
|
- Parameters:
-
| value | the cursorSize to set |
The documentation for this class was generated from the following file:
- C:/Documents and Settings/Administrator/quia2/ICY Kernel/icy/roi/ROI2DArea.java