protected class JSVGCanvas.LocationListener extends MouseMotionAdapter
Modifier and Type | Field and Description |
---|---|
protected int |
lastX |
protected int |
lastY |
Constructor and Description |
---|
JSVGCanvas.LocationListener() |
Modifier and Type | Method and Description |
---|---|
int |
getLastX() |
int |
getLastY() |
void |
mouseMoved(MouseEvent evt) |
mouseDragged
public void mouseMoved(MouseEvent evt)
mouseMoved
in interface MouseMotionListener
mouseMoved
in class MouseMotionAdapter
public int getLastX()
public int getLastY()
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.