| Package | org.openscales.core.cursor |
| Class | public class CrosshairCursor |
| Inheritance | CrosshairCursor flash.display.Sprite |
| Property | Defined by | ||
|---|---|---|---|
| xValue : TextField | CrosshairCursor | ||
| yValue : TextField | CrosshairCursor | ||
| Property | Defined by | ||
|---|---|---|---|
| mapCoordinatesNumDigits : int = 3 | CrosshairCursor | ||
| Method | Defined by | ||
|---|---|---|---|
|
Cursor constructor
| CrosshairCursor | ||
| Method | Defined by | ||
|---|---|---|---|
|
updateCursor(event:MouseEvent):void
Update the cursor depending on the mouse position on the stage.
| CrosshairCursor | ||
| mapCoordinatesNumDigits | property |
protected var mapCoordinatesNumDigits:int = 3
| xValue | property |
public var xValue:TextField
| yValue | property |
public var yValue:TextField
| CrosshairCursor | () | constructor |
public function CrosshairCursor()Cursor constructor
| updateCursor | () | method |
protected function updateCursor(event:MouseEvent):voidUpdate the cursor depending on the mouse position on the stage.
Parametersevent:MouseEvent |