|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.event.MouseMotionAdapter
org.apache.batik.swing.JSVGCanvas.LocationListener
protected class 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 | |
---|---|
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 |
---|
public JSVGCanvas.LocationListener()
Method Detail |
---|
public void mouseMoved(java.awt.event.MouseEvent evt)
mouseMoved
in interface java.awt.event.MouseMotionListener
mouseMoved
in class java.awt.event.MouseMotionAdapter
public int getLastX()
public int getLastY()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |