Packageardisia.components.timeline.themes.spark.skins
Classpublic class TimelineSkin
InheritanceTimelineSkin Inheritance spark.components.supportClasses.Skin
Implements mx.core.IStateClient2

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  contentGroup : Group
TimelineSkin
  dataTipFactoryPart : ClassFactory
TimelineSkin
  defaultIntervalModesPart : Array
TimelineSkin
  fill : SolidColor
TimelineSkin
  headerItemRendererFactoryPart : ClassFactory
TimelineSkin
  hScrollBarFactoryPart : ClassFactory
TimelineSkin
  itemRendererFactoryPart : ClassFactory
TimelineSkin
  seriesItemRendererFactoryPart : ClassFactory
TimelineSkin
  seriesLabelRendererFactoryPart : ClassFactory
TimelineSkin
  stroke : SolidColorStroke
TimelineSkin
  vScrollBarFactoryPart : ClassFactory
TimelineSkin
Protected Properties
 PropertyDefined By
  _backgroundAlpha : Number = 0
TimelineSkin
  _backgroundColor : Number = 0
TimelineSkin
  _borderAlpha : Number = 0
TimelineSkin
  _borderColor : Number = 0
TimelineSkin
  _borderVisible : Boolean
TimelineSkin
  stylesChanged : Boolean
TimelineSkin
Public Methods
 MethodDefined By
  
Constructor.
TimelineSkin
  
styleChanged(styleProp:String):void
[override]
TimelineSkin
Protected Methods
 MethodDefined By
  
[override]
TimelineSkin
  
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
TimelineSkin
Property Detail
_backgroundAlphaproperty
protected var _backgroundAlpha:Number = 0

_backgroundColorproperty 
protected var _backgroundColor:Number = 0

_borderAlphaproperty 
protected var _borderAlpha:Number = 0

_borderColorproperty 
protected var _borderColor:Number = 0

_borderVisibleproperty 
protected var _borderVisible:Boolean

contentGroupproperty 
public var contentGroup:Group

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

dataTipFactoryPartproperty 
public var dataTipFactoryPart:ClassFactory

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

defaultIntervalModesPartproperty 
public var defaultIntervalModesPart:Array

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

fillproperty 
public var fill:SolidColor

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

headerItemRendererFactoryPartproperty 
public var headerItemRendererFactoryPart:ClassFactory

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

hScrollBarFactoryPartproperty 
public var hScrollBarFactoryPart:ClassFactory

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

itemRendererFactoryPartproperty 
public var itemRendererFactoryPart:ClassFactory

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

seriesItemRendererFactoryPartproperty 
public var seriesItemRendererFactoryPart:ClassFactory

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

seriesLabelRendererFactoryPartproperty 
public var seriesLabelRendererFactoryPart:ClassFactory

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

strokeproperty 
public var stroke:SolidColorStroke

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

stylesChangedproperty 
protected var stylesChanged:Boolean

vScrollBarFactoryPartproperty 
public var vScrollBarFactoryPart:ClassFactory

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

Constructor Detail
TimelineSkin()Constructor
public function TimelineSkin()

Constructor.

Method Detail
commitProperties()method
override protected function commitProperties():void

styleChanged()method 
override public function styleChanged(styleProp:String):void

Parameters

styleProp:String

updateDisplayList()method 
override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void

Parameters

unscaledWidth:Number
 
unscaledHeight:Number