Class Viewer.Controller.ImageCanvasMoveListener
All Packages Class Hierarchy This Package Previous Next Index
Class Viewer.Controller.ImageCanvasMoveListener
Object
|
+----MouseAdapter
|
+----ImageCanvasMouseEventListener
|
+----Viewer.Controller.ImageCanvasMoveListener
- public class ImageCanvasMoveListener
- extends ImageCanvasMouseEventListener
This class handles the MouseEvents for moving a PresentationStateGraphicObject.
- Author:
- Klaus Kleber
- Since:
- 30.04.1999
- See Also:
- ImageCanvas, ImageCanvasMouseEventListener
-
Viewer.Controller.ImageCanvasMoveListener(ScreenImageHandler)
- Construct an EventImageCanvas.
-
mouseDragged(MouseEvent)
- Overwrites the function form the superclass.
-
mouseMoved(MouseEvent)
- Moves the PresentationStateGraphicObject.
-
mousePressed(MouseEvent)
- Stops moving the PresentationStateGraphicObject.
ImageCanvasMoveListener
public ImageCanvasMoveListener(ScreenImageHandler screenImageHandler)
- Construct an EventImageCanvas.
- Parameters:
- screenImageHandler - Contains the cruuent ScreenImageHandler
- Since:
- 30.04.1999
mouseDragged
public void mouseDragged(MouseEvent e)
- Overwrites the function form the superclass.
- Parameters:
- e - MouseEvent
- Overrides:
- mouseDragged in class ImageCanvasMouseEventListener
- Since:
- 30.04.1999
mouseMoved
public void mouseMoved(MouseEvent e)
- Moves the PresentationStateGraphicObject.
- Parameters:
- e - MouseEvent
- Overrides:
- mouseMoved in class ImageCanvasMouseEventListener
- Since:
- 30.04.1999
mousePressed
public void mousePressed(MouseEvent e)
- Stops moving the PresentationStateGraphicObject.
- Parameters:
- e - MouseEvent
- Overrides:
- mousePressed in class ImageCanvasMouseEventListener
- Since:
- 30.04.1999
All Packages Class Hierarchy This Package Previous Next Index