| Package | org.aswing.plaf |
| Class | public class DefaultEmptyDecoraterResource |
| Implements | Border, GroundDecorator, Icon, UIResource |
| Method | Defined by | ||
|---|---|---|---|
| DefaultEmptyDecoraterResource | |||
|
return new Insets(0,0,0,0)
| DefaultEmptyDecoraterResource | ||
|
getDisplay(c:Component):DisplayObject
return null
| DefaultEmptyDecoraterResource | ||
|
getIconHeight(c:Component):int
return 0
| DefaultEmptyDecoraterResource | ||
|
getIconWidth(c:Component):int
return 0
| DefaultEmptyDecoraterResource | ||
|
do nothing
| DefaultEmptyDecoraterResource | ||
|
do nothing
| DefaultEmptyDecoraterResource | ||
|
do nothing
| DefaultEmptyDecoraterResource | ||
| Constant | Defined by | ||
|---|---|---|---|
| DEFAULT_BACKGROUND_COLOR : ASColorUIResource
[static]
| DefaultEmptyDecoraterResource | ||
| DEFAULT_FONT : ASFontUIResource
[static]
| DefaultEmptyDecoraterResource | ||
| DEFAULT_FOREGROUND_COLOR : ASColorUIResource
[static]
| DefaultEmptyDecoraterResource | ||
| INSTANCE : DefaultEmptyDecoraterResource
[static]
Shared instance.
| DefaultEmptyDecoraterResource | ||
| NULL_COLOR : ASColorUIResource
[static]
Used to be a null ui resource color.
| DefaultEmptyDecoraterResource | ||
| NULL_FONT : ASFontUIResource
[static]
Used to be a null ui resource font.
| DefaultEmptyDecoraterResource | ||
| DefaultEmptyDecoraterResource | () | constructor |
public function DefaultEmptyDecoraterResource()
| getBorderInsets | () | method |
public function getBorderInsets(com:Component, bounds:IntRectangle):Insetsreturn new Insets(0,0,0,0)
Parameterscom:Component |
|
bounds:IntRectangle |
Insets |
| getDisplay | () | method |
public function getDisplay(c:Component):DisplayObjectreturn null
Parametersc:Component |
DisplayObject |
| getIconHeight | () | method |
| getIconWidth | () | method |
| updateBorder | () | method |
public function updateBorder(com:Component, g:Graphics2D, bounds:IntRectangle):voiddo nothing
Parameterscom:Component |
|
g:Graphics2D |
|
bounds:IntRectangle |
| updateDecorator | () | method |
public function updateDecorator(com:Component, g:Graphics2D, bounds:IntRectangle):voiddo nothing
Parameterscom:Component |
|
g:Graphics2D |
|
bounds:IntRectangle |
| updateIcon | () | method |
public function updateIcon(com:Component, g:Graphics2D, x:int, y:int):voiddo nothing
Parameterscom:Component |
|
g:Graphics2D |
|
x:int |
|
y:int |
| DEFAULT_BACKGROUND_COLOR | constant |
public static const DEFAULT_BACKGROUND_COLOR:ASColorUIResource
| DEFAULT_FONT | constant |
public static const DEFAULT_FONT:ASFontUIResource
| DEFAULT_FOREGROUND_COLOR | constant |
public static const DEFAULT_FOREGROUND_COLOR:ASColorUIResource
| INSTANCE | constant |
public static const INSTANCE:DefaultEmptyDecoraterResourceShared instance.
| NULL_COLOR | constant |
public static const NULL_COLOR:ASColorUIResourceUsed to be a null ui resource color.
| NULL_FONT | constant |
public static const NULL_FONT:ASFontUIResourceUsed to be a null ui resource font.