Interface fever.display.background.Background

Description

All concrete background implementation must implement this interface.

See Also

Method Index

clear(), paintBackground()

Method Detail

paintBackground

public function paintBackground(target:MovieClip, width:Number, height:Number):Void

Draws background on passed-in target

clear

public function clear(target:MovieClip):Void

Clears target.