| Property | Defined By | ||
|---|---|---|---|
| changed : int = -1 | FixationViewer | ||
| leftEyeView : Canvas | FixationViewer | ||
| _move : Move | FixationViewer | ||
| rightEyeView : Canvas | FixationViewer | ||
| showed : Boolean = false | FixationViewer | ||
| _text : TextArea | FixationViewer | ||
| _zoom : Zoom | FixationViewer | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | FixationViewer | ||
blink_clickHandler(event:MouseEvent):void | FixationViewer | ||
clickHandler():void | FixationViewer | ||
EditMode_clickHandler(event:MouseEvent):void | FixationViewer | ||
getPoints(view:Canvas):Object | FixationViewer | ||
message_clickHandler(event:MouseEvent):void | FixationViewer | ||
setFixationAlpha(alpha:Number):void | FixationViewer | ||
showHandler(event:FlexEvent):void | FixationViewer | ||
Zoom_clickHandler(event:MouseEvent):void | FixationViewer | ||
| Method | Defined By | ||
|---|---|---|---|
creationCompleteHandler(event:FlexEvent):void | FixationViewer | ||
doubleClickHandler(event:MouseEvent):void | FixationViewer | ||
editing_keyDownHandler(event:KeyboardEvent):void | FixationViewer | ||
mouseDownHandler(event:MouseEvent):void | FixationViewer | ||
mouseUpHandler(event:MouseEvent):void | FixationViewer | ||
mouseWheelHandler(event:MouseEvent):void | FixationViewer | ||
toolTipControl(event:ToolTipEvent):void | FixationViewer | ||
| _move | property |
public var _move:MoveThis property can be used as the source for data binding.
| _text | property |
public var _text:TextAreaThis property can be used as the source for data binding.
| _zoom | property |
public var _zoom:ZoomThis property can be used as the source for data binding.
| changed | property |
public var changed:int = -1| leftEyeView | property |
public var leftEyeView:CanvasThis property can be used as the source for data binding.
| rightEyeView | property |
public var rightEyeView:CanvasThis property can be used as the source for data binding.
| showed | property |
public var showed:Boolean = false| FixationViewer | () | Constructor |
public function FixationViewer()Constructor.
| blink_clickHandler | () | method |
public function blink_clickHandler(event:MouseEvent):voidParameters
event:MouseEvent |
| clickHandler | () | method |
public function clickHandler():void| creationCompleteHandler | () | method |
protected function creationCompleteHandler(event:FlexEvent):voidParameters
event:FlexEvent |
| doubleClickHandler | () | method |
protected function doubleClickHandler(event:MouseEvent):voidParameters
event:MouseEvent |
| editing_keyDownHandler | () | method |
protected function editing_keyDownHandler(event:KeyboardEvent):voidParameters
event:KeyboardEvent |
| EditMode_clickHandler | () | method |
public function EditMode_clickHandler(event:MouseEvent):voidParameters
event:MouseEvent |
| getPoints | () | method |
public function getPoints(view:Canvas):ObjectParameters
view:Canvas |
Object |
| message_clickHandler | () | method |
public function message_clickHandler(event:MouseEvent):voidParameters
event:MouseEvent |
| mouseDownHandler | () | method |
protected function mouseDownHandler(event:MouseEvent):voidParameters
event:MouseEvent |
| mouseUpHandler | () | method |
protected function mouseUpHandler(event:MouseEvent):voidParameters
event:MouseEvent |
| mouseWheelHandler | () | method |
protected function mouseWheelHandler(event:MouseEvent):voidParameters
event:MouseEvent |
| setFixationAlpha | () | method |
public function setFixationAlpha(alpha:Number):voidParameters
alpha:Number |
| showHandler | () | method |
public function showHandler(event:FlexEvent):voidParameters
event:FlexEvent |
| toolTipControl | () | method |
protected function toolTipControl(event:ToolTipEvent):voidParameters
event:ToolTipEvent |
| Zoom_clickHandler | () | method |
public function Zoom_clickHandler(event:MouseEvent):voidParameters
event:MouseEvent |