Packageorg.openscales.core.cursor
Classpublic class CrosshairCursor
InheritanceCrosshairCursor Inheritance flash.display.Sprite



Public Properties
 PropertyDefined by
  xValue : TextField
CrosshairCursor
  yValue : TextField
CrosshairCursor
Protected Properties
 PropertyDefined by
  mapCoordinatesNumDigits : int = 3
CrosshairCursor
Public Methods
 MethodDefined by
  
Cursor constructor
CrosshairCursor
Protected Methods
 MethodDefined by
  
updateCursor(event:MouseEvent):void
Update the cursor depending on the mouse position on the stage.
CrosshairCursor
Property detail
mapCoordinatesNumDigitsproperty
protected var mapCoordinatesNumDigits:int = 3
xValueproperty 
public var xValue:TextField
yValueproperty 
public var yValue:TextField
Constructor detail
CrosshairCursor()constructor
public function CrosshairCursor()

Cursor constructor

Method detail
updateCursor()method
protected function updateCursor(event:MouseEvent):void

Update the cursor depending on the mouse position on the stage.

Parameters
event:MouseEvent