List of all members.
Public Member Functions |
|
void | compute () |
| void | paint (Graphics2D g, Sequence sequence, IcyCanvas canvas) |
| void | keyPressed (KeyEvent e, Point2D imagePoint, IcyCanvas canvas) |
| void | keyReleased (KeyEvent e, Point2D imagePoint, IcyCanvas canvas) |
| void | mouseClick (MouseEvent e, Point2D imagePoint, IcyCanvas canvas) |
| void | mouseDrag (MouseEvent e, Point2D imagePoint, IcyCanvas canvas) |
| void | mouseMove (MouseEvent e, Point2D imagePoint, IcyCanvas canvas) |
| void | mousePressed (MouseEvent e, Point2D imagePoint, IcyCanvas canvas) |
| void | mouseReleased (MouseEvent e, Point2D imagePoint, IcyCanvas canvas) |
Member Function Documentation
| void plugins.tutorial.painter.SimplePainter01.keyPressed |
( |
KeyEvent |
e, |
|
|
Point2D |
imagePoint, |
|
|
IcyCanvas |
canvas |
|
) |
| |
- Parameters:
-
| e | key event |
| imagePoint | mouse position in image coordinates |
| canvas | icy canvas |
Implements icy.painter.Painter.
| void plugins.tutorial.painter.SimplePainter01.keyReleased |
( |
KeyEvent |
e, |
|
|
Point2D |
imagePoint, |
|
|
IcyCanvas |
canvas |
|
) |
| |
- Parameters:
-
| e | key event |
| imagePoint | mouse position in image coordinates |
| canvas | icy canvas |
Implements icy.painter.Painter.
| void plugins.tutorial.painter.SimplePainter01.mouseClick |
( |
MouseEvent |
e, |
|
|
Point2D |
imagePoint, |
|
|
IcyCanvas |
canvas |
|
) |
| |
- Parameters:
-
| e | mouse event |
| imagePoint | mouse position in image coordinates |
| canvas | icy canvas |
Implements icy.painter.Painter.
| void plugins.tutorial.painter.SimplePainter01.mouseDrag |
( |
MouseEvent |
e, |
|
|
Point2D |
imagePoint, |
|
|
IcyCanvas |
canvas |
|
) |
| |
- Parameters:
-
| e | mouse event |
| imagePoint | mouse position in image coordinates |
| canvas | icy canvas |
Implements icy.painter.Painter.
| void plugins.tutorial.painter.SimplePainter01.mouseMove |
( |
MouseEvent |
e, |
|
|
Point2D |
imagePoint, |
|
|
IcyCanvas |
canvas |
|
) |
| |
- Parameters:
-
| e | mouse event |
| imagePoint | mouse position in image coordinates |
| canvas | icy canvas |
Implements icy.painter.Painter.
| void plugins.tutorial.painter.SimplePainter01.mousePressed |
( |
MouseEvent |
e, |
|
|
Point2D |
imagePoint, |
|
|
IcyCanvas |
canvas |
|
) |
| |
- Parameters:
-
| e | mouse event |
| imagePoint | mouse position in image coordinates |
| canvas | icy canvas |
Implements icy.painter.Painter.
| void plugins.tutorial.painter.SimplePainter01.mouseReleased |
( |
MouseEvent |
e, |
|
|
Point2D |
imagePoint, |
|
|
IcyCanvas |
canvas |
|
) |
| |
- Parameters:
-
| e | mouse event |
| imagePoint | mouse position in image coordinates |
| canvas | icy canvas |
Implements icy.painter.Painter.
| void plugins.tutorial.painter.SimplePainter01.paint |
( |
Graphics2D |
g, |
|
|
Sequence |
sequence, |
|
|
IcyCanvas |
canvas |
|
) |
| |
The documentation for this class was generated from the following file:
- C:/Documents and Settings/Administrator/quia2/ICY Kernel/plugins/tutorial/painter/SimplePainter01.java