Packagecom.flexicious.components.visualization.gaugesupport
Classpublic class GradientArc
InheritanceGradientArc Inheritance GradientCircle Inheritance mx.core.UIComponent

A Circular shape with gradient.



Public Properties
 PropertyDefined By
 InheritedcircleSize : Number
The size of the circle to draw the dial.
GradientCircle
 InheriteddialColor : Number
Color of the main face of the dial.
GradientCircle
 InheriteddialColorGradientBrightness : 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
 InheriteddialColorGradientDarkness : 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
 InheriteddialRimColor : Number
Color of the rim.
GradientCircle
 InheriteddrawBorder : Boolean
Draws a rectangle around the square
GradientCircle
 InheriteddrawShadow : Boolean
Flag to draw a shadow on top
GradientCircle
  endAngle : Number
The angle at which to end the arc.
GradientArc
 InheritedlinearGradient : Boolean
Flag to enable linear gradient.
GradientCircle
  startAngle : Number
The angle at which to start the arc.
GradientArc
Public Methods
 MethodDefined By
  
GradientArc
  
drawCircle():void
[override] Draws the atual circles.
GradientArc
Protected Methods
 MethodDefined By
 Inherited
measure():void
[override] Just give the GradientCircle a default size 50x50.
GradientCircle
 Inherited
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
GradientCircle
Property Detail
endAngleproperty
endAngle:Number

The 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


Implementation
    public function get endAngle():Number
    public function set endAngle(value:Number):void
startAngleproperty 
startAngle:Number

The angle at which to start the arc. Zero degrees points to 3 o clock and rotates clock wise


Implementation
    public function get startAngle():Number
    public function set startAngle(value:Number):void
Constructor Detail
GradientArc()Constructor
public function GradientArc()



Method Detail
drawCircle()method
override public function drawCircle():void

Draws the atual circles.