com.supermap.web.actions
public class TouchAction
继承 TouchAction Inheritance Object



公共方法
  方法 定义方
   
TouchAction
   
disable():void
TouchAction
   
enable():void
TouchAction
受保护的方法
  方法 定义方
   
map_touchBeginHandler(event:TouchEvent):void
TouchAction
   
map_touchEndHandler(event:TouchEvent):void
TouchAction
   
map_touchMoveHandler(event:TouchEvent):void
TouchAction
   
map_touchRollOutHandler(event:TouchEvent):void
TouchAction
构造函数详细信息
TouchAction () 构造函数
public function TouchAction(map:Map)



参数
map:Map
方法详细描述
disable () 方法
public function disable():void

enable () 方法  
public function enable():void

map_touchBeginHandler () 方法  
protected function map_touchBeginHandler(event:TouchEvent):void

参数

event:TouchEvent

map_touchEndHandler () 方法  
protected function map_touchEndHandler(event:TouchEvent):void

参数

event:TouchEvent

map_touchMoveHandler () 方法  
protected function map_touchMoveHandler(event:TouchEvent):void

参数

event:TouchEvent

map_touchRollOutHandler () 方法  
protected function map_touchRollOutHandler(event:TouchEvent):void

参数

event:TouchEvent