Package | com.flexicious.skins.visualization |
Class | public class VerticalLinearGaugeSkin |
Inheritance | VerticalLinearGaugeSkin spark.skins.SparkSkin |
Implements | IGaugeSkin, mx.binding.IBindingClient, mx.core.IStateClient2 |
Default MXML PropertymxmlContent
Property | Defined By | ||
---|---|---|---|
dialTitleDisplay : Label | VerticalLinearGaugeSkin | ||
gaugeValueDisplay : Label | VerticalLinearGaugeSkin | ||
hostComponent : VerticalLinearGauge | VerticalLinearGaugeSkin | ||
needle : GaugeNeedle | VerticalLinearGaugeSkin | ||
ranges : Group | VerticalLinearGaugeSkin | ||
tickHolder : Group | VerticalLinearGaugeSkin |
Method | Defined By | ||
---|---|---|---|
Constructor. | VerticalLinearGaugeSkin | ||
drawRanges():void | VerticalLinearGaugeSkin | ||
drawTicks():void | VerticalLinearGaugeSkin | ||
showValue():void | VerticalLinearGaugeSkin |
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:VerticalLinearGauge
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.
VerticalLinearGaugeSkin | () | Constructor |
public function VerticalLinearGaugeSkin()
Constructor.
drawRanges | () | method |
public function drawRanges():void
drawTicks | () | method |
public function drawTicks():void
showValue | () | method |
public function showValue():void