Packagecom.ithaca.timeline
Classpublic class Cursor
InheritanceCursor Inheritance spark.components.Group
Implements mx.binding.IBindingClient

Cursor that moves according to the current time of the Timeline. Two Cursors are required by skin parts of the Timeline class.

The first is bound to the global time ruler (timeline.globalCursor) and the second is bound to the selected context time ruler (timeline.contextCursor).

Default MXML PropertymxmlContent

See also

Timeline


Public Properties
 PropertyDefined By
  cursor : Group
Cursor
  isDragging : Boolean = false
Cursor
  timeline : Timeline
Cursor
  timeRuler : TimeRuler
Cursor
  tt : TimeToolTip
Cursor
  withToolTip : Boolean = false
Cursor
Public Methods
 MethodDefined By
  
Constructor.
Cursor
Protected Methods
 MethodDefined By
  
creationCompleteHandler(event:Event):void
Cursor
  
onToolTipShow(event:Event):void
Cursor
Property Detail
cursorproperty
public var cursor:Group

This property can be used as the source for data binding.

isDraggingproperty 
public var isDragging:Boolean = false

This property can be used as the source for data binding.

timelineproperty 
public var timeline:Timeline

This property can be used as the source for data binding.

timeRulerproperty 
public var timeRuler:TimeRuler

This property can be used as the source for data binding.

ttproperty 
public var tt:TimeToolTip

This property can be used as the source for data binding.

withToolTipproperty 
public var withToolTip:Boolean = false

Constructor Detail
Cursor()Constructor
public function Cursor()

Constructor.

Method Detail
creationCompleteHandler()method
protected function creationCompleteHandler(event:Event):void

Parameters

event:Event

onToolTipShow()method 
protected function onToolTipShow(event:Event):void

Parameters

event:Event