| 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:GradientArcThis property can be used as the source for data binding.
| dialTitleDisplay | property |
public var dialTitleDisplay:LabelThis property can be used as the source for data binding.
| gaugeValueDisplay | property |
public var gaugeValueDisplay:LabelThis property can be used as the source for data binding.
| needle | property |
public var needle:GaugeNeedleThis property can be used as the source for data binding.
| needleBase | property |
public var needleBase:GradientCircleThis property can be used as the source for data binding.
| ranges | property |
public var ranges:GroupThis property can be used as the source for data binding.
| tickHolder | property |
public var tickHolder:GroupThis 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