| Method | Defined by | ||
|---|---|---|---|
|
ColorRectIcon(width:int, height:int, color:ASColor)
| ColorRectIcon | ||
| ColorRectIcon | |||
|
getDisplay(c:Component):DisplayObject
| ColorRectIcon | ||
|
getIconHeight(c:Component):int
Return the icon's height.
| ColorRectIcon | ||
|
getIconWidth(c:Component):int
Return the icon's width.
| ColorRectIcon | ||
| ColorRectIcon | |||
| ColorRectIcon | |||
| ColorRectIcon | () | constructor |
public function ColorRectIcon(width:int, height:int, color:ASColor)Parameters
width:int |
|
height:int |
|
color:ASColor |
| getColor | () | method |
| 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 |
| setColor | () | method |
| updateIcon | () | method |
public function updateIcon(com:Component, g:Graphics2D, x:int, y:int):voidParameters
com:Component |
|
g:Graphics2D |
|
x:int |
|
y:int |