Package | com.flexicious.components.visualization.gaugesupport |
Class | public class GaugeNeedle |
Inheritance | GaugeNeedle ![]() |
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:Number
The 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:Number
The 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:Number
The 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:Number
Distance 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):void
Parameters
unscaledWidth:Number | |
unscaledHeight:Number |