| Package | org.aswing.graphics |
| Interface | public interface IBrush |
| Implementors | BitmapBrush, GradientBrush, SolidBrush |
| Method | Defined 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 | ||
| 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
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
target:Graphics — the instance of a flash.display.Graphics
|