List of all members.
Public Member Functions |
| void | paint (Graphics2D g, Sequence sequence, IcyCanvas canvas) |
| void | keyPressed (KeyEvent e, Point2D imagePoint, IcyCanvas canvas) |
| void | mouseClick (MouseEvent e, Point2D p, IcyCanvas canvas) |
| void | mouseDrag (MouseEvent e, Point2D p, IcyCanvas canvas) |
| void | mouseMove (MouseEvent e, Point2D p, IcyCanvas canvas) |
| void | keyReleased (KeyEvent e, Point2D imagePoint, IcyCanvas canvas) |
| void | mousePressed (MouseEvent e, Point2D imagePoint, IcyCanvas canvas) |
| void | mouseReleased (MouseEvent e, Point2D imagePoint, IcyCanvas canvas) |
Package Attributes |
|
final Sequence | seq |
Detailed Description
Member Function Documentation
| void plugins.tutorial.vtk.Painter3DExampleCube.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.vtk.Painter3DExampleCube.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.vtk.Painter3DExampleCube.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.vtk.Painter3DExampleCube.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.vtk.Painter3DExampleCube.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.vtk.Painter3DExampleCube.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.vtk.Painter3DExampleCube.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.vtk.Painter3DExampleCube.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/vtk/Painter3DExampleCube.java