|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.event.MouseMotionAdapter | +--org.apache.batik.swing.JSVGCanvas.LocationListener
Helper class. Simply keeps track of the last known mouse position over the canvas.
Field Summary | |
protected int |
lastX
|
protected int |
lastY
|
Constructor Summary | |
protected |
JSVGCanvas.LocationListener()
|
Method Summary | |
int |
getLastX()
|
int |
getLastY()
|
void |
mouseMoved(java.awt.event.MouseEvent evt)
|
Methods inherited from class java.awt.event.MouseMotionAdapter |
mouseDragged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int lastX
protected int lastY
Constructor Detail |
protected JSVGCanvas.LocationListener()
Method Detail |
public void mouseMoved(java.awt.event.MouseEvent evt)
mouseMoved
in class java.awt.event.MouseMotionAdapter
public int getLastX()
public int getLastY()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |