Access keys

Image

Kind of class: class
Inherits from: MovieClip
Classpath: ui.Image
File last modified: Monday, 06 November 2006, 08:09:08

Constructor

Image

function Image (
)

Instance methods

getFrame

function getFrame (
) : Rectangle

getId

function getId (
) : String

getLoadImageContainer

function getLoadImageContainer (
) : MovieClip

getSelected

function getSelected (
) : Boolean

hide

function hide (
) : Void

initWithScale

function initWithScale (
inScale:Number) : Void

isInited

function isInited (
) : Boolean
Returns whether the ui.Image has been inited (in initWithScale).

presentFirstTime

function presentFirstTime (
) : Void

select

function select (
) : Void

setFrame

function setFrame (
inFrame:Rectangle) : Void

setId

function setId (
inId:String) : Void

setImageClip

function setImageClip (
inClip:MovieClip) : Void
Sets the reference to the image clip after smoothing so ui.Image knows which clip to handle.

setSelected

function setSelected (
inState:Boolean) : Void

show

function show (
) : Void

toString

function toString (
) : String