| | Class | Description |
| | AddChild |
This process add a DisplayObject in a specific DisplayObjectContainer. |
| | AddChildAt |
This process add a DisplayObject in a specific index in a DisplayObjectContainer. |
| | FiltersDisplay |
This process apply filters over a DisplayObject. |
| | HideDisplay |
This process hide a DisplayObject. |
| | RemoveChild |
This process remove a DisplayObject in a specific DisplayObjectContainer. |
| | RemoveChildAt |
This process remove a DisplayObject with a specific index in a DisplayObjectContainer. |
| | SetChildIndex |
Changes the position of an existing child in the display object container. |
| | ShowDisplay |
This process show a DisplayObject. |
| | SwapChildrenAt |
Swaps the z-order (front-to-back order) of the specified child objects at the two specified index positions in the child list. |
| | SwitchBackgroundGradientColor |
This process switch the fill gradient color of the specified background. |