GraphicLib
| Kind of class: | class |
|---|---|
| Inherits from: | AbstractLib |
| Known subclasses: | |
| Version: | 1.0 |
| Author: | Francis Bourre |
| Classpath: | com.bourre.data.libs.GraphicLib |
| File last modified: | Wednesday, 31 October 2007, 07:35:29 |
Summary
Constructor
Class properties
Class properties inherited from AbstractLib
Instance properties
Instance properties inherited from AbstractLib
Instance methods
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
Constructor
GraphicLib
function GraphicLib (
mcTarget:MovieClip,
nDepth:Number,
bAutoShow:Boolean)
Class properties
onLoadInitEVENT
static onLoadInitEVENT:EventType = AbstractLib.onLoadInitEVENT
(read,write)
onLoadProgressEVENT
static onLoadProgressEVENT:EventType = AbstractLib.onLoadProgressEVENT
(read,write)
onTimeOutEVENT
static onTimeOutEVENT:EventType = AbstractLib.onTimeOutEVENT
(read,write)
Instance properties
autoShow
autoShow:Boolean
(write)
Instance methods
getContainer
function getContainer (
mcTarget:MovieClip,
nDepth:Number) : MovieClip
getContent
function getContent (
) : MovieClip
getView
function getView (
) : MovieClip
hide
function hide (
) : Void
isVisible
function isVisible (
) : Boolean
load
function load (
sURL:String) : Void
setContent
function setContent (
mc:MovieClip) : Void
show
function show (
) : Void
toString
function toString (
) : String
Returns the string representation of this instance.
Returns:
the string representation of this instance
Overrides: