public static class GeoMap.DragEndEvent
extends java.util.EventObject
Constructor and Description |
---|
DragEndEvent(java.lang.Object source,
org.locationtech.jts.geom.Point center,
GeoMap.Bounds bounds) |
Modifier and Type | Method and Description |
---|---|
GeoMap.Bounds |
getBounds() |
org.locationtech.jts.geom.Point |
getCenter() |
GeoMap |
getSource() |
public DragEndEvent(java.lang.Object source, org.locationtech.jts.geom.Point center, GeoMap.Bounds bounds)
public org.locationtech.jts.geom.Point getCenter()
public GeoMap.Bounds getBounds()
public GeoMap getSource()
getSource
in class java.util.EventObject