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

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  dialTitleDisplay : Label
VerticalLinearGaugeSkin
  gaugeValueDisplay : Label
VerticalLinearGaugeSkin
  hostComponent : VerticalLinearGauge
VerticalLinearGaugeSkin
  needle : GaugeNeedle
VerticalLinearGaugeSkin
  ranges : Group
VerticalLinearGaugeSkin
  tickHolder : Group
VerticalLinearGaugeSkin
Public Methods
 MethodDefined By
  
Constructor.
VerticalLinearGaugeSkin
  
drawRanges():void
VerticalLinearGaugeSkin
  
drawTicks():void
VerticalLinearGaugeSkin
  
showValue():void
VerticalLinearGaugeSkin
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:VerticalLinearGauge

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
VerticalLinearGaugeSkin()Constructor
public function VerticalLinearGaugeSkin()

Constructor.

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

drawTicks()method 
public function drawTicks():void

showValue()method 
public function showValue():void