interface org.aswing.graphics.IBrush

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

Instance Fields

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

the instance of a flash.display.Graphics

function endFill(target:Graphics): Void

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

target

the instance of a flash.display.Graphics