public class MapMouseWheelGesture extends MapMouseGesture
| Constructor and Description |
|---|
MapMouseWheelGesture(MapApp app,
boolean altUsed,
boolean controlUsed,
boolean shiftUsed,
boolean leftButtonUsed,
boolean rightButtonUsed,
boolean middleButtonUsed,
XyPoint mapPoint,
XyPoint pixelPoint,
int rotation) |
MapMouseWheelGesture(MapApp app,
MapMouseEvent event) |
| Modifier and Type | Method and Description |
|---|---|
XyPoint |
getMapPoint() |
XyPoint |
getPixelPoint() |
int |
getRotation() |
isLeftButtonUsed, isMiddleButtonUsed, isRightButtonUsedgetApp, isAltUsed, isControlUsed, isShiftUsedpublic MapMouseWheelGesture(MapApp app, boolean altUsed, boolean controlUsed, boolean shiftUsed, boolean leftButtonUsed, boolean rightButtonUsed, boolean middleButtonUsed, XyPoint mapPoint, XyPoint pixelPoint, int rotation)
public MapMouseWheelGesture(MapApp app, MapMouseEvent event)