AbstractDisplayable class
public function getName():StringGets the name value of this IDisplayable.
String
public function setName(name:String):VoidSets the name value of this IDisplayable.
name | a value for name |
Void
public function getStageAsset():MovieClipGets the stageAsset value of this IDisplayable.
MovieClip
public function setStageAsset(asset:MovieClip):VoidSets the stageAsset value of this IDisplayable.
asset | a value for asset |
Void
public function getDepth():NumberGets the depth value of this IDisplayable.
Number
public function setDepth(depth:Number):VoidSets the depth value of this IDisplayable.
depth | a value for depth |
Void
public function setX(x:Number):VoidSets the x value of this IDisplayable.
x | a value for x |
Void
public function setY(y:Number):VoidSets the y value of this IDisplayable.
y | a value for y |
Void
public function getContainer():MovieClipGets the container value of this IDisplayable.
MovieClip
public function setParent(parent:Object):Voidpublic function getParent():INestable