| Method | Defined by | ||
|---|---|---|---|
|
NoColorIcon(width:int, height:int)
| NoColorIcon | ||
|
getDisplay(c:Component):DisplayObject
| NoColorIcon | ||
|
getIconHeight(c:Component):int
Return the icon's height.
| NoColorIcon | ||
|
getIconWidth(c:Component):int
Return the icon's width.
| NoColorIcon | ||
|
Draw the icon at the specified location.
| NoColorIcon | ||
| NoColorIcon | () | constructor |
public function NoColorIcon(width:int, height:int)Parameters
width:int |
|
height:int |
| getDisplay | () | method |
| getIconHeight | () | method |
public function getIconHeight(c:Component):intReturn the icon's height.
Parametersc:Component |
int |
| getIconWidth | () | method |
public function getIconWidth(c:Component):intReturn the icon's width.
Parametersc:Component |
int |
| updateIcon | () | method |
public function updateIcon(com:Component, g:Graphics2D, x:int, y:int):voidDraw the icon at the specified location.
Parameterscom:Component |
|
g:Graphics2D |
|
x:int |
|
y:int |