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

Default MXML PropertymxmlContent



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

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

Constructor.

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

drawTicks()method 
public function drawTicks():void

showValue()method 
public function showValue():void