Method Summary |
public static
| deleteMask (
t: MovieClip
) |
| Removes a mask object from a component
|
|
public static
| drawBorder (
t: MovieClip, x: Number, y: Number, w: Number, h: Number, borderBrush: IBrush, borderStyle: Number, borderWidth: Thickness, borderRadius: CornerRadius
) |
| Draw a border round a component
|
|
public static
| drawFocusBorder (
t: MovieClip, x: Number, y: Number, w: Number, h: Number, br: CornerRadius
) |
| Draw a border round a component
|
|
public static
| drawMask (
t: MovieClip, x: Number, y: Number, w: Number, h: Number
) |
| Createas a mask object for a component
|
|
public static
| drawRect (
t: MovieClip, x: Number, y: Number, w: Number, h: Number, brush: IBrush, r: CornerRadius
) |
| Draws a filled rectangle
|
|
public static
| drawShadow (
t: MovieClip, x: Number, y: Number, w: Number, h: Number, br: CornerRadius, dir: String
) |
| Draws a shadow width a rounded corner
|
|
|