Packageorg.aswing.graphics
Interfacepublic interface IBrush
ImplementorsBitmapBrush, GradientBrush, SolidBrush

Brush to fill a closed area.
Use it with a org.aswing.graphics.Graphics2D instance



Public Methods
 MethodDefined by
  
beginFill(target:Graphics):void
This method will be called by Graphics2D autumaticlly.
It applys the fill paramters to the instance of flash.display.Graphics
IBrush
  
endFill(target:Graphics):void
This method will be called by Graphics2D autumaticlly.
It marks the end of filling
IBrush
Method detail
beginFill()method
public function beginFill(target:Graphics):void

This method will be called by Graphics2D autumaticlly.
It applys the fill paramters to the instance of flash.display.Graphics

Parameters
target:Graphics — the instance of a flash.display.Graphics
endFill()method 
public function endFill(target:Graphics):void

This method will be called by Graphics2D autumaticlly.
It marks the end of filling

Parameters
target:Graphics — the instance of a flash.display.Graphics