public class MapMouseDragGesture extends MapMouseGesture
| Constructor and Description |
|---|
MapMouseDragGesture(MapApp app,
MapMouseEvent event,
XyPoint startMapPoint,
XyPoint startPixelPoint,
XyPoint fromMapPoint,
XyPoint fromPixelPoint) |
| Modifier and Type | Method and Description |
|---|---|
XyPoint |
getFromMapPoint() |
XyPoint |
getFromPixelPoint() |
XyPoint |
getStartMapPoint() |
XyPoint |
getStartPixelPoint() |
XyPoint |
getToMapPoint() |
XyPoint |
getToPixelPoint() |
isLeftButtonUsed, isMiddleButtonUsed, isRightButtonUsedgetApp, isAltUsed, isControlUsed, isShiftUsedpublic XyPoint getStartMapPoint()
public XyPoint getStartPixelPoint()
public XyPoint getFromMapPoint()
public XyPoint getFromPixelPoint()
public XyPoint getToMapPoint()
public XyPoint getToPixelPoint()