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

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  dial : GradientCircle
GaugeSkin
  dialTitleDisplay : Label
GaugeSkin
  gaugeValueDisplay : Label
GaugeSkin
  needle : GaugeNeedle
GaugeSkin
  needleBase : GradientCircle
GaugeSkin
  ranges : Group
GaugeSkin
  tickHolder : Group
GaugeSkin
Public Methods
 MethodDefined By
  
Constructor.
GaugeSkin
  
drawRanges():void
GaugeSkin
  
drawTicks():void
GaugeSkin
  
showValue():void
GaugeSkin
Property Detail
dialproperty
public var dial:GradientCircle

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

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.

needleproperty 
public var needle:GaugeNeedle

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

needleBaseproperty 
public var needleBase:GradientCircle

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

Constructor.

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

drawTicks()method 
public function drawTicks():void

showValue()method 
public function showValue():void