| Package | com.pblabs.rendering2D.ui |
| Interface | public interface IUITarget extends flash.events.IEventDispatcher |
| Implementors | FlexSceneView, SceneView |
| Property | Defined By | ||
|---|---|---|---|
| height : Number | IUITarget | ||
| width : Number | IUITarget | ||
| x : Number [read-only] | IUITarget | ||
| y : Number [read-only] | IUITarget | ||
| Method | Defined By | ||
|---|---|---|---|
addDisplayObject(dobj:DisplayObject):void
Add a DisplayObject as a child of this control. | IUITarget | ||
clearDisplayObjects():void
Remove all the DisplayObjects that were added by AddDisplayObject. | IUITarget | ||
removeDisplayObject(dobj:DisplayObject):void
Remove a display object as a child of this control. | IUITarget | ||
setDisplayObjectIndex(dobj:DisplayObject, index:int):void
Set the index of a display object which is added to this control. | IUITarget | ||
| height | property |
height:Number public function get height():Number public function set height(value:Number):void| width | property |
width:Number public function get width():Number public function set width(value:Number):void| x | property |
x:Number [read-only] public function get x():Number| y | property |
y:Number [read-only] public function get y():Number| addDisplayObject | () | method |
public function addDisplayObject(dobj:DisplayObject):voidAdd a DisplayObject as a child of this control.
Parameters
dobj:DisplayObject |
| clearDisplayObjects | () | method |
public function clearDisplayObjects():voidRemove all the DisplayObjects that were added by AddDisplayObject.
| removeDisplayObject | () | method |
public function removeDisplayObject(dobj:DisplayObject):voidRemove a display object as a child of this control.
Parameters
dobj:DisplayObject — Display object to remove.
|
| setDisplayObjectIndex | () | method |
public function setDisplayObjectIndex(dobj:DisplayObject, index:int):voidSet the index of a display object which is added to this control.
Parameters
dobj:DisplayObject — Object to position in order.
| |
index:int — Draw order to assign.
|