Class com.flashdoctors.dose.ui.AbstractDisplayable

Implemented Interfaces

IDisplayable IAssetProvider INestable

Description

AbstractDisplayable class

Method Index

addChild(), getChildren(), getContainer(), getDepth(), getName(), getParent(), getStageAsset(), getX(), getY(), hasChildren(), isChild(), setDepth(), setName(), setParent(), setStageAsset(), setX(), setY()

Method Detail

getName

public function getName():String

Gets the name value of this IDisplayable.

Return

String

Specified By

getName() in com.flashdoctors.dose.ui.IDisplayable

setName

public function setName(name:String):Void

Sets the name value of this IDisplayable.

Parameters

namea value for name

Return

Void

Specified By

setName() in com.flashdoctors.dose.ui.IDisplayable

getStageAsset

public function getStageAsset():MovieClip

Gets the stageAsset value of this IDisplayable.

Return

MovieClip

Specified By

getStageAsset() in com.flashdoctors.dose.ui.IAssetProvider

setStageAsset

public function setStageAsset(asset:MovieClip):Void

Sets the stageAsset value of this IDisplayable.

Parameters

asseta value for asset

Return

Void

Specified By

setStageAsset() in com.flashdoctors.dose.ui.IAssetProvider

getDepth

public function getDepth():Number

Gets the depth value of this IDisplayable.

Return

Number

Specified By

getDepth() in com.flashdoctors.dose.ui.IDisplayable

setDepth

public function setDepth(depth:Number):Void

Sets the depth value of this IDisplayable.

Parameters

deptha value for depth

Return

Void

Specified By

setDepth() in com.flashdoctors.dose.ui.IDisplayable

getX

public function getX():Number

Gets the x value of this IDisplayable.

Return

Number

Specified By

getX() in com.flashdoctors.dose.ui.IDisplayable

setX

public function setX(x:Number):Void

Sets the x value of this IDisplayable.

Parameters

xa value for x

Return

Void

Specified By

setX() in com.flashdoctors.dose.ui.IDisplayable

getY

public function getY():Number

Gets the y value of this IDisplayable.

Return

Number

Specified By

getY() in com.flashdoctors.dose.ui.IDisplayable

setY

public function setY(y:Number):Void

Sets the y value of this IDisplayable.

Parameters

ya value for y

Return

Void

Specified By

setY() in com.flashdoctors.dose.ui.IDisplayable

getContainer

public function getContainer():MovieClip

Gets the container value of this IDisplayable.

Return

MovieClip

Specified By

getContainer() in com.flashdoctors.dose.ui.IDisplayable

setParent

public function setParent(parent:Object):Void

Description copied from INestable

Function setParent

Specified By

setParent() in com.flashdoctors.util.INestable

getParent

public function getParent():INestable

Description copied from INestable

Function getParent

Specified By

getParent() in com.flashdoctors.util.INestable

addChild

public function addChild(child:INestable):Void

getChildren

public function getChildren():IList

isChild

public function isChild():Boolean

hasChildren

public function hasChildren():Boolean