|
ICY Version 1.0.1.0
|
Public Member Functions | |
| 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) |
| void | paint (Graphics2D g, Sequence sequence, IcyCanvas canvas) |
| void icy.painter.PainterAdaptater.keyPressed | ( | KeyEvent | e, |
| Point2D | imagePoint, | ||
| IcyCanvas | canvas | ||
| ) |
| e | key event |
| imagePoint | mouse position in image coordinates |
| canvas | icy canvas |
Implements icy.painter.Painter.
Reimplemented in icy.painter.ColorChooserPainter, icy.painter.TextPainter, icy.roi.ROI2D.ROI2DPainter, icy.roi.ROI2DArea.ROI2DAreaPainter, and plugins.tutorial.painter.SimplePainter02.MyPainter.
| void icy.painter.PainterAdaptater.keyReleased | ( | KeyEvent | e, |
| Point2D | imagePoint, | ||
| IcyCanvas | canvas | ||
| ) |
| e | key event |
| imagePoint | mouse position in image coordinates |
| canvas | icy canvas |
Implements icy.painter.Painter.
Reimplemented in icy.painter.ColorChooserPainter.
| void icy.painter.PainterAdaptater.mouseClick | ( | MouseEvent | e, |
| Point2D | imagePoint, | ||
| IcyCanvas | canvas | ||
| ) |
| e | mouse event |
| imagePoint | mouse position in image coordinates |
| canvas | icy canvas |
Implements icy.painter.Painter.
Reimplemented in icy.painter.ColorChooserPainter, plugins.tutorial.basics.AnimatedMarkPainter.ListeningClickPainter, and plugins.tutorial.painter.SimplePainter02.MyPainter.
| void icy.painter.PainterAdaptater.mouseDrag | ( | MouseEvent | e, |
| Point2D | imagePoint, | ||
| IcyCanvas | canvas | ||
| ) |
| e | mouse event |
| imagePoint | mouse position in image coordinates |
| canvas | icy canvas |
Implements icy.painter.Painter.
Reimplemented in icy.painter.Anchor2D, icy.roi.ROI2D.ROI2DPainter, icy.roi.ROI2DArea.ROI2DAreaPainter, and plugins.tutorial.painter.SimplePainter02.MyPainter.
| void icy.painter.PainterAdaptater.mouseMove | ( | MouseEvent | e, |
| Point2D | imagePoint, | ||
| IcyCanvas | canvas | ||
| ) |
| e | mouse event |
| imagePoint | mouse position in image coordinates |
| canvas | icy canvas |
Implements icy.painter.Painter.
Reimplemented in icy.painter.Anchor2D, icy.painter.CircleDragPainter, icy.roi.ROI2D.ROI2DPainter, icy.roi.ROIEdge.ROIEdgePainter, plugins.tutorial.basics.OneMarkAnimatedPainter, and plugins.tutorial.painter.SimplePainter02.MyPainter.
| void icy.painter.PainterAdaptater.mousePressed | ( | MouseEvent | e, |
| Point2D | imagePoint, | ||
| IcyCanvas | canvas | ||
| ) |
| e | mouse event |
| imagePoint | mouse position in image coordinates |
| canvas | icy canvas |
Implements icy.painter.Painter.
Reimplemented in icy.painter.ColorChooserPainter, icy.roi.ROI2D.ROI2DPainter, and icy.roi.ROI2DArea.ROI2DAreaPainter.
| void icy.painter.PainterAdaptater.mouseReleased | ( | MouseEvent | e, |
| Point2D | imagePoint, | ||
| IcyCanvas | canvas | ||
| ) |
| e | mouse event |
| imagePoint | mouse position in image coordinates |
| canvas | icy canvas |
Implements icy.painter.Painter.
Reimplemented in icy.painter.ColorChooserPainter, and icy.roi.ROI2DArea.ROI2DAreaPainter.
paint method called to draw the painter
Implements icy.painter.Painter.
Reimplemented in icy.painter.Anchor2D, icy.painter.CircleDragPainter, icy.painter.ColorChooserPainter, icy.painter.TextPainter, icy.roi.ROI2DArea.ROI2DAreaPainter, icy.roi.ROIEdge.ROIEdgePainter, plugins.tutorial.basics.IntensityOverRoiPainter, plugins.tutorial.basics.OneMarkAnimatedPainter, and plugins.tutorial.painter.SimplePainter02.MyPainter.
1.7.3