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  
familyName — Property, class impression.persistence.properties.FontData
The family name of the font (for instance, Arial).
filename — Property, class impression.persistence.properties.AssetData
The filename of the asset.
filter(callback:Function, thisObject:any, useArrayMethod:Boolean) — method, class impression.persistence.ChildElementCollection
Executes a test function on each item in the collection and constructs a new ChildElementCollection for all items that return true for the specified function.
filter(callback:Function, thisObject:any, useArrayMethod:Boolean) — method, class impression.persistence.LessonMapCollection
Executes a test function on each item in the collection and constructs a new LessonMapCollection for all items that return true for the specified function.
filter(callback:Function, thisObject:any) — method, class impression.persistence.StoryboardCollection
Executes a test function on each item in the collection and constructs a new StoryboardCollection for all items that return true for the specified function.
filters — Style, class impression.utilities.TreeNode
The filters to apply to the text when the node is not selected.
firstChild — Property, class impression.utilities.LessonMapController
Returns the first child of currentStoryboard.
FIRST_CHILD — Constant Static Property, class impression.persistence.properties.RelativeLocations
The first child of the current location, or null if the current location has no children.
firstChildOf(item:any, storyboards:impression.persistence:StoryboardCollection) — method, class impression.persistence.LessonMap
Returns the first child of an item.
firstChildOf(sb:impression.persistence:Storyboard) — method, class impression.utilities.LessonMapController
Returns the first child of an item.
firstMatchingElementWithAttribute(source:XMLList, attributeName:String, value:any) — Static Method , class impression.utilities.XMLUtils
Performs a traversal of the nodes of an XMLList object and returns the first element with a matching attribute value.
firstSBID() — method, class impression.persistence.LessonMap
Returns a String specifying the sbid of the first storyboard in the map.
firstSibling — Property, class impression.utilities.LessonMapController
Returns the first sibling of currentStoryboard.
FIRST_SIBLING — Constant Static Property, class impression.persistence.properties.RelativeLocations
The first sibling of the current location.
firstSiblingOf(item:any, storyboards:impression.persistence:StoryboardCollection) — method, class impression.persistence.LessonMap
Returns the first sibling of an item.
firstSiblingOf(sb:impression.persistence:Storyboard) — method, class impression.utilities.LessonMapController
Returns the first sibling of an item.
firstStoryboard(storyboards:impression.persistence:StoryboardCollection) — method, class impression.persistence.LessonMap
Returns the first storyboard in the map.
firstStoryboard — Property, class impression.utilities.LessonMapController
Returns the first storyboard in the map.
FIRST_STORYBOARD — Constant Static Property, class impression.persistence.properties.RelativeLocations
The first storyboard.
FlashObjectPlayer — class, package impression.players
The FlashObjectPlayer class displays a single .SWF file.
FlashObjectPlayer(renderingSurface:flash.display:Sprite, resolver:impression.resolver:AssetResolver) — Constructor, class impression.players.FlashObjectPlayer
Creates a new instance of the FlashObjectPlayer.
fontBold — Style, class impression.players.CanvasElement
The bold state of the font used for text elements when a custom font is not requested.
fontBold — Style, class impression.utilities.TreeNode
The bold state of the font used for text when the node is not selected.
FontData — class, package impression.persistence.properties
The FontData object stores basic information about a given font.
FontData(familyName:String, emSize:Number, bold:Boolean, italic:Boolean, underline:Boolean) — Constructor, class impression.persistence.properties.FontData
Creates a new instance of the FontData class.
fontItalic — Style, class impression.players.CanvasElement
The italic state of the font used for text elements when a custom font is not requested.
fontItalic — Style, class impression.utilities.TreeNode
The italic state of the font used for text when the node is not selected.
fontName — Style, class impression.players.CanvasElement
The default font family name used for text elements when a custom font is not requested.
fontName — Style, class impression.utilities.TreeNode
The font family name used for text when the node is not selected.
fontSize — Style, class impression.players.CanvasElement
The size, in pixels, used for text elements when a custom font is not requested.
fontSize — Style, class impression.utilities.TreeNode
The size, in pixels, used for text when the node is not selected.
fontUnderline — Style, class impression.players.CanvasElement
The underline state of the font used for text elements when a custom font is not requested.
fontUnderline — Style, class impression.utilities.TreeNode
The underline state of the font used for text when the node is not selected.
forceDefaultFont — Style, class impression.players.RTFPlayer
Indicates whether font changes in the source RTF should be removed and replaced with the default font name.
forceDefaultFont — Style, class impression.utilities.RTFConverter
Indicates whether font changes in the source RTF should be removed and replaced with the default font name.
forEach(callback:Function, thisObject:any, useArrayMethod:Boolean) — method, class impression.persistence.ChildElementCollection
Executes a function on each item in the collection.
forEach(callback:Function, thisObject:any, useArrayMethod:Boolean) — method, class impression.persistence.LessonMapCollection
Executes a function on each item in the collection.
forEach(callback:Function, thisObject:any) — method, class impression.persistence.StoryboardCollection
Executes a function on each item in the collection.
formatString(format:String, ... rest) — Static Method , class impression.utilities.StringUtils
Replaces the format item in a string with the string representation of a corresponding object from the passed array.
frameRate — Property, class impression.resolver.LoaderInfoEx
The nominal frame rate, in frames per second, of the loaded SWF file.
freeze — Property, interface impression.simulation.ISimulationEx
The freeze state of the simulation.
fromNamedColor(cssColorName:String) — Static Method , class impression.persistence.properties.ColorData
Returns a new instance of the ColorData class containing the numeric translation of cssColorName.
fromObject(sourceObject:Object) — Static Method , class impression.persistence.properties.AssetData
Returns a new instance of the AssetData class based on the data contained in the object.
fromObject(source:Object) — Static Method , class impression.persistence.properties.ColorData
Returns a new instance of the ColorData class based on the data contained in the object.
fromObject(source:Object) — Static Method , class impression.persistence.properties.FontData
Returns a new instance of the FontData class based on the data contained in the object.
fromObject(source:Object) — Static Method , class impression.persistence.properties.LocationData
Returns a new instance of the LocationData class based on the data contained in the object.
fromOLEColor(oleColor:int) — Static Method , class impression.persistence.properties.ColorData
Returns a new instance of the ColorData class containing the Flash/HTML translation of the OLE color number.
fromRGB(rgbValue:uint) — Static Method , class impression.persistence.properties.ColorData
Returns a new instance of the ColorData class containing the rgbValue.
fromSource(source:any) — Static Method , class impression.events.SimulationObjectTypes
Returns a string indicating the type of source.
fromStoryboardArray(sbArray:Array, mapName:String) — Static Method , class impression.persistence.LessonMap
Creates a new instance of the LessonMap class containing the storyboards from an array.
fromStoryboardArray(sbArray:Array) — Static Method , class impression.persistence.StoryboardCollection
Returns a new instance of the StoryboardCollection class containing the data from an array.
fromString(value:String) — Static Method , class impression.persistence.properties.ColorData
Returns a new instance of the ColorData class containing the numeric translation of value.
fromXML(source:XML) — Static Method , class impression.persistence.ChildElement
Returns a new instance of the ChildElement class based on the data contained in the XML object.
fromXML(source:XML) — Static Method , class impression.persistence.ChildElementCollection
Returns a new instance of the ChildElementCollection class based on the data contained in the XML object.
fromXML(source:XML) — Static Method , class impression.persistence.Lesson
Returns a new instance of the Lesson class based on the data contained in the XML object.
fromXML(source:XML) — Static Method , class impression.persistence.LessonMap
Returns a new instance of the LessonMap class based on the data contained in the XML object.
fromXML(source:XML) — Static Method , class impression.persistence.LessonMapCollection
Returns a new instance of the LessonMapCollection class based on the data contained in the XML object.
fromXML(source:XML) — Static Method , class impression.persistence.PersistedPropertiesCollection
Returns a new instance of the PersistedPropertiesCollection class based on the data contained in the XML object.
fromXML(source:XML) — Static Method , class impression.persistence.Storyboard
Returns a new instance of the Storyboard class based on the data contained in the XML object.
fromXML(source:XML) — Static Method , class impression.persistence.StoryboardCollection
Returns a new instance of the StoryboardCollection class based on the data contained in the XML object.
fromXML(sourceXML:XML) — Static Method , class impression.persistence.properties.AssetData
Returns a new instance of the AssetData class based on the data contained in the XML object.
fromXML(source:XML) — Static Method , class impression.persistence.properties.ColorData
Returns a new instance of the ColorData class based on the data contained in the XML object.
fromXML(source:XML) — Static Method , class impression.persistence.properties.FontData
Returns a new instance of the FontData class based on the data contained in the XML object.
fromXML(source:XML) — Static Method , class impression.persistence.properties.LocationData
Returns a new instance of the LocationData class based on the data contained in the XML object.
fromXMLString(source:String) — Static Method , class impression.persistence.LessonMap
Returns a new instance of the LessonMap class based on the XML-formatted string.
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