Packagecom.flexicious.skins.visualization
Classpublic class HorizontalLinearGaugeSkin
InheritanceHorizontalLinearGaugeSkin Inheritance spark.skins.SparkSkin
Implements IGaugeSkin, mx.binding.IBindingClient, mx.core.IStateClient2

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  dialTitleDisplay : Label
HorizontalLinearGaugeSkin
  gaugeValueDisplay : Label
HorizontalLinearGaugeSkin
  hostComponent : HorizontalLinearGauge
HorizontalLinearGaugeSkin
  needle : GaugeNeedle
HorizontalLinearGaugeSkin
  ranges : Group
HorizontalLinearGaugeSkin
  tickHolder : Group
HorizontalLinearGaugeSkin
Public Methods
 MethodDefined By
  
Constructor.
HorizontalLinearGaugeSkin
  
drawRanges():void
HorizontalLinearGaugeSkin
  
drawTicks():void
HorizontalLinearGaugeSkin
  
showValue():void
HorizontalLinearGaugeSkin
Property Detail
dialTitleDisplayproperty
public var dialTitleDisplay:Label

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

gaugeValueDisplayproperty 
public var gaugeValueDisplay:Label

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

hostComponentproperty 
public var hostComponent:HorizontalLinearGauge

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

needleproperty 
public var needle:GaugeNeedle

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

rangesproperty 
public var ranges:Group

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

tickHolderproperty 
public var tickHolder:Group

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

Constructor Detail
HorizontalLinearGaugeSkin()Constructor
public function HorizontalLinearGaugeSkin()

Constructor.

Method Detail
drawRanges()method
public function drawRanges():void

drawTicks()method 
public function drawTicks():void

showValue()method 
public function showValue():void