| Package | com.flexicious.components.visualization.gaugesupport |
| Class | public class GradientArc |
| Inheritance | GradientArc GradientCircle mx.core.UIComponent |
| Property | Defined By | ||
|---|---|---|---|
![]() | circleSize : Number
The size of the circle to draw the dial. | GradientCircle | |
![]() | dialColor : Number
Color of the main face of the dial. | GradientCircle | |
![]() | dialColorGradientBrightness : Number
The amount to adjust the brightness of the dial color gradient by
Value should be between 0 and 100, where 100 is towards white. | GradientCircle | |
![]() | dialColorGradientDarkness : Number
The amoun to adjust the darkness of the dial color gradient by
Value should be between 0 and -100, where -100 is towards black. | GradientCircle | |
![]() | dialRimColor : Number
Color of the rim. | GradientCircle | |
![]() | drawBorder : Boolean
Draws a rectangle around the square
| GradientCircle | |
![]() | drawShadow : Boolean
Flag to draw a shadow on top
| GradientCircle | |
| endAngle : Number
The angle at which to end the arc. | GradientArc | ||
![]() | linearGradient : Boolean
Flag to enable linear gradient. | GradientCircle | |
| startAngle : Number
The angle at which to start the arc. | GradientArc | ||
| Method | Defined By | ||
|---|---|---|---|
| GradientArc | |||
drawCircle():void [override]
Draws the atual circles. | GradientArc | ||
| endAngle | property |
endAngle:NumberThe angle at which to end the arc. Zero degrees points to 3 o clock and rotates clock wise Must be greater than start angle, even if you go above 360
public function get endAngle():Number public function set endAngle(value:Number):void| startAngle | property |
startAngle:NumberThe angle at which to start the arc. Zero degrees points to 3 o clock and rotates clock wise
public function get startAngle():Number public function set startAngle(value:Number):void| GradientArc | () | Constructor |
public function GradientArc()| drawCircle | () | method |
override public function drawCircle():voidDraws the atual circles.