Class JSVGCanvas.LocationListener
java.lang.Object
java.awt.event.MouseMotionAdapter
org.apache.batik.swing.JSVGCanvas.LocationListener
- All Implemented Interfaces:
MouseMotionListener, EventListener
- Enclosing class:
JSVGCanvas
Helper class. Simply keeps track of the last known mouse
position over the canvas.
- Version:
- $Id$
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class MouseMotionAdapter
mouseDragged
-
Field Details
-
lastX
protected int lastX -
lastY
protected int lastY
-
-
Constructor Details
-
LocationListener
public LocationListener()
-
-
Method Details
-
mouseMoved
- Specified by:
mouseMovedin interfaceMouseMotionListener- Overrides:
mouseMovedin classMouseMotionAdapter
-
getLastX
public int getLastX() -
getLastY
public int getLastY()
-