Packagecom.yahoo.astra.fl.charts.skins
Classpublic class RectangleSkin
InheritanceRectangleSkin Inheritance fl.core.UIComponent
ImplementsIProgrammaticSkin

A skin shaped like a rectangle with a single color.



Public Properties
 PropertyDefined by
  borderAlpha : Number
The alpha value of the border.
RectangleSkin
  borderColor : uint
The color used for the outline of the skin
RectangleSkin
  fillAlpha : Number
The alpha value of the fill.
RectangleSkin
  fillColor : uint
The color used to draw the skin.
RectangleSkin
Public Methods
 MethodDefined by
  
Constructor.
RectangleSkin
Property detail
borderAlphaproperty
borderAlpha:Number  [read-write]

The alpha value of the border.

Implementation
    public function get borderAlpha():Number
    public function set borderAlpha(value:Number):void
borderColorproperty 
borderColor:uint  [read-write]

The color used for the outline of the skin

Implementation
    public function get borderColor():uint
    public function set borderColor(value:uint):void
fillAlphaproperty 
fillAlpha:Number  [read-write]

The alpha value of the fill.

Implementation
    public function get fillAlpha():Number
    public function set fillAlpha(value:Number):void
fillColorproperty 
fillColor:uint  [read-write]

The color used to draw the skin.

Implementation
    public function get fillColor():uint
    public function set fillColor(value:uint):void
Constructor detail
RectangleSkin()constructor
public function RectangleSkin()

Constructor.