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  
labelMap(label:String, attribute:String) — method, class impression.utilities.LessonMapController
Adds a label to each item in the map.
labelTemplate — Property, class impression.utilities.LessonMapViewer
The template string to use to label the LessonMap objects displayed in the TreeView.
lastAsset — Property, class impression.resolver.LoaderEx
lastAsset — Property, class impression.resolver.SoundEx
lastAsset — Property, class impression.resolver.URLLoaderEx
lastChild — Property, class impression.utilities.LessonMapController
Returns the last child of currentStoryboard.
LAST_CHILD — Constant Static Property, class impression.persistence.properties.RelativeLocations
The last child of the current location, or null if the current location has no children.
lastChildOf(item:any, storyboards:impression.persistence:StoryboardCollection) — method, class impression.persistence.LessonMap
Returns the last child of an item.
lastChildOf(sb:impression.persistence:Storyboard) — method, class impression.utilities.LessonMapController
Returns the last child of an item.
lastDescendant — Property, class impression.utilities.LessonMapController
Returns the last descendant of currentStoryboard.
LAST_DESCENDANT — Constant Static Property, class impression.persistence.properties.RelativeLocations
The last descendant of the current location, or null if the current location does not have children.
lastDescendantOf(item:any, storyboards:impression.persistence:StoryboardCollection) — method, class impression.persistence.LessonMap
Returns the last descendant of an item.
lastDescendantOf(sb:impression.persistence:Storyboard) — method, class impression.utilities.LessonMapController
Returns the last descendant of an item.
lastEvent — Property, class impression.resolver.LoaderEx
A copy of the most recent event object dispatched by the base class.
lastEvent — Property, class impression.resolver.LoaderInfoEx
Returns a copy of the most recent event object dispatched.
lastEvent — Property, class impression.resolver.SoundEx
A copy of the most recent event object dispatched by the base class.
lastEvent — Property, class impression.resolver.URLLoaderEx
A copy of the most recent event object dispatched by the base class.
lastRequest — Property, class impression.resolver.LoaderEx
lastRequest — Property, class impression.resolver.SoundEx
lastRequest — Property, class impression.resolver.URLLoaderEx
lastSBID() — method, class impression.persistence.LessonMap
Returns a String specifying the sbid of the last storyboard in the map.
lastSibling — Property, class impression.utilities.LessonMapController
Returns the last sibling of currentStoryboard.
LAST_SIBLING — Constant Static Property, class impression.persistence.properties.RelativeLocations
The last sibling of the current location.
lastSiblingOf(item:any, storyboards:impression.persistence:StoryboardCollection) — method, class impression.persistence.LessonMap
Returns the last sibling of an item.
lastSiblingOf(sb:impression.persistence:Storyboard) — method, class impression.utilities.LessonMapController
Returns the last sibling of an item.
lastStoryboard(storyboards:impression.persistence:StoryboardCollection) — method, class impression.persistence.LessonMap
Returns the last storyboard in the map.
lastStoryboard — Property, class impression.utilities.LessonMapController
Returns the last storyboard in the map.
LAST_STORYBOARD — Constant Static Property, class impression.persistence.properties.RelativeLocations
The last storyboard.
latency — Property, class impression.resolver.LoaderInfoEx
The number of milliseconds between the time that the load request was issued and loading begins.
latency — Property, class impression.resolver.SoundEx
The number of milliseconds between the time that the load request was issued and loading begins.
latency — Property, class impression.resolver.URLLoaderEx
The number of milliseconds between the time that the load request was issued and loading begins.
latencyAverage — Property, class impression.resolver.ResolverInfo
The average of the latency property values for all items.
latencyTotal — Property, class impression.resolver.ResolverInfo
The sum of the latency property values for all items.
leftTrim(source:String) — Static Method , class impression.utilities.StringUtils
Removes all leading whitespace from source.
length — Property, class impression.persistence.ChildElementCollection
The number of items in the collection.
length — Property, class impression.persistence.LessonMap
The number of items in the object.
length — Property, class impression.persistence.LessonMapCollection
The number of items in the collection.
length — Property, class impression.persistence.PersistedPropertiesCollection
The number of items in the collection.
length — Property, class impression.persistence.StoryboardCollection
The number of items in the collection.
Lesson — class, package impression.persistence
The Lesson object is the top-level persisted object.
Lesson(title:String, identifier:String, lessonID:String, documentID:String, createDefaultMap:Boolean) — Constructor, class impression.persistence.Lesson
Creates a new instance of the Lesson class.
lessonID — Property, class impression.persistence.Lesson
The unique identifier of the object.
LessonMap — class, package impression.persistence
A LessonMap object represents a hierarchical ordering of storyboards.
LessonMap(name:String) — Constructor, class impression.persistence.LessonMap
Creates a new instance of the LessonMap class.
LessonMapCollection — class, package impression.persistence
The LessonMapCollection object is a unordered list of LessonMap objects.
LessonMapCollection() — Constructor, class impression.persistence.LessonMapCollection
Creates a new instance of the LessonMapCollection class.
LessonMapController — class, package impression.utilities
The LessonMapController combines a LessonMap object and a StoryboardCollection object, and provides methods for working with both.
LessonMapController(map:impression.persistence:LessonMap, storyboards:impression.persistence:StoryboardCollection, current:any) — Constructor, class impression.utilities.LessonMapController
Creates a new instance of the LessonMapController class.
LessonMapControllerEvent — class, package impression.events
The LessonMapController object dispatches a LessonMapControllerEvent object when the currently selected storyboard changes.
LessonMapControllerEvent(type:String, bubbles:Boolean, cancelable:Boolean, sb:impression.persistence:Storyboard) — Constructor, class impression.events.LessonMapControllerEvent
Creates a new instance of a LessonMapControllerEvent object.
LessonMapViewer — class, package impression.utilities
The LessonMapViewer class combines a TreeView and a LessonMapController to provide a display for a LessonMap.
LessonMapViewer(tvw:impression.utilities:TreeView, controller:impression.utilities:LessonMapController, labelTemplate:String) — Constructor, class impression.utilities.LessonMapViewer
Creates a new instance of the LessonMapViewer class.
LessonMapViewerEvent — class, package impression.events
The LessonMapViewer object dispatches a LessonMapViewerEvent object when a lesson map related action occurs.
LessonMapViewerEvent(type:String, bubbles:Boolean, cancelable:Boolean, reason:String, node:impression.utilities:TreeNode, sb:impression.persistence:Storyboard) — Constructor, class impression.events.LessonMapViewerEvent
Creates a new instance of a LessonMapViewerEvent object.
LessonMapViewerEventReasons — class, package impression.events
The LessonMapViewerEventReasons class provides static constants for the reason property of a LessonMapViewerEvent.
lessonMapViewerLoadComplete — Event, class impression.utilities.LessonMapViewer
Dispatched when a LessonMap has been loaded into the associated TreeView.
LessonMapViewerRequestEvent — class, package impression.events
The LessonMapViewer object dispatches a LessonMapViewerRequestEvent object before a selection change occurs.
LessonMapViewerRequestEvent(type:String, bubbles:Boolean, cancelable:Boolean, reason:String, oldNode:impression.utilities:TreeNode, newNode:impression.utilities:TreeNode, oldSB:impression.persistence:Storyboard, newSB:impression.persistence:Storyboard) — Constructor, class impression.events.LessonMapViewerRequestEvent
Creates a new instance of a LocationStatusRequestEvent object.
lessonMapViewerSelected — Event, class impression.utilities.LessonMapViewer
Dispatched when a new node is selected in the associated TreeView.
lessonMapViewerSelectRequest — Event, class impression.utilities.LessonMapViewer
Dispatched when the object receives a request to select a node.
LINE — Static Property, class impression.players.CanvasElementShapeTypes
The shape should be rendered as a line.
lineAlpha — Style, class impression.utilities.TreeView
The alpha transparency value of the lines.
lineColor — Style, class impression.utilities.TreeView
The color of the lines.
lineDashLength — Style, class impression.utilities.TreeView
Indicates the length of the dash segment of the lines, in pixels.
lineGapLength — Style, class impression.utilities.TreeView
Indicates the length of the gap segment of the lines, in pixels.
lineThickness — Style, class impression.utilities.TreeView
Indicates the thickness of the lines, in pixels.
load(item:any, loader:any, owner:any, context:any) — method, class impression.resolver.AssetResolver
Begins loading content into an object.
load(request:flash.net:URLRequest, context:flash.system:LoaderContext) — method, class impression.resolver.LoaderEx
Loads a SWF, JPEG, progressive JPEG, unanimated GIF, or PNG file into an object that is a child of this LoaderEx object.
load(stream:flash.net:URLRequest, context:flash.media:SoundLoaderContext) — method, class impression.resolver.SoundEx
Initiates loading of an external MP3 file from the specified URL.
load(request:flash.net:URLRequest) — method, class impression.resolver.URLLoaderEx
Sends and loads data from the specified URL.
loadAsset(asset:impression.persistence.properties:AssetData, context:flash.system:LoaderContext) — method, class impression.resolver.LoaderEx
Begins loading an asset.
loadAsset(asset:impression.persistence.properties:AssetData, context:flash.media:SoundLoaderContext) — method, class impression.resolver.SoundEx
Begins loading an asset.
loadAsset(asset:impression.persistence.properties:AssetData) — method, class impression.resolver.URLLoaderEx
Begins loading an asset.
loadComplete — Event, class impression.players.BasePlayer
Dispatched when storyboard loading is complete.
loadComplete — Property, interface impression.simulation.IAsyncLoad
Indicates whether the object has finished loading and is ready for use.
LOAD_COMPLETE — Constant Static Property, class impression.events.LessonMapViewerEvent
The LessonMapViewerEvent.LOAD_COMPLETE constant defines the value of the type property of a lesson map viewer load complete event object.
LOAD_COMPLETE — Constant Static Property, class impression.events.LessonMapViewerEventReasons
The event was triggered as the result of loading a new LessonMap.
LOAD_COMPLETE — Constant Static Property, class impression.events.StoryboardEvent
The StoryboardEvent.LOAD_COMPLETE constant defines the value of the type property of a load event object.
LOAD_COMPLETE — Constant Static Property, class impression.events.TreeViewEvent
The TreeViewEvent.LOAD_COMPLETE constant defines the value of the type property of a TreeView event object.
LOAD_COMPLETE — Constant Static Property, class impression.events.TreeViewEventReasons
The event was triggered as the result of loading a new LessonMap.
LOAD_COMPLETE — Static Property, class impression.players.sequencers.SequencerStatusTypes
The audio file has been loaded, but playback has not yet begun.
_loader — Property, class impression.players.FlashObjectPlayer
Returns the loader object.
loader — Property, class impression.resolver.LoaderInfoEx
The LoaderEx object associated with this LoaderInfoEx object.
LoaderEx — class, package impression.resolver
The LoaderEx class extends the Loader object to support notifications for cancelled operations, general-purpose status events, and object connections for the AssetResolver.
LoaderEx(owner:any, resolver:impression.resolver:AssetResolver) — Constructor, class impression.resolver.LoaderEx
Creates a new instance of the LoaderEx class.
loaderInfo() — method, class impression.resolver.LoaderInfoEx
Returns the object's internal loaderInfo object.
LoaderInfoEx — class, package impression.resolver
The LoaderInfoEx class wraps the LoaderInfo object, providing additional events and state information.
LOAD_ERROR — Static Property, class impression.players.VideoPlayerStatusTypes
The player was unable to load the video.
LOAD_ERROR — Static Property, class impression.players.sequencers.SequencerStatusTypes
The player was unable to load the audio file.
loaderURL — Property, class impression.resolver.LoaderInfoEx
The URL of the SWF file that initiated the loading of the media described by this LoaderInfo object.
loading — Property, class impression.events.SimulationPlayerErrorEvent
Indicates whether or not the event occurred during the loading phase of the storyboard.
loading — Property, class impression.players.SimulationPlayer
Indicates whether the current storyboard is loading.
LOADING — Static Property, class impression.players.VideoPlayerStatusTypes
The player is loading the video.
LOADING — Static Property, class impression.players.sequencers.SequencerStatusTypes
The player is loading the audio file.
loadSnapshot(simulation:impression.simulation:ISimulation, snapshot:impression.persistence.properties:AssetData, resolver:impression.resolver:AssetResolver, resolverOwner:any) — method, interface impression.simulation.ISnapshotLoader
Loads the simulation with the snapshot data.
loadStart — Event, class impression.players.BasePlayer
Dispatched when a storyboard is loaded, but before any processing occurs.
LOAD_START — Constant Static Property, class impression.events.StoryboardEvent
The StoryboardEvent.LOAD_START constant defines the value of the type property of an load start event object.
loadStoryboard() — method, class impression.players.BasePlayer
Loads the storyboard.
loadStoryboard() — method, class impression.players.CanvasPlayer
Loads the storyboard.
loadStoryboard() — method, class impression.players.MatchingPlayer
Loads the storyboard.
loadStoryboard() — method, class impression.players.MenuPlayer
Loads the storyboard.
loadStoryboard() — method, class impression.players.MultipleSelectPlayer
Loads the storyboard.
loadStoryboard() — method, class impression.players.RenderingPlayer
Loads the storyboard.
loadStoryboard() — method, class impression.players.SWFVideoPlayer
Loads the storyboard.
loadStoryboard() — method, class impression.players.SimulationPlayer
Loads the storyboard.
loadStoryboard() — method, class impression.players.sequencers.AudioSequencer
Loads the storyboard.
loadStoryboard() — method, class impression.players.sequencers.CommandSequencer
Loads the storyboard.
loadStoryboard() — method, class impression.players.sequencers.TimeSequencer
Loads the storyboard.
loadXML(source:XML, attributeName:String) — method, class impression.utilities.TreeView
Builds the tree from an XML object.
location — Property, class impression.events.LocationStatusRequestEvent
The location to determine the status of.
location — Property, class impression.events.ResolveLocationRequestEvent
The location to be resolved.
LOCATION_CHANGE_REQUEST — Constant Static Property, class impression.events.LocationChangeRequestEvent
The LocationChangeRequestEvent.LOCATION_CHANGE_REQUEST constant defines the value of the type property of a location change request event object.
LocationChangeRequestEvent — class, package impression.events
An object dispatches a LocationChangeRequestEvent object when a location change request action occurs.
LocationChangeRequestEvent(type:String, bubbles:Boolean, cancelable:Boolean, sb:impression.persistence:Storyboard, destination:impression.persistence.properties:LocationData, requestType:String) — Constructor, class impression.events.LocationChangeRequestEvent
Creates a new instance of a LocationChangeRequestEvent object.
LocationChangeRequestTypes — class, package impression.events
The LocationChangeRequestTypes class provides static constants for the requestType property of a LocationChangeRequestEvent.
LocationData — class, package impression.persistence.properties
The LocationData object stores information about a location within a lesson.
LocationData(startPoint:String, endPoint:String, map:String) — Constructor, class impression.persistence.properties.LocationData
Creates a new instance of the LocationData class.
locationStatusRequest — Event, class impression.players.CanvasElement
Dispatched when the element needs to determine the aggregate status of a location.
locationStatusRequest — Event, class impression.players.CanvasPlayer
Dispatched when an element needs to determine the aggregate status of a location.
locationStatusRequest — Event, class impression.players.MenuPlayer
Dispatched when the player needs to determine the status of a destination.
LOCATION_STATUS_REQUEST — Constant Static Property, class impression.events.LocationStatusRequestEvent
The LocationStatusRequestEvent.LOCATION_STATUS_REQUEST constant defines the value of the type property of a location status request event object.
LocationStatusRequestEvent — class, package impression.events
An object dispatches a LocationStatusRequestEvent object when it needs to know the aggregate status of a specific location.
LocationStatusRequestEvent(type:String, bubbles:Boolean, cancelable:Boolean, sb:impression.persistence:Storyboard, location:impression.persistence.properties:LocationData, status:String) — Constructor, class impression.events.LocationStatusRequestEvent
Creates a new instance of a LocationStatusRequestEvent object.
LocationStatusTypes — class, package impression.events
The LocationStatusTypes class provides static constants for the status property of a LocationStatusRequestEvent.
lockAll() — method, class impression.players.MatchingPlayer
Locks all questions.
lockCorrect() — method, class impression.players.MatchingPlayer
Locks all questions that have been correctly evaluated.
locked — Property, class impression.players.MatchingQuestionDetails
Indicates whether the question can be selected.
locked — Property, class impression.players.MatchingResponseDetails
Indicates whether the response can be selected.
locked — Property, class impression.players.MultipleChoicePlayer
Indicates whether the responses for the storyboard are locked, preventing selection.
locked — Property, class impression.players.MultipleSelectPlayer
Indicates whether the responses for the storyboard are locked, preventing selection.
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