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