| Package | com.flexicious.components.visualization.gaugesupport |
| Class | public class GaugeNeedle |
| Inheritance | GaugeNeedle mx.core.UIComponent |
| Property | Defined By | ||
|---|---|---|---|
| circleSize : Number
The value used to draw the center point of the needle
| GaugeNeedle | ||
| needleColor : Number
The color of the needle. | GaugeNeedle | ||
| needleThickness : Number
The thickness of the needle at its widest (base). | GaugeNeedle | ||
| rangeGap : Number
Distance between the edge of the dial, and the edge of the
range arc as well as the needle tip. | GaugeNeedle | ||
| Method | Defined By | ||
|---|---|---|---|
| GaugeNeedle | |||
| Method | Defined By | ||
|---|---|---|---|
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void [override] | GaugeNeedle | ||
| circleSize | property |
circleSize:NumberThe value used to draw the center point of the needle
public function get circleSize():Number public function set circleSize(value:Number):void| needleColor | property |
needleColor:NumberThe color of the needle. This is used to calculate bright and dark linear gradients to give the needle a mettalic feel.
This property can be used as the source for data binding.
public function get needleColor():Number public function set needleColor(value:Number):void| needleThickness | property |
needleThickness:NumberThe thickness of the needle at its widest (base). The needle is a triangle and points outward. This thickness determines the width of the base of the needle
The default value is 9.
This property can be used as the source for data binding.
public function get needleThickness():Number public function set needleThickness(value:Number):void| rangeGap | property |
rangeGap:NumberDistance between the edge of the dial, and the edge of the range arc as well as the needle tip.
The default value is 30.
This property can be used as the source for data binding.
public function get rangeGap():Number public function set rangeGap(value:Number):void| GaugeNeedle | () | Constructor |
public function GaugeNeedle()| updateDisplayList | () | method |
override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):voidParameters
unscaledWidth:Number | |
unscaledHeight:Number |