Package org.apache.batik.swing
Class JSVGCanvas.LocationListener
- java.lang.Object
-
- java.awt.event.MouseMotionAdapter
-
- org.apache.batik.swing.JSVGCanvas.LocationListener
-
- All Implemented Interfaces:
java.awt.event.MouseMotionListener
,java.util.EventListener
- Enclosing class:
- JSVGCanvas
protected class JSVGCanvas.LocationListener extends java.awt.event.MouseMotionAdapter
Helper class. Simply keeps track of the last known mouse position over the canvas.
-
-
Constructor Summary
Constructors Constructor Description LocationListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLastX()
int
getLastY()
void
mouseMoved(java.awt.event.MouseEvent evt)
-