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
  fillColor : uint
The color used to draw the skin.
RectangleSkin
Public Methods
 MethodDefined by
  
Constructor.
RectangleSkin
Property detail
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.