Packageorg.aswing
Classpublic class SolidBackground
ImplementsGroundDecorator

A background decorator that paint a solid color.



Public Methods
 MethodDefined by
  
SolidBackground
  
getDisplay(c:Component):DisplayObject
SolidBackground
  
SolidBackground
Constructor detail
SolidBackground()constructor
public function SolidBackground(color:ASColor)Parameters
color:ASColor
Method detail
getDisplay()method
public function getDisplay(c:Component):DisplayObjectParameters
c:Component

Returns
DisplayObject
updateDecorator()method 
public function updateDecorator(c:Component, g:Graphics2D, bounds:IntRectangle):voidParameters
c:Component
 
g:Graphics2D
 
bounds:IntRectangle