Package | com.flexicious.skins.visualization |
Class | public class HorizontalLinearGaugeSkin |
Inheritance | HorizontalLinearGaugeSkin spark.skins.SparkSkin |
Implements | IGaugeSkin, mx.binding.IBindingClient, mx.core.IStateClient2 |
Default MXML PropertymxmlContent
Property | Defined By | ||
---|---|---|---|
dialTitleDisplay : Label | HorizontalLinearGaugeSkin | ||
gaugeValueDisplay : Label | HorizontalLinearGaugeSkin | ||
hostComponent : HorizontalLinearGauge | HorizontalLinearGaugeSkin | ||
needle : GaugeNeedle | HorizontalLinearGaugeSkin | ||
ranges : Group | HorizontalLinearGaugeSkin | ||
tickHolder : Group | HorizontalLinearGaugeSkin |
Method | Defined By | ||
---|---|---|---|
Constructor. | HorizontalLinearGaugeSkin | ||
drawRanges():void | HorizontalLinearGaugeSkin | ||
drawTicks():void | HorizontalLinearGaugeSkin | ||
showValue():void | HorizontalLinearGaugeSkin |
dialTitleDisplay | property |
public var dialTitleDisplay:Label
This property can be used as the source for data binding.
gaugeValueDisplay | property |
public var gaugeValueDisplay:Label
This property can be used as the source for data binding.
hostComponent | property |
public var hostComponent:HorizontalLinearGauge
This property can be used as the source for data binding.
needle | property |
public var needle:GaugeNeedle
This property can be used as the source for data binding.
ranges | property |
public var ranges:Group
This property can be used as the source for data binding.
tickHolder | property |
public var tickHolder:Group
This property can be used as the source for data binding.
HorizontalLinearGaugeSkin | () | Constructor |
public function HorizontalLinearGaugeSkin()
Constructor.
drawRanges | () | method |
public function drawRanges():void
drawTicks | () | method |
public function drawTicks():void
showValue | () | method |
public function showValue():void