public abstract class AbstractMapGesture extends java.lang.Object implements MapGesture
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractMapGesture(MapApp app,
boolean altUsed,
boolean controlUsed,
boolean shiftUsed) |
|
AbstractMapGesture(MapApp app,
MapMouseEvent event) |
| Modifier and Type | Method and Description |
|---|---|
MapApp |
getApp() |
boolean |
isAltUsed() |
boolean |
isControlUsed() |
boolean |
isShiftUsed() |
protected AbstractMapGesture(MapApp app, boolean altUsed, boolean controlUsed, boolean shiftUsed)
public AbstractMapGesture(MapApp app, MapMouseEvent event)
public MapApp getApp()
getApp in interface MapGesturepublic boolean isControlUsed()
isControlUsed in interface MapGesturepublic boolean isShiftUsed()
isShiftUsed in interface MapGesturepublic boolean isAltUsed()
isAltUsed in interface MapGesture