class org.aswing.graphics.BitmapBrush

Encapsulate the fill parameter for flash.display.Graphics.beginBitmapFill() @see http://livedocs.macromedia.com/flex/2/langref/flash/display/Graphics.html#beginBitmapFill() @author n0rthwood

Instance Fields

function new(bitmap:BitmapData, ?matrix:Matrix = null, ?repeat:Bool = true, ?smooth:Bool = false): Void

function beginFill(target:Graphics): Void

@inheritDoc

function endFill(target:Graphics): Void

@inheritDoc

function getMatrix(): Matrix

function isRepeat(): Bool

function isSmooth(): Bool

function setBitmapData(bitmapData:BitmapData): Void

function setMatrix(matrix:Matrix): Void

function setRepeat(repeat:Bool): Void

function setSmooth(smooth:Bool): Void