OrphanGraphicLib
| Kind of class: | class |
|---|---|
| Inherits from: | GraphicLib < AbstractLib |
| Version: | 1.0 |
| Author: | Francis Bourre |
| Classpath: | com.bourre.data.libs.OrphanGraphicLib |
| File last modified: | Wednesday, 31 October 2007, 07:35:29 |
Summary
Constructor
Class properties
Class properties inherited from GraphicLib
Class properties inherited from AbstractLib
Instance properties
Instance properties inherited from GraphicLib
Instance properties inherited from AbstractLib
Class methods
Instance methods
Instance methods inherited from GraphicLib
Instance methods inherited from AbstractLib
_checkTimeOut _getTimeStamp _onLoadProgress addEventListener addListener execute fireEvent fireEventType getBytesLoaded getBytesTotal getContent getName getPerCent getTimeOut getURL initEventSource load prefixURL release removeEventListener removeListener setAntiCache setContent setName setTimeOut setURL toString
Event handlers
Event handlers inherited from GraphicLib
Event handlers inherited from AbstractLib
Constructor
OrphanGraphicLib
function OrphanGraphicLib (
parentLocatorKey:String,
nDepth:Number,
bAutoShow:Boolean)
Class properties
IS_ROOT_INITIALIZED
static IS_ROOT_INITIALIZED:Boolean
(read)
ROOT_KEY
static ROOT_KEY:String
(read)
Class methods
getRootLib
static function getRootLib (
) : GraphicLib
setRootLib
static function setRootLib (
gl:GraphicLib) : Void
setRootTarget
static function setRootTarget (
depth:Number) : Void
Instance methods
getContainer
function getContainer (
) : MovieClip
toString
function toString (
) : String
Returns the string representation of this instance.
Returns:
the string representation of this instance
Overrides: