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  
IAsyncLoad — Interface, package impression.simulation
Defines asynchronous load operations for a simulation object.
icon — Style, class impression.utilities.TreeNode
Identifies the icon to use when the node is not selected.
iconObject — Property, class impression.events.TreeNodeDrawEvent
The DisplayObject used as the node's icon, if present.
iconTextSpacing — Style, class impression.utilities.TreeNode
The spacing between the right edge of the icon and the left edge of the text field when the node is not selected, in pixels.
identifier — Property, class impression.persistence.Lesson
The human-readable identification code for the object.
identifier — Property, class impression.persistence.Storyboard
The human-readable identification code for the object.
IDENTIFIER — Constant Static Property, class impression.utilities.LessonMapController
The identifier of the storyboard.
impression.events — package
The impression.events namespace contains event classes dispatched by the framework.
impression.persistence — package
The impression.persistence namespace contains classes for working with data.
impression.persistence.properties — package
The impression.persistence.properties namespace contains classes that support impression-specific datatypes.
impression.players — package
The impression.players namespace contains classes to playback specific storyboard types.
impression.players.sequencers — package
The impression.players.sequencers namespace contains classes to support the playback of sequencer storyboard types.
impression.resolver — package
The impression.resolver namespace contains classes for managing the loading of external assets.
impression.simulation — package
The impression.simulation namespace contains interfaces for simulations.
impression.utilities — package
The impression.utilities namespace contains support classes.
indentation — Style, class impression.utilities.TreeView
The amount, in pixels, to indent a child node.
index — Property, class impression.players.MatchingQuestionDetails
The index of the question.
index — Property, class impression.players.MatchingResponseDetails
The index of the response.
indexOf(element:impression.persistence:ChildElement) — method, class impression.persistence.ChildElementCollection
Returns the zero-based index of an item in the collection.
indexOf(item:any) — method, class impression.persistence.LessonMapCollection
Returns the zero-based index of an item in the collection.
indexOf(propertyName:String) — method, class impression.players.MatchingPlayer
Returns the index of the propertyName.
indexOf(propertyName:String) — method, class impression.players.MultipleChoicePlayer
Returns the index of the propertyName.
indexOf(propertyName:String) — method, class impression.players.MultipleSelectPlayer
Returns the index of the propertyName.
init — Event, class impression.resolver.LoaderInfoEx
Dispatched when the properties and methods of a loaded SWF file are accessible and ready for use.
initializationComplete — Event, interface impression.simulation.IRulesEngine
Dispatch when rules engine initialization has completed.
initializationComplete — Event, interface impression.simulation.ISequencer
Dispatch when sequencing has completed.
initializationComplete — Event, interface impression.simulation.ISnapshotLoader
Dispatch when snapshot processing has completed.
INITIALIZATION_COMPLETE — Constant Static Property, class impression.events.SimulationObjectEvent
The SimulationObjectEvent.INITIALIZATION_COMPLETE constant defines the value of the type property of a simulation object initialization complete event object.
initialize — Event, class impression.players.BasePlayer
Dispatched after a storyboard is initialized.
initialize(simulation:impression.simulation:ISimulation, rules:String) — method, interface impression.simulation.IRulesEngine
Begins initialization of the rules.
INITIALIZE — Constant Static Property, class impression.events.StoryboardEvent
The StoryboardEvent.INITIALIZE constant defines the value of the type property of a initialize event object.
INITIALIZED — Static Property, class impression.events.LocationStatusTypes
At least one storyboard in the specified location is initialized.
INITIALIZED — Static Property, class impression.players.CanvasElementStates
For elements that have an ActionType property value of jump or displayRange, indicates that the aggregate status of the destination or range is initialized.
INITIALIZED — Static Property, class impression.players.VideoPlayerStatusTypes
The video has been loaded, but playback has not yet begun.
initializeStoryboard() — method, class impression.players.BasePlayer
Initializes the storyboard.
initializeStoryboard() — method, class impression.players.MatchingPlayer
Initializes the storyboard.
initializeStoryboard() — method, class impression.players.MultipleChoicePlayer
Initializes the storyboard.
initializeStoryboard() — method, class impression.players.MultipleSelectPlayer
Initializes the storyboard.
insert(element:impression.persistence:ChildElement, index:Number) — method, class impression.persistence.ChildElementCollection
Inserts an item at the specified zero-based index in the collection.
insertAfter(current:any, item:any) — method, class impression.persistence.LessonMap
Inserts an item after another item in the map.
insertBefore(current:any, item:any) — method, class impression.persistence.LessonMap
Inserts an item before another item in the map.
interval — Property, class impression.players.sequencers.AudioSequencer
The frequency, in milliseconds, that the sequencer will use to check the child elements of the current storyboard.
interval — Property, class impression.players.sequencers.TimeSequencer
The frequency, in milliseconds, that the sequencer will use to check the child elements of the current storyboard.
ioError — Event, class impression.players.CanvasElement
Dispatched when the element encounters an error while loading a graphic.
ioError — Event, class impression.players.RenderingPlayer
Dispatched when some type of input or output failure occurs.
ioError — Event, class impression.resolver.LoaderInfoEx
Dispatched when an input or output error occurs that causes a load operation to fail.
IRulesEngine — Interface, package impression.simulation
IRulesEngine defines the minimum functionality required by the SimulationPlayer for an object that evaluates simulation interaction.
isAncestor(ancestor:XML, descendant:XML) — Static Method , class impression.utilities.XMLUtils
Identifies whether an XML object is the ancestor of another XML object.
isAncestorOf(item:any, relative:any) — method, class impression.persistence.LessonMap
Returns a value indicating whether or not relative is an ancestor of item.
isChildOf(item:any, relative:any) — method, class impression.persistence.LessonMap
Returns a value indicating whether or not item is a child of relative.
isDescendantOf(item:any, relative:any) — method, class impression.persistence.LessonMap
Returns a value indicating whether or not relative is a descendant of item.
isEmpty — Property, class impression.persistence.properties.LocationData
Indicates whether or not the object contains a valid point or range.
ISequencer — Interface, package impression.simulation
ISequencer defines the minimum functionality required by the SimulationPlayer for an object that performs sequencing.
isImpressionXML(root:XML) — Static Method , class impression.persistence.Lesson
Returns true if the XML node is a valid Impression lesson node.
ISimulation — Interface, package impression.simulation
ISimulation defines the minimum functionality required for a simulation object.
ISimulationEx — Interface, package impression.simulation
ISimulationEx defines additional functionality for a simulation process.
ISimulationProvider — Interface, package impression.simulation
Defines a mechanism for accessing an ISimulation object.
ISimulationUI — Interface, package impression.simulation
ISimulationUI defines the minimum functionality required for a simulation user interface.
ISimulationUIProvider — Interface, package impression.simulation
Defines a mechanism for accessing an ISimulationUI object.
ISnapshotLoader — Interface, package impression.simulation
ISnapshotLoader defines the minimum functionality required by the SimulationPlayer for an object that processes snapshots.
ISnapshotReader — Interface, package impression.simulation
Defines the ability to update the simulation state based on an untyped or simulation-specific snapshot data format.
ISnapshotStringReader — Interface, package impression.simulation
Defines the ability to update the simulation state based on a snapshot string.
ISnapshotStringWriter — Interface, package impression.simulation
Defines the ability to write the simulation state to a string.
ISnapshotWriter — Interface, package impression.simulation
Defines the ability to write the simulation state to an untyped or simulation-specific object.
ISnapshotXMLReader — Interface, package impression.simulation
Defines the ability to update the simulation state based on an XML snapshot.
ISnapshotXMLWriter — Interface, package impression.simulation
Defines the ability to write the simulation state to an XML object.
isNullOrEmpty(source:String) — Static Method , class impression.utilities.StringUtils
Returns true if the passed string is null or the empty string ("").
isPlayable — Property, class impression.players.SWFVideoPlayer
Indicates whether the current state of the animation can be manipulated by the playback methods.
isPracticeQuestion — Property, class impression.players.MatchingPlayer
true if the question is marked as a practice question, false else.
isPracticeQuestion — Property, class impression.players.MatchingSummary
Indicates whether the question should be treated as a practice question or a test question.
isPracticeQuestion — Property, class impression.players.MultipleChoicePlayer
true if the question is marked as a practice question, false else.
isPracticeQuestion — Property, class impression.players.MultipleSelectPlayer
true if the question is marked as a practice question, false else.
isQuestionAtLocked(index:Number) — method, class impression.players.MatchingPlayer
Identifies whether the question at index is locked.
isRange — Property, class impression.persistence.properties.LocationData
Indicates whether or not the object identifies a range of storyboards.
isRelativeLocation — Property, class impression.persistence.properties.LocationData
Indicates whether or not the object has at least one relative location.
isRelativeLocation(locationName:String) — Static Method , class impression.persistence.properties.RelativeLocations
Determines if the passed in locationName is one of the defined constants.
isResponseAtEvaluated(index:Number) — method, class impression.players.MultipleSelectPlayer
Returns true if the response is evaluated, false else.
isResponseAtLocked(index:Number) — method, class impression.players.MatchingPlayer
Identifies whether the response at index is locked.
isResponseAtMarkedCorrect(index:Number) — method, class impression.players.MultipleSelectPlayer
Returns true if the response is marked as correct, false else.
isResponseAtSelected(index:Number) — method, class impression.players.MultipleSelectPlayer
Returns true if the response is selected, false else.
isSiblingOf(item:any, relative:any) — method, class impression.persistence.LessonMap
Returns a value indicating if the item is a sibling of relative.
isSteppedVideo — Property, class impression.players.SWFVideoPlayer
Indicates whether the current storyboard is a stepped animation.
isWhitespace(char:String) — Static Method , class impression.utilities.StringUtils
Returns true if the passed char is a whitespace character.
italic — Property, class impression.persistence.properties.FontData
The font's italic state.
item(index:Number) — method, class impression.persistence.ChildElementCollection
Returns the item located at a specific index.
item(identifier:any) — method, class impression.persistence.LessonMapCollection
Returns an item from the collection.
item(identifier:any) — method, class impression.persistence.StoryboardCollection
Returns an item from the collection.
itemsActive — Property, class impression.resolver.ResolverInfo
The number of items currently loading data.
itemsTotal — Property, class impression.resolver.ResolverInfo
The total number of active and inactive items.
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