| Package | org.aswing.util |
| Class | public class DepthManager |
| Method | Defined by | ||
|---|---|---|---|
|
bringToBottom(mc:DisplayObject):void
[static]
Bring the mc to all brother mcs' bottom.
| DepthManager | ||
|
bringToTop(mc:DisplayObject):void
[static]
Bring the mc to all brother mcs' top.
| DepthManager | ||
|
isBottom(mc:DisplayObject):Boolean
[static]
Returns if the mc is at bottom depth.
| DepthManager | ||
|
isJustAbove(mc:DisplayObject, belowMC:DisplayObject):Boolean
[static]
Returns if mc is just first above the belowMC.
| DepthManager | ||
|
isJustBelow(mc:DisplayObject, aboveMC:DisplayObject):Boolean
[static]
Return if mc is just first bebow the aboveMC.
| DepthManager | ||
|
isTop(mc:DisplayObject):Boolean
[static]
Returns is the mc is on the top depths in DepthManager's valid depths.
| DepthManager | ||
| bringToBottom | () | method |
public static function bringToBottom(mc:DisplayObject):voidBring the mc to all brother mcs' bottom.
Parametersmc:DisplayObject — the mc to be set to bottom
|
See also
| bringToTop | () | method |
public static function bringToTop(mc:DisplayObject):voidBring the mc to all brother mcs' top.
Parametersmc:DisplayObject |
| isBottom | () | method |
public static function isBottom(mc:DisplayObject):BooleanReturns if the mc is at bottom depth.
Parametersmc:DisplayObject — the mc to be set to bottom
|
Boolean — is the mc is at the bottom
|
| isJustAbove | () | method |
public static function isJustAbove(mc:DisplayObject, belowMC:DisplayObject):BooleanReturns if mc is just first above the belowMC. if them don't have the same parent, whatever depth they has just return false.
Parametersmc:DisplayObject |
|
belowMC:DisplayObject |
Boolean |
See also
| isJustBelow | () | method |
public static function isJustBelow(mc:DisplayObject, aboveMC:DisplayObject):BooleanReturn if mc is just first bebow the aboveMC. if them don't have the same parent, whatever depth they has just return false.
Parametersmc:DisplayObject |
|
aboveMC:DisplayObject |
Boolean |
| isTop | () | method |
public static function isTop(mc:DisplayObject):BooleanReturns is the mc is on the top depths in DepthManager's valid depths. Valid depths is that depths from MIN_DEPTH to MAX_DEPTH.
Parametersmc:DisplayObject |
Boolean |