public class ScrollEvent extends java.lang.Object implements MapEvent
ScrollEvent(MapView source, int x, int y)
MapView
getSource()
int
getX()
getY()
java.lang.String
toString()
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public ScrollEvent(MapView source, int x, int y)
source
x
y
public MapView getSource()
public int getX()
public int getY()
public java.lang.String toString()
toString
java.lang.Object