Packagecom.yahoo.yui.charts
Classpublic class BackgroundAndBorder
InheritanceBackgroundAndBorder Inheritance fl.core.UIComponent



Public Properties
 PropertyDefined by
  borderColor : uint
BackgroundAndBorder
  borderWeight : Number
BackgroundAndBorder
  fillAlpha : Number
BackgroundAndBorder
  fillColor : uint
BackgroundAndBorder
  image : String
BackgroundAndBorder
  imageMode : String
BackgroundAndBorder
Protected Properties
 PropertyDefined by
  imageLoader : UILoader
BackgroundAndBorder
Public Methods
 MethodDefined by
  
BackgroundAndBorder
Protected Methods
 MethodDefined by
  
configUI():void
BackgroundAndBorder
  
draw():void
BackgroundAndBorder
  
drawMask():void
BackgroundAndBorder
Property detail
borderColorproperty
borderColor:uint  [read-write]Implementation
    public function get borderColor():uint
    public function set borderColor(value:uint):void
borderWeightproperty 
borderWeight:Number  [read-write]Implementation
    public function get borderWeight():Number
    public function set borderWeight(value:Number):void
fillAlphaproperty 
fillAlpha:Number  [read-write]Implementation
    public function get fillAlpha():Number
    public function set fillAlpha(value:Number):void
fillColorproperty 
fillColor:uint  [read-write]Implementation
    public function get fillColor():uint
    public function set fillColor(value:uint):void
imageproperty 
image:String  [read-write]Implementation
    public function get image():String
    public function set image(value:String):void
imageLoaderproperty 
protected var imageLoader:UILoader
imageModeproperty 
imageMode:String  [read-write]Implementation
    public function get imageMode():String
    public function set imageMode(value:String):void
Constructor detail
BackgroundAndBorder()constructor
public function BackgroundAndBorder()
Method detail
configUI()method
protected override function configUI():void
draw()method 
protected override function draw():void
drawMask()method 
protected function drawMask():void