| Package | org.aswing |
| Interface | public interface Decorator |
| Subinterfaces | Border, GroundDecorator, Icon |
| Method | Defined by | ||
|---|---|---|---|
|
getDisplay(c:Component):DisplayObject
Returns the display object which is used as the component decorator.
| Decorator | ||
| getDisplay | () | method |
public function getDisplay(c:Component):DisplayObjectReturns the display object which is used as the component decorator.
For same component, this method must return same display object.
Parametersc:Component — the component which will use this decorator.
|
DisplayObject — the display object
|