Method Summary |
public
| drawBackground (
control
): Void |
| Draws the component background
|
|
public
| drawBackgroundState (
control
): Void |
| Draws the component background to reflect its current state
|
|
public
| drawBorder (
control
): Void |
| Draws the component border
|
|
public
| drawFocus (
control, state
): Void |
| Draws the focus rectangle round the component
|
|
public
| drawShadow (
control
): Void |
| Draws the component shadow
|
|
public static
| getDefaultInstance (
) |
| Gets a reference to the static default instance
|
|
public
| initBorder (
control
): Void |
| Initialises the component background and borders
|
|
public static
| sizeSkin (
t: MovieClip, w: Number, h: Number
): Void |
| sizes a skin clip without scaling the border/corner widths handles 3 element (L,C,R) or (T,C,B) and 9 elements (TL,T,TR,L,C,R,BL,B,BR) t.skins
|
|
|