Packageorg.openscales.core.handler.mouse
Classpublic class WheelHandler
InheritanceWheelHandler Inheritance Handler Inheritance Object

Handler use to zoom in and zoom out the map thanks to the mouse wheel.



Public Properties
 PropertyDefined By
 Inheritedactive : Boolean
Getter and setter of the boolean defining the activity of the handler
Handler
 Inheritedmap : Map
Getter and setter of the map associated to the handler
Handler
 InheritedtoggleHandlerActivity : Function
Getter and setter of the callback function used when the handler's activity changes
Handler
Public Methods
 MethodDefined By
  
WheelHandler(target:Map = null, active:Boolean = true)
WheelHandler
Protected Methods
 MethodDefined By
  
[override]
WheelHandler
 Inherited
Remove the listeners to the associated map
Handler
Constructor Detail
WheelHandler()Constructor
public function WheelHandler(target:Map = null, active:Boolean = true)



Parameters
target:Map (default = null)
 
active:Boolean (default = true)
Method Detail
registerListeners()method
override protected function registerListeners():void