Packageorg.aswing
Interfacepublic interface Decorator
SubinterfacesBorder, GroundDecorator, Icon

Decorator for components, it return a display object to be the UI decorator.



Public Methods
 MethodDefined by
  
getDisplay(c:Component):DisplayObject
Returns the display object which is used as the component decorator.
Decorator
Method detail
getDisplay()method
public function getDisplay(c:Component):DisplayObject

Returns the display object which is used as the component decorator.

For same component, this method must return same display object.

Parameters
c:Component — the component which will use this decorator.

Returns
DisplayObject — the display object