Packageorg.openscales.core.control
Interfacepublic interface IControl extends IHandler
Implementors Control

Controls affect the display or behavior of the map. They allow everything from panning and zooming to displaying a scale indicator.



Public Properties
 PropertyDefined By
 Inheritedactive : Boolean
Usually used to register or unregister event listeners
IHandler
 Inheritedmap : Map
The map that is controlled by this handler
IHandler
  position : Pixel
IControl
  x : Number
IControl
  y : Number
IControl
Public Methods
 MethodDefined By
  
destroy():void
IControl
  
draw():void
IControl
  
IControl
Property Detail
positionproperty
position:Pixel


Implementation
    public function get position():Pixel
    public function set position(value:Pixel):void
xproperty 
x:Number


Implementation
    public function get x():Number
    public function set x(value:Number):void
yproperty 
y:Number


Implementation
    public function get y():Number
    public function set y(value:Number):void
Method Detail
destroy()method
public function destroy():void

draw()method 
public function draw():void

onMapLanguageChange()method 
public function onMapLanguageChange(event:I18NEvent):void

Parameters

event:I18NEvent