| Package | org.openscales.core.control |
| Interface | public interface IControl extends IHandler |
| Implementors | Control |
| Property | Defined By | ||
|---|---|---|---|
![]() | active : Boolean
Usually used to register or unregister event listeners
| IHandler | |
![]() | map : Map
The map that is controlled by this handler
| IHandler | |
| position : Pixel | IControl | ||
| x : Number | IControl | ||
| y : Number | IControl | ||
| Method | Defined By | ||
|---|---|---|---|
destroy():void | IControl | ||
draw():void | IControl | ||
onMapLanguageChange(event:I18NEvent):void | IControl | ||
| position | property |
position:Pixel public function get position():Pixel public function set position(value:Pixel):void| x | property |
x:Number public function get x():Number public function set x(value:Number):void| y | property |
y:Number public function get y():Number public function set y(value:Number):void| destroy | () | method |
public function destroy():void| draw | () | method |
public function draw():void| onMapLanguageChange | () | method |