| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
| LabelButtonEventListenerDelegate — Final class in package net.guttershark.support.eventmanager |
|
The LabelButtonEventListenerDelegate implements event listener logic
for LabelButton instances. |
| LANGUAGE — Constant property in class net.guttershark.util.PlayerUtils |
|
Retrieve the FlashPlayers Localized Language Code. |
| languageCode — Property in class net.guttershark.managers.LanguageManager |
|
Set the language code to currently use. |
| LanguageManager — Final class in package net.guttershark.managers |
|
The LanguageManager class manages loading different language
xml files, and handles updating your text fields with
text for a different language. |
| lastCompletedAsset — Property in class net.guttershark.control.PreloadController |
|
The last completed asset. |
| lastLibraryName — Property in class net.guttershark.managers.AssetManager |
|
The last libraryName that was used to register an object. |
| LayoutManager — Final class in package net.guttershark.managers |
|
The LayoutManager class adds shortcuts for layout, and layer management
with a display objects children. |
| LayoutManager(target) — Constructor in class net.guttershark.managers.LayoutManager |
|
Constructor for LayoutManager instances. |
| length — Property in class net.guttershark.util.collections.ArrayBidirectionalIterator |
|
Return the collection length. |
| length — Property in class net.guttershark.util.collections.ArrayBounceIterator |
|
Return the collection length. |
| length — Property in interface net.guttershark.util.collections.IBidirectionalIterator |
|
Return the collection length. |
| length — Property in class net.guttershark.util.collections.OrderedDictionary |
|
A non-negative integer specifying the number of elements in the ordered dictionary. |
| lgm — Property in class net.guttershark.display.CoreClip |
|
The LanguageManager singleton instance. |
| lgm — Property in class net.guttershark.display.CoreSprite |
|
The LanguageManager singleton instance. |
| libraryName — Property in class net.guttershark.support.preloading.Asset |
|
The identifier of this item in the AssetManager
|
| limit(val, min, max, wrap) — Method in class net.guttershark.util.MathUtils |
|
Similar to clamp & constrain but allows for limit value wrapping. |
| limiter — Property in class net.guttershark.support.servicemanager.shared.BaseCall |
|
Limiter
|
| Limiter — Final class in package net.guttershark.support.servicemanager.shared |
|
The Limiter class stops duplicate calls in RemotingServices
when a call has been made, but no response has happened yet. |
| Limiter() — Constructor in class net.guttershark.support.servicemanager.shared.Limiter |
|
New RemotinCallLimiter. |
| line(bmp, x0, y0, x1, y1, c) — Method in class net.guttershark.util.BitmapUtils |
|
Draw a line into a bitmap data. |
| links — Property in class net.guttershark.model.Model |
|
Stores a reference to the <links></links>
node in the model xml. |
| _list — Property in class net.guttershark.util.collections.XMLListIterator |
| |
| lm — Property in class net.guttershark.display.CoreClip |
|
An instance of a layout manager. |
| lm — Property in class net.guttershark.display.CoreSprite |
|
An instance of a layout manager. |
| load(url, width, height, buffer, autoPlay, showFirstFrame) — Method in class net.guttershark.display.FLV |
|
Loads the video, and optionally shows the first frame. |
| load(asset:net.guttershark.support.preloading:Asset) — Method in class net.guttershark.support.preloading.workers.BitmapWorker |
|
Load an asset of type bitmap. |
| load(asset:net.guttershark.support.preloading:Asset) — Method in class net.guttershark.support.preloading.workers.FLVWorker |
|
Load an asset of type flv. |
| load(asset:net.guttershark.support.preloading:Asset) — Method in class net.guttershark.support.preloading.workers.SoundWorker |
|
Load an asset of type mp3. |
| load(asset:net.guttershark.support.preloading:Asset) — Method in class net.guttershark.support.preloading.workers.StyleSheetWorker |
|
Load an asset of type css. |
| load(asset:net.guttershark.support.preloading:Asset) — Method in class net.guttershark.support.preloading.workers.SWFWorker |
|
Load an asset of type swf. |
| load(asset:net.guttershark.support.preloading:Asset) — Method in class net.guttershark.support.preloading.workers.Worker |
|
Load an asset. |
| load(asset:net.guttershark.support.preloading:Asset) — Method in class net.guttershark.support.preloading.workers.XMLWorker |
|
Load an asset of type xml. |
| load(request) — Method in class net.guttershark.util.XMLLoader |
|
Load an xml file. |
| loader — Property in class net.guttershark.support.preloading.workers.Worker |
|
Internal loader used for loading the asset. |
| loadLanguage(langXMLPath, langCode) — Method in class net.guttershark.managers.LanguageManager |
|
Load a language XML file - the loading is handled internally. |
| LocalizableClip — Class in package net.guttershark.display |
|
The LocalizableClip class is used with the LanguageManager
to add localization support at runtime. |
| LocalizableClip(tf) — Constructor in class net.guttershark.display.LocalizableClip |
|
Constructor for LocalizableClip instances - you should
bind this class to a movie clip in the library, or
if you need to create one through code, pass in
a text field instance in the constructor. |
| localizedID — Property in class net.guttershark.display.LocalizableClip |
|
The localized id of this clip, which correlates
to a text node in a language xml file. |
| localizedText — Property in class net.guttershark.display.LocalizableClip |
|
Read the text on the internal text field. |
| localToLocal(from, to) — Method in class net.guttershark.util.DisplayListUtils |
|
Translate the display object container position in a new container. |
| locatePropVal(a, prop, val, caseInsensitive) — Method in class net.guttershark.util.ArrayUtils |
|
Search for a unique property/value match in an array of complex objects. |
| locatePropValIndex(a, prop, val, caseInsensitive) — Method in class net.guttershark.util.ArrayUtils |
|
Search for a unique property/value match in an array of
complex objects and return its index in the array. |
| lockable — Property in class net.guttershark.display.MovieClipButton |
|
Set whether or not this button is lockable. |
| lockCall(uniquePath) — Method in class net.guttershark.support.servicemanager.shared.Limiter |
|
Locks a call so that no further calls can be made to it
until it's unlocked. |
| locked — Property in class net.guttershark.display.MovieClipButton |
|
Lock or unlock the button. |
| LOCKED — Constant static property in class net.guttershark.display.MovieClipButton |
|
Event identifier for the locked state
|
| lockedFrame — Property in class net.guttershark.display.MovieClipButton |
|
The frame to go to for the (optional)
locked state. |
| lockSound — Property in class net.guttershark.display.MovieClipButton |
|
The sound to play when this button is locked. |
| LOW — Constant static property in class net.guttershark.util.Bandwidth |
|
Low bandwidth
|
| LOW — Constant static property in class net.guttershark.util.filters.FilterQuality |
|
Low filter quality. |
| ltrim(str) — Method in class net.guttershark.util.StringUtils |
|
Removes whitespace from the front of the specified string. |
| luminanceTransform() — Method in class net.guttershark.util.filters.FilterUtils |
|
Returns a predefined greyscale color matrix. |
|
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |