Packageasgard.display
Interfacepublic interface IDisplayObject extends IConfigurable, flash.events.IEventDispatcher, Identifiable, IHashable, Lockable, ILogable
SubinterfacesIComponent
ImplementorsCoreBitmap, CoreLoader, CoreMovieClip, CoreShape, CoreSimpleButton, CoreSprite, CoreTextField, CoreVideo

This interface defines all interfaces who implements the core displays in ASGard.



Public Properties
 PropertyDefined by
 Inheritedid : *
Indicates the id value of this object.
Identifiable
Public Methods
 MethodDefined by
 Inherited
Returns the internal ILogger reference of this ILogable object.
ILogable
 Inherited
hashCode():uint
Returns a hash code value for the object.
IHashable
 Inherited
isLocked():Boolean
Returns true if the object is locked.
Lockable
 Inherited
lock():void
Locks the object.
Lockable
 Inherited
setLogger(log:ILogger = null):void
Sets the internal ILogger reference of this ILogable object.
ILogable
 Inherited
setup():void
Setup the IConfigurable object.
IConfigurable
 Inherited
unlock():void
Unlocks the object.
Lockable