|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | 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 interface java.awt.event.MouseMotionListenermouseMoved in class java.awt.event.MouseMotionAdapterpublic int getLastX()
public int getLastY()
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||