Uses of Class
org.metalev.multitouch.controller.MultiTouchController.PositionAndScale

Packages that use MultiTouchController.PositionAndScale
org.metalev.multitouch.controller   
org.osmdroid.views   
 

Uses of MultiTouchController.PositionAndScale in org.metalev.multitouch.controller
 

Methods in org.metalev.multitouch.controller with parameters of type MultiTouchController.PositionAndScale
 void MultiTouchController.MultiTouchObjectCanvas.getPositionAndScale(T obj, MultiTouchController.PositionAndScale objPosAndScaleOut)
          Get the screen coords of the dragged object's origin, and scale multiplier to convert screen coords to obj coords.
 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.
 

Uses of MultiTouchController.PositionAndScale in org.osmdroid.views
 

Methods in org.osmdroid.views with parameters of type MultiTouchController.PositionAndScale
 void MapView.getPositionAndScale(Object obj, MultiTouchController.PositionAndScale objPosAndScaleOut)
           
 boolean MapView.setPositionAndScale(Object obj, MultiTouchController.PositionAndScale aNewObjPosAndScale, MultiTouchController.PointInfo aTouchPoint)
           
 



Copyright © 2012. All Rights Reserved.