Package | Description |
---|---|
org.metalev.multitouch.controller | |
org.osmdroid.views |
Modifier and Type | Method and Description |
---|---|
T |
MultiTouchController.MultiTouchObjectCanvas.getDraggableObjectAtPoint(MultiTouchController.PointInfo touchPoint)
See if there is a draggable object at the current point.
|
void |
MultiTouchController.MultiTouchObjectCanvas.selectObject(T obj,
MultiTouchController.PointInfo touchPoint)
Select an object at the given point.
|
void |
MultiTouchController.PointInfo.set(MultiTouchController.PointInfo other)
Copy all fields from one PointInfo class to another.
|
boolean |
MultiTouchController.MultiTouchObjectCanvas.setPositionAndScale(T obj,
MultiTouchController.PositionAndScale newObjPosAndScale,
MultiTouchController.PointInfo touchPoint)
Callback to update the position and scale (in object coords) of the currently-dragged object.
|
Modifier and Type | Method and Description |
---|---|
Object |
MapView.getDraggableObjectAtPoint(MultiTouchController.PointInfo pt) |
void |
MapView.selectObject(Object obj,
MultiTouchController.PointInfo pt) |
boolean |
MapView.setPositionAndScale(Object obj,
MultiTouchController.PositionAndScale aNewObjPosAndScale,
MultiTouchController.PointInfo aTouchPoint) |
Copyright © 2015. All Rights Reserved.