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  
getActionType(action:String) — Static Method , class impression.players.CanvasElementActionTypes
Returns the CanvasElementActionType constant value associated with a string.
getAncestorArray(descendant:XML) — Static Method , class impression.utilities.XMLUtils
Returns an array of ancestors for an XML object.
getAsset(propertyName:String, defaultValue:impression.persistence.properties:AssetData) — method, class impression.persistence.PersistedPropertiesCollection
Returns an AssetData value.
getAttribute(element:XML, attributeName:String, defaultValue:any) — Static Method , class impression.utilities.XMLUtils
Returns an attribute value from an XML object.
getBoolean(propertyName:String, defaultValue:Boolean) — method, class impression.persistence.PersistedPropertiesCollection
Returns a Boolean value.
getBoolean(value:any) — Static Method , class impression.utilities.TypeUtils
Returns the Boolean representation of value.
getBooleanAttribute(element:XML, attributeName:String, defaultValue:Boolean) — Static Method , class impression.utilities.XMLUtils
Returns a Boolean representation of an attribute value from an XML object.
getCEC(propertyName:String, defaultValue:impression.persistence:ChildElementCollection) — method, class impression.persistence.PersistedPropertiesCollection
Returns a ChildElementCollection value.
getClassificationArray() — method, class impression.utilities.Classifier
Returns a copy of the classification strings array.
getColor(propertyName:String, defaultValue:impression.persistence.properties:ColorData) — method, class impression.persistence.PersistedPropertiesCollection
Returns a ColorData value.
getCommonAncestor(descendant1:XML, descendant2:XML) — Static Method , class impression.utilities.XMLUtils
Returns the common ancestor of two XML objects.
getData(items:any) — method, interface impression.simulation.ISimulation
Returns specific simulation data.
getDisplayType(display:String) — Static Method , class impression.players.CanvasElementDisplayTypes
Returns the CanvasElementDisplayTypes constant value associated with a string.
getElementArray() — method, class impression.players.CanvasPlayer
Returns an Array containing the CanvasElement objects on the rendering surface.
getElementStyle(action:String, state:String, style:String) — method, class impression.players.CanvasPlayer
Retrieves a CanvasElement style property.
getElementStyleDefinition() — Static Method , class impression.players.CanvasPlayer
Retrieves the default style map for CanvasElement objects.
getFirstChild(source:XML) — Static Method , class impression.utilities.XMLUtils
Returns the first child of an XML object.
getFirstSibling(source:XML) — Static Method , class impression.utilities.XMLUtils
Returns the first sibling of an XML object.
getFont(propertyName:String, defaultValue:impression.persistence.properties:FontData) — method, class impression.persistence.PersistedPropertiesCollection
Returns a FontData value.
getInt(propertyName:String, defaultValue:int) — method, class impression.persistence.PersistedPropertiesCollection
Returns an int value.
getIntAttribute(element:XML, attributeName:String, defaultValue:int) — Static Method , class impression.utilities.XMLUtils
Returns an int representation of an attribute value from an XML object.
getLastChild(source:XML) — Static Method , class impression.utilities.XMLUtils
Returns the last child of an XML object.
getLastDescendant(source:XML) — Static Method , class impression.utilities.XMLUtils
Returns the last descendant of an XML object.
getLastSibling(source:XML) — Static Method , class impression.utilities.XMLUtils
Returns the last sibling of an XML object.
getLinearMap() — method, class impression.persistence.LessonMap
Returns a copy of the map without hierarchical data.
getLinearMap() — method, class impression.utilities.LessonMapController
Returns a copy of map without hierarchical data.
getLocation(propertyName:String, defaultValue:impression.persistence.properties:LocationData) — method, class impression.persistence.PersistedPropertiesCollection
Returns a LocationData value.
getLocationStatus(location:impression.persistence.properties:LocationData, current:any, storyboards:impression.persistence:StoryboardCollection) — method, class impression.persistence.LessonMap
Returns the aggregate status of a location.
getLocationStatus(location:impression.persistence.properties:LocationData, currentStoryboard:any, storyboards:impression.persistence:StoryboardCollection, currentMap:impression.persistence:LessonMap) — method, class impression.persistence.LessonMapCollection
Returns the aggregate status of a location.
getLocationStatus(location:impression.persistence.properties:LocationData) — method, class impression.utilities.LessonMapController
Returns the aggregate status of a location.
getMapFromCollection(storyboards:impression.persistence:StoryboardCollection, appendMissing:Boolean) — method, class impression.persistence.LessonMap
Returns a LessonMap object based on the collection.
getMapFromCollection(appendMissing:Boolean) — method, class impression.utilities.LessonMapController
Returns a LessonMap object based on the collection.
getMapFromLocation(location:impression.persistence.properties:LocationData, current:any) — method, class impression.persistence.LessonMap
Returns a LessonMap object based on the location.
getMapFromLocation(location:impression.persistence.properties:LocationData, currentStoryboard:any, currentMap:impression.persistence:LessonMap) — method, class impression.persistence.LessonMapCollection
Returns a LessonMap object based on the location.
getMapFromLocation(location:impression.persistence.properties:LocationData) — method, class impression.utilities.LessonMapController
Returns a LessonMap object based on the location.
getMapOfAncestors(current:any) — method, class impression.persistence.LessonMap
Returns a LessonMap object containing the ancestors of an item.
getMapOfAncestors() — method, class impression.utilities.LessonMapController
Returns a LessonMap object containing the ancestors of currentStoryboard.
getMapOfChildren(parent:any, deep:Boolean) — method, class impression.persistence.LessonMap
Returns a LessonMap object containing the children of an item.
getMapOfChildren(deep:Boolean) — method, class impression.utilities.LessonMapController
Returns a LessonMap object containing the descendants of currentStoryboard.
getMapOfDescendants(parent:any) — method, class impression.persistence.LessonMap
Returns a LessonMap object containing the descendants of an item.
getMapOfDescendants() — method, class impression.utilities.LessonMapController
Returns a LessonMap object containing the descendants of currentStoryboard.
getNextLinear(source:XML) — Static Method , class impression.utilities.XMLUtils
Returns the next linear element of an XML object.
getNextSibling(source:XML) — Static Method , class impression.utilities.XMLUtils
Returns the next sibling of an XML object.
getNodeStyle(styleName:String, style:String) — method, class impression.utilities.TreeView
Retrieves a TreeNode style property.
getNodeStyleDefinition() — Static Method , class impression.utilities.TreeView
Retrieves the default style map for TreeNode object.
getNumber(propertyName:String, defaultValue:Number) — method, class impression.persistence.PersistedPropertiesCollection
Returns a Number value.
getNumber(value:any, defaultValue:Number) — Static Method , class impression.utilities.TypeUtils
Returns the Number representation of value.
getNumberAttribute(element:XML, attributeName:String, defaultValue:Number) — Static Method , class impression.utilities.XMLUtils
Returns a Number representation of an attribute value from an XML object.
getOwnerInfo(owner:any) — method, class impression.resolver.AssetResolver
Returns the ResolverInfo object for the owner.
getPath(item:XML) — Static Method , class impression.utilities.XMLUtils
Returns a dot-seperated list of childIndex values of an XML object.
getPPC(propertyName:String, defaultValue:impression.persistence:PersistedPropertiesCollection) — method, class impression.persistence.PersistedPropertiesCollection
Returns a PersistedPropertiesCollection value.
getPreviousLinear(source:XML) — Static Method , class impression.utilities.XMLUtils
Returns the previous linear element of an XML object.
getPreviousSibling(source:XML) — Static Method , class impression.utilities.XMLUtils
Returns the previous sibling of an XML object.
getRectangle(propertyName:String, defaultValue:flash.geom:Rectangle) — method, class impression.persistence.PersistedPropertiesCollection
Returns a Rectangle value.
getRelative(relativeLocation:String) — method, class impression.utilities.LessonMapController
Returns the relative of currentStoryboard.
getRoot(source:XML) — Static Method , class impression.utilities.XMLUtils
Returns the root element of an XML object.
getShapeType(shape:String) — Static Method , class impression.players.CanvasElementShapeTypes
Returns the CanvasElementShapeTypes constant value associated with a string.
getSimulation() — method, interface impression.simulation.ISimulationProvider
Returns an ISimulation object.
getStoryboardState(sb:impression.persistence:Storyboard) — Static Method , class impression.players.BasePlayer
Creates a string describing the state of the storyboard.
getStoryboardState(sb:impression.persistence:Storyboard) — Static Method , class impression.players.CanvasPlayer
Creates a string describing the state of the storyboard.
getStoryboardState(sb:impression.persistence:Storyboard) — Static Method , class impression.players.FlashObjectPlayer
getStoryboardState(sb:impression.persistence:Storyboard) — Static Method , class impression.players.MatchingPlayer
Creates a string describing the state of the storyboard.
getStoryboardState(sb:impression.persistence:Storyboard) — Static Method , class impression.players.MenuPlayer
Creates a string describing the state of the storyboard.
getStoryboardState(sb:impression.persistence:Storyboard) — Static Method , class impression.players.MultipleChoicePlayer
Creates a string describing the state of the storyboard.
getStoryboardState(sb:impression.persistence:Storyboard) — Static Method , class impression.players.MultipleSelectPlayer
Creates a string describing the state of the storyboard.
getStoryboardState(sb:impression.persistence:Storyboard) — Static Method , class impression.players.RTFPlayer
Creates a string describing the state of the storyboard.
getStoryboardState(sb:impression.persistence:Storyboard) — Static Method , class impression.players.RenderingPlayer
Creates a string describing the state of the storyboard.
getStoryboardState(sb:impression.persistence:Storyboard) — Static Method , class impression.players.SWFVideoPlayer
Creates a string describing the state of the storyboard.
getStoryboardState(sb:impression.persistence:Storyboard) — Static Method , class impression.players.SimulationPlayer
Creates a string describing the state of the storyboard.
getStoryboardState(sb:impression.persistence:Storyboard) — Static Method , class impression.players.sequencers.AudioSequencer
getStoryboardState(sb:impression.persistence:Storyboard) — Static Method , class impression.players.sequencers.CommandSequencer
Creates a string describing the state of the storyboard.
getStoryboardState(sb:impression.persistence:Storyboard) — Static Method , class impression.players.sequencers.TimeSequencer
getString(propertyName:String, defaultValue:String) — method, class impression.persistence.PersistedPropertiesCollection
Returns a String value.
getString(value:any) — Static Method , class impression.utilities.TypeUtils
Returns the String representation of value.
getStringAttribute(element:XML, attributeName:String, defaultValue:String) — Static Method , class impression.utilities.XMLUtils
Returns a String representation of an attribute value from an XML object.
getStyle(state:String, style:String) — method, class impression.players.CanvasElement
Retrieves a style property.
getStyle(style:String) — method, class impression.players.RenderingPlayer
Retrieves a style property.
getStyle(style:String) — method, class impression.utilities.RTFConverter
Retrieves a style property.
getStyle(style:String) — method, class impression.utilities.TreeNode
Retrieves a style property for the node.
getStyle(style:String) — method, class impression.utilities.TreeView
Retrieves a style property.
getStyleDefinition() — Static Method , class impression.players.CanvasElement
Retrieves the default style map for the element.
getStyleDefinition() — Static Method , class impression.players.CanvasPlayer
Retrieves the default style map for the CanvasPlayer.
getStyleDefinition() — Static Method , class impression.players.FlashObjectPlayer
Retrieves the default style map for the FlashObjectPlayer.
getStyleDefinition() — Static Method , class impression.players.RTFPlayer
Retrieves the default style map for the RTFPlayer.
getStyleDefinition() — Static Method , class impression.players.RenderingPlayer
Retrieves the default style map for the current object.
getStyleDefinition() — Static Method , class impression.players.SWFVideoPlayer
Retrieves the default style map for the SWFVideoPlayer.
getStyleDefinition() — Static Method , class impression.utilities.RTFConverter
Retrieves the default style map for the node.
getStyleDefinition() — Static Method , class impression.utilities.TreeNode
Retrieves the default style map for the node.
getStyleDefinition() — Static Method , class impression.utilities.TreeView
Retrieves the default style map for the treeview.
getSummary() — method, class impression.players.MatchingPlayer
Returns a MatchingSummary object containing aggregate information about the storyboard.
getUI() — method, interface impression.simulation.ISimulationUIProvider
Returns an ISimulationUI object.
getUInt(propertyName:String, defaultValue:uint) — method, class impression.persistence.PersistedPropertiesCollection
Returns a uint value.
getURLRequest(item:any) — method, class impression.resolver.AssetResolver
Returns a URLRequest object for an item.
getValue(propertyName:String, defaultValue:any, requireTypeMatching:Boolean, requiredType:Class) — method, class impression.persistence.PersistedPropertiesCollection
Returns a value.
GRAPHIC — Static Property, class impression.players.CanvasElementDisplayTypes
The element should be rendered as a graphic.
GUID — class, package impression.utilities
The GUID class provides support for creating globally unique identifiers.
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