BETA ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Hide Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes

Language Reference only
Filters: AIR 32.0 and earlier, Flash Player 32.0 and earlier, Flash Lite 4
None
Hide Filters
 

G Index 

  Symbols   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  
G — Constant Static Property, class flash.ui.Keyboard
Constant associated with the key code value for the G key (71).
ga.controls — package
The ga.controls package classes define the default Guide controls that users can add to their Guide layouts and panels layouts using Flex Builder.
gain — Property, class flash.media.Microphone
The amount by which the microphone boosts the signal.
ga.layouts — package
The ga.layouts package classes define the default Guide panel layouts that are available in the Guide Design perspective within LiveCycle Workbench 9.
GameInput — final class, package flash.ui
The GameInput class is the entry point into the GameInput API.
GameInputControl — Dynamic Class, package flash.ui
The GameInputControl class represents a control on an input device.
GameInputDevice — final class, package flash.ui
The GameInputDevice class represents a single input device commonly used for gaming.
GameInputEvent — final class, package flash.events
The GameInputEvent class represents an event that is dispatched when a game input device has either been added or removed from the application platform.
GameInputEvent(type:String, bubbles:Boolean, cancelable:Boolean, device:flash.ui:GameInputDevice) — Constructor, class flash.events.GameInputEvent
ga.model — package
The ga.model package classes define the Guide run time model, the in-memory representation of a Guide created in the Guide Design perspective within LiveCycle Workbench 9.
ga.uiComponents — package
The ga.uiComponents package classes are for internal use only.
ga.util — package
The ga.util package contains classes for internal use only.
ga.views — package
The ga.views package classes define the data providers that return sets, or views, of sections and panels within a Guide.
ga.wrappers — package
The ga.wrappers package classes define the default Guide layouts that are available in the Guide Design perspective within LiveCycle Workbench 9.
gc() — Static Method , class flash.system.System
Forces the garbage collection process.
generalClipboard — Static Property, class flash.desktop.Clipboard
The operating system clipboard.
generateFilterRect(sourceRect:flash.geom:Rectangle, filter:flash.filters:BitmapFilter) — method, class flash.display.BitmapData
Determines the destination rectangle that the applyFilter() method call affects, given a BitmapData object, a source rectangle, and a filter object.
generateRandomBytes(numberRandomBytes:uint) — Package Function, flash.crypto
Generates a sequence of random bytes.
generation — Property, class flashx.textLayout.elements.TextFlow
The generation number for this TextFlow object.
genre — Property, class flash.media.ID3Info
The genre of the song; corresponds to the ID3 2.0 tag TCON.
Geolocation — class, package flash.sensors
The Geolocation class dispatches events in response to the device's location sensor.
Geolocation() — Constructor, class flash.sensors.Geolocation
Creates a new Geolocation instance.
GeolocationEvent — class, package flash.events
A Geolocation object dispatches GeolocationEvent objects when it receives updates from the location sensor installed on the device.
GeolocationEvent(type:String, bubbles:Boolean, cancelable:Boolean, latitude:Number, longitude:Number, altitude:Number, hAccuracy:Number, vAccuracy:Number, speed:Number, heading:Number, timestamp:Number) — Constructor, class flash.events.GeolocationEvent
Creates a GeolocationEvent object that contains information about the location of the device.
GEOMETRY — Constant Static Property, class flashx.textLayout.compose.FlowDamageType
Value is used to set the validity property if the line has been invalidated by other lines moving around.
GESTURE — Constant Static Property, class flash.ui.MultitouchInputMode
Specifies that TransformGestureEvent, PressAndTapGestureEvent, and GestureEvent events are dispatched for the related user interaction supported by the current environment, and other touch events (such as a simple tap) are interpreted as mouse events.
gestureDirectionalTap — Event, class flash.display.InteractiveObject
Dispatched when the user creates a point of contact along the edge of the touch surface with an InteractiveObject instance, (such as tapping along the edge of the touch surface on Siri Remote for Apple TV) Some devices might also interpret this contact as a combination of several touch events, as well.
GESTURE_DIRECTIONAL_TAP — Constant Static Property, class flash.events.TransformGestureEvent
Defines the value of the type property of a GESTURE_DIRECTIONAL_TAP touch event object.
GestureEvent — class, package flash.events
The GestureEvent class lets you handle multi-touch events on devices that detect complex user contact with the device (such as pressing two fingers on a touch screen at the same time).
GestureEvent(type:String, bubbles:Boolean, cancelable:Boolean, phase:String, localX:Number, localY:Number, ctrlKey:Boolean, altKey:Boolean, shiftKey:Boolean, commandKey:Boolean, controlKey:Boolean) — Constructor, class flash.events.GestureEvent
Creates an Event object that contains information about multi-touch events (such as pressing two fingers on a touch screen at the same time).
gestureLongPress — Event, class flash.display.InteractiveObject
Dispatched when the user presses two points of contact over the same InteractiveObject instance on a touch-enabled device (such as presses and releases two fingers over a display object on a mobile phone or tablet with a touch screen).
gesturePan — Event, class flash.display.InteractiveObject
Dispatched when the user moves a point of contact over the InteractiveObject instance on a touch-enabled device (such as moving a finger from left to right over a display object on a mobile phone or tablet with a touch screen).
GESTURE_PAN — Constant Static Property, class flash.events.TransformGestureEvent
Defines the value of the type property of a GESTURE_PAN touch event object.
GesturePhase — final class, package flash.events
The GesturePhase class is an enumeration class of constant values for use with the GestureEvent, PressAndTapGestureEvent, and TransformGestureEvent classes.
GESTURE_PRESS_AND_TAP — Constant Static Property, class flash.events.PressAndTapGestureEvent
Defines the value of the type property of a GESTURE_PRESS_AND_TAP touch event object.
gestureRotate — Event, class flash.display.InteractiveObject
Dispatched when the user performs a rotation gesture at a point of contact with an InteractiveObject instance (such as touching two fingers and rotating them over a display object on a mobile phone or tablet with a touch screen).
GESTURE_ROTATE — Constant Static Property, class flash.events.TransformGestureEvent
Defines the value of the type property of a GESTURE_ROTATE touch event object.
gestureSwipe — Event, class flash.display.InteractiveObject
Dispatched when the user performs a swipe gesture at a point of contact with an InteractiveObject instance (such as touching three fingers to a screen and then moving them in parallel over a display object on a mobile phone or tablet with a touch screen).
GESTURE_SWIPE — Constant Static Property, class flash.events.TransformGestureEvent
Defines the value of the type property of a GESTURE_SWIPE touch event object.
gestureTap — Event, class flash.display.InteractiveObject
Dispatched when the user creates a point of contact with an InteractiveObject instance, then taps on a touch-enabled device (such as placing several fingers over a display object to open a menu and then taps one finger to select a menu item on a mobile phone or tablet with a touch screen).
GESTURE_TWO_FINGER_TAP — Constant Static Property, class flash.events.GestureEvent
Defines the value of the type property of a GESTURE_TWO_FINGER_TAP gesture event object.
gestureZoom — Event, class flash.display.InteractiveObject
Dispatched when the user performs a zoom gesture at a point of contact with an InteractiveObject instance (such as touching two fingers to a screen and then quickly spreading the fingers apart over a display object on a mobile phone or tablet with a touch screen).
GESTURE_ZOOM — Constant Static Property, class flash.events.TransformGestureEvent
Defines the value of the type property of a GESTURE_ZOOM touch event object.
get — Statement
Defines a getter, which is a method that can be read like a property.
GET — Constant Static Property, class flash.net.URLRequestMethod
Specifies that the URLRequest object is a GET.
getAbsoluteStart(controller:flashx.textLayout.container:ContainerController) — method, class flashx.textLayout.compose.StandardFlowComposer
Returns the absolute position of the first content element in the specified ContainerController object.
getAbsoluteStart() — method, class flashx.textLayout.elements.FlowElement
Returns the start location of the element in the text flow as an absolute index.
get_accDefaultAction(childID:uint) — method, class flash.accessibility.AccessibilityImplementation
MSAA method for returning the default action of the component that this AccessibilityImplementation represents or of one of its child elements.
get_accFocus() — method, class flash.accessibility.AccessibilityImplementation
MSAA method for returning the unsigned integer ID of the child element, if any, that has child focus within the component.
get_accName(childID:uint) — method, class flash.accessibility.AccessibilityImplementation
MSAA method for returning the name for the component that this AccessibilityImplementation represents or for one of its child elements.
get_accRole(childID:uint) — method, class flash.accessibility.AccessibilityImplementation
MSAA method for returning the system role for the component that this AccessibilityImplementation represents or for one of its child elements.
get_accSelection() — method, class flash.accessibility.AccessibilityImplementation
MSAA method for returning an array containing the IDs of all child elements that are selected.
get_accState(childID:uint) — method, class flash.accessibility.AccessibilityImplementation
IAccessible method for returning the current runtime state of the component that this AccessibilityImplementation represents or of one of its child elements.
get_accValue(childID:uint) — method, class flash.accessibility.AccessibilityImplementation
MSAA method for returning the runtime value of the component that this AccessibilityImplementation represents or of one of its child elements.
getAIRWindow(windowId:String) — method, class mx.automation.AutomationManager
getAIRWindowUniqueID(newWindow:flash.display:DisplayObject) — method, class mx.automation.AutomationManager
getAIRWindowUniqueIDFromAutomationIDPart(objectIdPart:mx.automation:AutomationIDPart) — method, class mx.automation.AutomationManager
getAIRWindowUniqueIDFromObjectIDString(objectId:String) — method, class mx.automation.AutomationManager
getApplicationNameFromAutomationIDPart(objectIdPart:mx.automation:AutomationIDPart) — method, class mx.automation.AutomationManager
getAssetsInPackage(byteArray:flash.utils:ByteArray) — method, interface com.adobe.icc.services.importexport.IImportExportService
getAtomBidiLevel(atomIndex:int) — method, class flash.text.engine.TextLine
Gets the bidirectional level of the atom at the specified index.
getAtomBounds(atomIndex:int) — method, class flash.text.engine.TextLine
Gets the bounds of the atom at the specified index relative to the text line.
getAtomCenter(atomIndex:int) — method, class flash.text.engine.TextLine
Gets the center of the atom as measured along the baseline at the specified index.
getAtomGraphic(atomIndex:int) — method, class flash.text.engine.TextLine
Gets the graphic of the atom at the specified index, or null if the atom is a character.
getAtomIndexAtCharIndex(charIndex:int) — method, class flash.text.engine.TextLine
Returns the index of the atom containing the character specified by the charIndex parameter, or -1 if the character does not contribute to any atom in the line.
getAtomIndexAtPoint(stageX:Number, stageY:Number) — method, class flash.text.engine.TextLine
Returns the index of the atom at the point specified by the x and y parameters, or -1 if no atom exists at that point.
getAtomTextBlockBeginIndex(atomIndex:int) — method, class flash.text.engine.TextLine
Gets the text block begin index of the atom at the specified index.
getAtomTextBlockEndIndex(atomIndex:int) — method, class flash.text.engine.TextLine
Gets the text block end index of the atom at the specified index.
getAtomTextRotation(atomIndex:int) — method, class flash.text.engine.TextLine
Gets the rotation of the atom at the specified index.
getAtomWordBoundaryOnLeft(atomIndex:int) — method, class flash.text.engine.TextLine
Indicates whether a word boundary occurs to the left of the atom at the specified index.
getAttributeMask() — method, class mx.data.ManagedAssociation
Bit mask representing the attributes of this managed association.
getAutomationChildAt(index:int) — method, class mx.automation.delegates.containers.ApplicationAutomationImpl
getAutomationChildAt(index:int) — method, class mx.automation.delegates.containers.WindowedApplicationAutomationImpl
getAutomationChildAt(index:int) — method, class mx.automation.delegates.containers.WindowsAutomationImpl
getAutomationChildAt(index:int) — method, class mx.automation.delegates.core.UIFTETextFieldAutomationImpl
getAutomationChildAt(index:int) — method, class spark.automation.delegates.components.SparkWindowAutomationImpl
getAutomationChildAt(index:int) — method, class spark.automation.delegates.components.SparkWindowedApplicationAutomationImpl
getAutomationChildAt(index:int) — method, class spark.automation.delegates.components.supportClasses.SparkSkinnableTextBaseAutomationImpl
getAutomationChildAt(index:int) — method, class spark.automation.delegates.skins.spark.SparkDefaultGridHeaderRendererAutomationImpl
getAutomationChildren() — method, class mx.automation.delegates.containers.ApplicationAutomationImpl
getAutomationChildren() — method, class mx.automation.delegates.core.UIFTETextFieldAutomationImpl
getAutomationChildren() — method, class mx.automation.delegates.flashflexkit.FlexContentHolderAutomationImpl
getAutomationChildren() — method, class spark.automation.delegates.components.supportClasses.SparkDropDownListBaseAutomationImpl
getAutomationChildren() — method, class spark.automation.delegates.skins.spark.SparkDefaultComplexItemRendererAutomationImpl
getAutomationChildren() — method, class spark.automation.delegates.skins.spark.SparkDefaultGridHeaderRendererAutomationImpl
getAutomationChildrenArray(object:Object) — method, class mx.automation.AutomationManager
getAvailableLocaleIDNames() — Static Method , class flash.globalization.Collator
Lists all of the locale ID names supported by this class.
getAvailableLocaleIDNames() — Static Method , class flash.globalization.CurrencyFormatter
Lists all of the locale ID names supported by this class.
getAvailableLocaleIDNames() — Static Method , class flash.globalization.DateTimeFormatter
Lists all of the locale ID names supported by this class.
getAvailableLocaleIDNames() — Static Method , class flash.globalization.NumberFormatter
Lists all of the locale ID names supported by this class.
getAvailableLocaleIDNames() — Static Method , class flash.globalization.StringTools
Lists all of the locale ID names supported by this class.
getBackgroundManager() — method, class flashx.textLayout.elements.TextFlow
getBaselinePosition(baseline:String) — method, class flash.text.engine.TextLine
Gets the position of the specified baseline, relative to TextBlock.baselineZero.
getBounds(targetCoordinateSpace:flash.display:DisplayObject) — method, class flash.display.DisplayObject
Returns a rectangle that defines the area of the display object relative to the coordinate system of the targetCoordinateSpace object.
getBounds() — method, class flashx.textLayout.compose.TextFlowLine
Returns the bounds of the line as a rectangle.
getBuilders() — method, class org.osmf.elements.F4MLoader
Defines the BaseManifestBuilder objects used to create the ManifestParser.
getCachedSamples(data:flash.utils:ByteArray, append:Boolean) — method, class flash.ui.GameInputDevice
Writes cached sample values to the ByteArray.
getCamera(name:String) — Static Method , class flash.media.Camera
Returns a reference to a Camera object for capturing video.
getCaptionsAsArray() — method, class fl.video.FLVPlaybackCaptioning
Returns an array of FLVPlayback component cuepoints that contain the captions.
getCaptionsAsTranscript(preserveFormatting:Boolean) — method, class fl.video.FLVPlaybackCaptioning
Returns a string containing all captions as an HTML-formatted transcript.
getCharAtPosition(relativePosition:int) — method, class flashx.textLayout.elements.FlowElement
Returns the character at the specified position, relative to this FlowElement object.
getCharBoundaries(charIndex:int) — method, class flash.text.TextField
Returns a rectangle that is the bounding box of the character.
getCharCodeAtPosition(relativePosition:int) — method, class flashx.textLayout.elements.FlowElement
Returns the character code at the specified position, relative to this FlowElement.
getCharIndexAtPoint(x:Number, y:Number) — method, class flash.text.TextField
Returns the zero-based index value of the character at the point specified by the x and y parameters.
getChildAt(index:int) — method, class flash.display.DisplayObjectContainer
Returns the child display object instance that exists at the specified index.
getChildAt(index:int) — method, class flashx.textLayout.elements.FlowGroupElement
Returns the FlowElement child at the specified index.
getChildByName(name:String) — method, class flash.display.DisplayObjectContainer
Returns the child display object that exists with the specified name.
getChildIDArray() — method, class flash.accessibility.AccessibilityImplementation
Returns an array containing the unsigned integer IDs of all child elements in the AccessibilityImplementation.
getChildIndex(child:flash.display:DisplayObject) — method, class flash.display.DisplayObjectContainer
Returns the index position of a child DisplayObject instance.
getChildIndex(child:flashx.textLayout.elements:FlowElement) — method, class flashx.textLayout.elements.FlowGroupElement
Searches in children for the specified FlowElement object and returns its index position.
getClassByAlias(aliasName:String) — Package Function, flash.net
Looks up a class that previously had an alias registered through a call to the registerClassAlias() method.
getColorBoundsRect(mask:uint, color:uint, findColor:Boolean) — method, class flash.display.BitmapData
Determines a rectangular region that either fully encloses all pixels of a specified color within the bitmap image (if the findColor parameter is set to true) or fully encloses all pixels that do not include the specified color (if the findColor parameter is set to false).
getColumnAt(index:int) — method, class flashx.textLayout.container.ColumnState
Returns the area that a column takes within the container.
getCommonCharacterFormat() — method, class flashx.textLayout.edit.ElementRange
Gets the character format attributes that are common to all characters in the text range or current selection.
getCommonCharacterFormat(range:flashx.textLayout.elements:TextRange) — method, interface flashx.textLayout.edit.ISelectionManager
Gets the character format attributes that are common to all characters in the specified text range or current selection.
getCommonCharacterFormat(range:flashx.textLayout.elements:TextRange) — method, class flashx.textLayout.edit.SelectionManager
Gets the character format attributes that are common to all characters in the specified text range or current selection.
getCommonContainerFormat() — method, class flashx.textLayout.edit.ElementRange
Gets the container format attributes that are common to all containers in the element range.
getCommonContainerFormat(range:flashx.textLayout.elements:TextRange) — method, interface flashx.textLayout.edit.ISelectionManager
Gets the container format attributes that are common to all containers in the specified text range or current selection.
getCommonContainerFormat(range:flashx.textLayout.elements:TextRange) — method, class flashx.textLayout.edit.SelectionManager
Gets the container format attributes that are common to all containers in the specified text range or current selection.
getCommonParagraphFormat() — method, class flashx.textLayout.edit.ElementRange
Gets the paragraph format attributes that are common to all paragraphs in the element range.
getCommonParagraphFormat(range:flashx.textLayout.elements:TextRange) — method, interface flashx.textLayout.edit.ISelectionManager
Gets the paragraph format attributes that are common to all paragraphs in the specified text range or current selection.
getCommonParagraphFormat(range:flashx.textLayout.elements:TextRange) — method, class flashx.textLayout.edit.SelectionManager
Gets the paragraph format attributes that are common to all paragraphs in the specified text range or current selection.
getComputedFontMetrics() — method, class flashx.textLayout.elements.FlowLeafElement
Returns the FontMetrics object for the span.
getConflict() — method, interface mx.data.IChangeObject
Returns the conflict created with a previous call to the conflict() method.
getContentBounds() — method, class flashx.textLayout.container.ContainerController
Returns the area that the text occupies, as reflected by the last compose or update operation.
getContentBounds() — method, class flashx.textLayout.container.TextContainerManager
Creates a rectangle that shows where the last call to either the compose() method or the updateContainer() method placed the text.
getContentBounds() — method, class flashx.textLayout.factory.TextLineFactoryBase
The smallest rectangle in which the layed-out content fits.
getContents() — Static Method , class flashx.textLayout.edit.TextClipboard
Gets any text on the system clipboard as a TextScrap object.
getControlAt(i:int) — method, class flash.ui.GameInputDevice
Retrieves a specific control from a device.
getControllerAt(index:int) — method, interface flashx.textLayout.compose.IFlowComposer
Returns the ContainerController object at the specified index.
getControllerAt(index:int) — method, class flashx.textLayout.compose.StandardFlowComposer
Returns the ContainerController object at the specified index.
getControllerIndex(controller:flashx.textLayout.container:ContainerController) — method, interface flashx.textLayout.compose.IFlowComposer
Returns the index of the specified ContainerController object.
getControllerIndex(controller:flashx.textLayout.container:ContainerController) — method, class flashx.textLayout.compose.StandardFlowComposer
Returns the index of the specified ContainerController object.
getData(format:String, transferMode:String) — method, class flash.desktop.Clipboard
Gets the clipboard data if data in the specified format is present.
getDataManager(destination:String) — method, class mx.data.MessagingDataServiceAdapter
getDataManager(destination:String) — method, class mx.data.RPCDataServiceAdapter
getDataObjectItemInstance(oDataObject:Object, dataField:String) — method, class ga.layouts.RepeaterGrid
getDate() — method, class Date
Returns the day of the month (an integer from 1 to 31) specified by a Date object according to local time.
getDateStyle() — method, class flash.globalization.DateTimeFormatter
Gets the date style for this instance of the DateTimeFormatter.
getDateTimePattern() — method, class flash.globalization.DateTimeFormatter
Returns the pattern string used by this DateTimeFormatter object to format dates and times.
getDay() — method, class Date
Returns the day of the week (0 for Sunday, 1 for Monday, and so on) specified by this Date according to local time.
getDay(date:Date) — Static Method , class com.adobe.fiber.runtime.lib.DateTimeFunc
Returns the int day value of a Date param.
getDefaultApplication(extension:String) — method, class flash.desktop.NativeApplication
Gets the default application for opening files with the specified extension.
getDefinition(name:String) — method, class flash.system.ApplicationDomain
Gets a public definition from the specified application domain.
getDefinitionByName(name:String) — Package Function, flash.utils
Returns a reference to the class object of the class specified by the name parameter.
getDescriptorForEventByName(eventName:String) — method, class mx.automation.AutomationClass
getDeviceAt(index:int) — Static Method , class flash.ui.GameInput
Gets the input device at the specified index location in the list of connected input devices.
getDirectoryListing() — method, class flash.filesystem.File
Returns an array of File objects corresponding to files and directories in the directory represented by this File object.
getDirectoryListingAsync() — method, class flash.filesystem.File
Asynchronously retrieves an array of File objects corresponding to the contents of the directory represented by this File object.
getDragManagerProxy() — Static Method , class mx.automation.delegates.DragManagerAutomationImpl
getDRMManager() — Static Method , class flash.net.drm.DRMManager
Returns an instance of the singleton DRMManager object.
getElementAt(index:int) — method, class flash.text.engine.GroupElement
Retrieves an element from within the group.
getElementAtCharIndex(charIndex:int) — method, class flash.text.engine.GroupElement
Returns the element containing the character specified by the charIndex parameter.
getElementByID(idName:String) — method, class flashx.textLayout.elements.TextFlow
Returns an element whose id property matches the idName parameter.
getElementFromPoint2(x:int, y:int, windowId:String) — method, class mx.automation.AutomationManager
getElementIndex(element:flash.text.engine:ContentElement) — method, class flash.text.engine.GroupElement
Returns the index of the element specified by the element parameter.
getElementRelativeStart(ancestorElement:flashx.textLayout.elements:FlowElement) — method, class flashx.textLayout.elements.FlowElement
Returns the start of this element relative to an ancestor element.
getElementsByStyleName(styleNameValue:String) — method, class flashx.textLayout.elements.TextFlow
Returns all elements that have styleName set to styleNameValue.
getElementsByTypeName(typeNameValue:String) — method, class flashx.textLayout.elements.TextFlow
Returns all elements that have typeName set to typeNameValue.
getEncryptionKey(password:String, overrideSaltELSKey:String) — method, class mx.data.crypto.EncryptionKeyGenerator
Uses a password to generate a 16-byte encryption key.
getEnhancedMicrophone(index:int) — Static Method , class flash.media.Microphone
Returns a reference to an enhanced Microphone object that can perform acoustic echo cancellation.
getExporter(format:String) — Static Method , class flashx.textLayout.conversion.TextConverter
Creates and returns an export converter, which you can then use to export from a TextFlow to a source string or XML object.
getExtensionDirectory(extensionID:String) — Static Method , class flash.external.ExtensionContext
Returns the directory in which the extension is installed on the device.
getFields(visibleFieldsOnly:Boolean, container:mx.core:Container) — method, class ga.layouts.RepeaterGrid
getFirstCharInParagraph(charIndex:int) — method, class flash.text.TextField
Given a character index, returns the index of the first character in the same paragraph.
getFirstLeaf() — method, class flashx.textLayout.elements.FlowGroupElement
Returns the first FlowLeafElement descendant of this group.
getFirstTextLineChildIndex() — method, class flashx.textLayout.container.ContainerController
Gets the index at which the first text line must appear in its parent.
getFirstWeekday() — method, class flash.globalization.DateTimeFormatter
Returns an integer corresponding to the first day of the week for this locale and calendar system.
getFocusedSelectionFormat() — method, class flashx.textLayout.container.TextContainerManager
Returns the focusedSelectionFormat - by default get it from the configuration.
getFontMetrics() — method, class flash.text.engine.ElementFormat
Returns a FontMetrics object with properties which describe the emBox, strikethrough position, strikethrough thickness, underline position, and underline thickness for the font specified by fontDescription and fontSize.
getFormatAt(index:int) — Static Method , class flashx.textLayout.conversion.TextConverter
Returns the format name for the index'th format.
getFormatDescriptorAt(index:int) — Static Method , class flashx.textLayout.conversion.TextConverter
Returns the FormatDescriptor for the index'th format.
getFragmentLayoutService() — Static Method , class com.adobe.icc.services.ServiceProvider
getFullYear() — method, class Date
Returns the full year (a four-digit number, such as 2000) of a Date object according to local time.
getGetterInvocationCount(obj:Object, qname:QName) — Package Function, flash.sampler
Returns the number of times a get function was executed.
getHistoryAt(position:uint) — method, class flash.html.HTMLLoader
Returns the history entry at the specified position.
getHours() — method, class Date
Returns the hour (an integer from 0 to 23) of the day portion of a Date object according to local time.
getImageReference(id:String) — method, class flash.text.TextField
Returns a DisplayObject reference for the given id, for an image or SWF file that has been added to an HTML-formatted text field by using an <img> tag.
getImporter(format:String, config:flashx.textLayout.elements:IConfiguration) — Static Method , class flashx.textLayout.conversion.TextConverter
Creates and returns an import converter, which you can then use to import from a source string, an XML object, or any user defined data formats to a TextFlow.
getImportExportService() — Static Method , class com.adobe.icc.services.ServiceProvider
getInactiveSelectionFormat() — method, class flashx.textLayout.container.TextContainerManager
Returns the inactiveSelectionFormat - by default get it from the configuration This can be overridden in the subclass to supply a different SelectionFormat
getInstance() — Static Method , class com.adobe.icc.editors.managers.ImportExportManager
getInvocationCount(obj:Object, qname:QName) — Package Function, flash.sampler
Returns the number of times a method was executed.
getItem(name:String) — Static Method , class flash.data.EncryptedLocalStore
The data corresponding to the specified name.
getItemAt(index:int) — method, class flash.display.NativeMenu
Gets the menu item at the specified index.
getItemAt(index:int) — method, class flash.ui.ContextMenu
Gets the menu item at the specified index.
getItemByName(name:String) — method, class flash.display.NativeMenu
Gets the menu item with the specified name.
getItemIndex(item:flash.display:NativeMenuItem) — method, class flash.display.NativeMenu
Gets the position of the specified item.
getItemIndex(item:flash.display:NativeMenuItem) — method, class flash.ui.ContextMenu
Gets the position of the specified item.
getItemIndex(item:Object) — method, class spark.collections.NumericDataProvider
Returns the index of the item if it is in the list such that getItemAt(index) == item.
getItemReferenceIds(uid:String, propName:String) — method, class mx.data.SQLiteOfflineAdapter
getItems(uidArray:Array) — method, class mx.data.SQLiteOfflineAdapter
getItemType(item:Object) — method, class com.adobe.icc.editors.managers.ImportExportManager
getItemTypeForImport(item:Object) — method, class com.adobe.icc.editors.managers.ImportExportManager
getItemTypeForMap(item:Object) — method, class com.adobe.icc.editors.managers.ImportExportManager
getJustifierForLocale(locale:String) — Static Method , class flash.text.engine.TextJustifier
Constructs a default TextJustifier subclass appropriate to the specified locale.
getKeysAndValues() — method, class flash.globalization.LocaleID
Returns an object containing all of the key and value pairs from the LocaleID object.
getLanguage() — method, class flash.globalization.LocaleID
Returns the language code specified by the locale ID name.
getLastLeaf() — method, class flashx.textLayout.elements.FlowGroupElement
Returns the last FlowLeafElement descendent of this group.
getLexicalScopes(obj:Function) — Package Function, flash.sampler
Exposes the lexical scope of a Function so that captured scope objects (including activation objects and with scopes) are seen by the profiler as being retained by the Function instance.
getLineAt(index:int) — method, class flashx.textLayout.compose.FlowComposerBase
Returns the line with the specified line number.
getLineAt(index:int) — method, interface flashx.textLayout.compose.IFlowComposer
Returns the line with the specified line number.
getLineAt(index:int) — method, class flashx.textLayout.container.TextContainerManager
Return the TextLine at the index from array of composed lines.
getLineForReuse() — Static Method , class flashx.textLayout.compose.TextLineRecycler
Return a TextLine from the pool for reuse.
getLineIndexAtPoint(x:Number, y:Number) — method, class flash.text.TextField
Returns the zero-based index value of the line at the point specified by the x and y parameters.
getLineIndexOfChar(charIndex:int) — method, class flash.text.TextField
Returns the zero-based index value of the line containing the character specified by the charIndex parameter.
getLineLength(lineIndex:int) — method, class flash.text.TextField
Returns the number of characters in a specific text line.
getLineMetrics(lineIndex:int) — method, class flash.text.TextField
Returns metrics information about a given text line.
getLineOffset(lineIndex:int) — method, class flash.text.TextField
Returns the character index of the first character in the line that the lineIndex parameter specifies.
getLineText(lineIndex:int) — method, class flash.text.TextField
Returns the text of the line specified by the lineIndex parameter.
getLoaderInfoByDefinition(object:Object) — Static Method , class flash.display.LoaderInfo
Returns the LoaderInfo object associated with a SWF file defined as an object.
getLocal(name:String, localPath:String, secure:Boolean) — Static Method , class flash.net.SharedObject
Returns a reference to a locally persistent shared object that is only available to the current client.
getMainApplication() — Static Method , class mx.automation.Automation
getMarkerAt(index:int) — method, class org.osmf.metadata.TimelineMetadata
Returns the TimelineMarker at the specified index.
getMasterString(str:String) — Package Function, flash.sampler
Returns the master string upon which this string depends, or null if this string does not depend on another string.
getMemberFromPartOrObject(part:Object, obj:Object, name:String) — method, class mx.automation.AutomationManager
getMemberNames(o:Object, instanceNames:Boolean) — Package Function, flash.sampler
Returns an object containing all members of a specified object, including private members.
getMessageResponder(agent:mx.messaging:MessageAgent, message:mx.messaging.messages:IMessage) — method, class mx.messaging.Channel
Returns the appropriate MessageResponder for the Channel's send() method.
getMicrophone(index:int) — Static Method , class flash.media.Microphone
Returns a reference to a Microphone object for capturing audio.
getMilliseconds() — method, class Date
Returns the milliseconds (an integer from 0 to 999) portion of a Date object according to local time.
getMinutes() — method, class Date
Returns the minutes (an integer from 0 to 59) portion of a Date object according to local time.
getMirrorRegion(mirror:flash.events:EventDispatcher) — method, class flash.text.engine.TextLine
Returns the first TextLineMirrorRegion on the line whose mirror property matches that specified by the mirror parameter, or null if no match exists.
getMonth() — method, class Date
Returns the month (0 for January, 1 for February, and so on) portion of this Date according to local time.
getMonthNames(nameStyle:String, context:String) — method, class flash.globalization.DateTimeFormatter
Retrieves a list of localized strings containing the month names for the current calendar system.
getNamespaceForPrefix(prefix:String) — method, class flash.xml.XMLNode
Returns the namespace URI that is associated with the specified prefix for the node.
getNewEmergencyIndex(maxBitrate:Number) — method, class org.osmf.net.httpstreaming.DefaultHTTPStreamingSwitchManager
Returns an index that satisfies the maxBitrate constraint
getNewIndex() — method, class org.osmf.net.httpstreaming.DefaultHTTPStreamingSwitchManager
Computes the necessary rules and metrics and determines the index to switch to.
getNextLeaf(limitElement:flashx.textLayout.elements:FlowGroupElement) — method, class flashx.textLayout.elements.FlowLeafElement
Returns the next FlowLeafElement object.
getNextParagraph() — method, class flashx.textLayout.elements.ParagraphElement
Returns the paragraph that follows this one, or null if there are no more paragraphs.
getNextSibling() — method, class flashx.textLayout.elements.FlowElement
Returns the next FlowElement sibling in the text flow hierarchy.
getObjectsUnderPoint(point:flash.geom:Point) — method, class flash.display.DisplayObjectContainer
Returns an array of objects that lie under the specified point and are children (or grandchildren, and so on) of this DisplayObjectContainer instance.
getParagraph() — method, class flashx.textLayout.elements.FlowElement
Returns the ParagraphElement object associated with this element.
getParagraphLength(charIndex:int) — method, class flash.text.TextField
Given a character index, returns the length of the paragraph containing the given character.
GET_PARENT_FLEX_MODULE_FACTORY_REQUEST — Constant Static Property, class mx.events.Request
Dispatched from a sub-application or module to find the module factory of its parent application or module.
getParser(resourceData:String) — method, class org.osmf.elements.ManifestLoaderBase
getPixel(x:int, y:int) — method, class flash.display.BitmapData
Returns an integer that represents an RGB pixel value from a BitmapData object at a specific point (x, y).
getPixel32(x:int, y:int) — method, class flash.display.BitmapData
Returns an ARGB color value that contains alpha channel data and RGB data.
getPixels(rect:flash.geom:Rectangle) — method, class flash.display.BitmapData
Generates a byte array from a rectangular region of pixel data.
getPopUpChildObject(index:int) — method, class mx.automation.AutomationManager
getPopUpChildren() — method, class mx.automation.AutomationManager
getPopUpChildrenCount() — method, class mx.automation.AutomationManager
getPrefixForNamespace(ns:String) — method, class flash.xml.XMLNode
Returns the prefix that is associated with the specified namespace URI for the node.
getPreviousLeaf(limitElement:flashx.textLayout.elements:FlowGroupElement) — method, class flashx.textLayout.elements.FlowLeafElement
Returns the previous FlowLeafElement object.
getPreviousParagraph() — method, class flashx.textLayout.elements.ParagraphElement
Returns the paragraph that precedes this one, or null, if this paragraph is the first one in the TextFlow.
getPreviousSibling() — method, class flashx.textLayout.elements.FlowElement
Returns the previous FlowElement sibling in the text flow hierarchy.
getProperty(name:any) — method, class mx.data.DynamicManagedItem
getPropertyValueFromPart(part:Object, obj:Object, pd:mx.automation:IAutomationPropertyDescriptor, relativeParent:mx.automation:IAutomationObject) — method, class mx.automation.AutomationManager
getQualifiedClassName(value:any) — Package Function, flash.utils
Returns the fully qualified class name of an object.
getQualifiedDefinitionNames() — method, class flash.system.ApplicationDomain
Gets all fully-qualified names of public definitions from the specified application domain.
getQualifiedSuperclassName(value:any) — Package Function, flash.utils
Returns the fully qualified class name of the base class of the object specified by the value parameter.
getRect(targetCoordinateSpace:flash.display:DisplayObject) — method, class flash.display.DisplayObject
Returns a rectangle that defines the boundary of the display object, based on the coordinate system defined by the targetCoordinateSpace parameter, excluding any strokes on shapes.
getRegion() — method, class flash.globalization.LocaleID
Returns the region code specified by the locale ID name.
getRelativeMatrix3D(relativeTo:flash.display:DisplayObject) — method, class flash.geom.Transform
Returns a Matrix3D object, which can transform the space of a specified display object in relation to the current display object's space.
getRelativePath(ref:flash.net:FileReference, useDotDot:Boolean) — method, class flash.filesystem.File
Finds the relative path between two File paths.
getRemote(name:String, remotePath:String, persistence:Object, secure:Boolean) — Static Method , class flash.net.SharedObject
Returns a reference to a shared object on Flash Media Server that multiple clients can access.
getRemoteClassName(item:Object) — method, class com.adobe.icc.editors.managers.ImportExportManager
getResolverForNewFlow(oldFlow:flashx.textLayout.elements:TextFlow, newFlow:flashx.textLayout.elements:TextFlow) — method, interface flashx.textLayout.elements.IFormatResolver
Returns the format resolver when a TextFlow is copied.
getResult() — method, class flash.data.SQLStatement
Provides access to a SQLResult object containing the results of the statement execution, including any result rows from a SELECT statement, and other information about the statement execution for all executed statements.
getRootDirectories() — Static Method , class flash.filesystem.File
Returns an array of File objects, listing the file system root directories.
getSampleCount() — Package Function, flash.sampler
Returns the number of samples collected.
getSamples() — Package Function, flash.sampler
Returns an object of memory usage Sample instances from the last sampling session.
getSamples(buffer:flash.utils:ByteArray, append:Boolean) — method, class flash.events.TouchEvent
Updates the specified ByteArray object with the high-frequency data points for a multi-point touch event.
getSavedThis(obj:Function) — Package Function, flash.sampler
Returns the saved "this" from a Method closure that you normal can't see from AS.
getSchemaResult() — method, class flash.data.SQLConnection
Provides access to the result of a call to the loadSchema() method.
getScreensForRectangle(rect:flash.geom:Rectangle) — Static Method , class flash.display.Screen
Returns the (possibly empty) set of screens that intersect the provided rectangle.
getScript() — method, class flash.globalization.LocaleID
Returns the script code specified by the locale ID name.
getScrollBars(passedObj:Object, stopWithContetGroup:spark.components.supportClasses:GroupBase) — method, class spark.automation.delegates.components.supportClasses.SparkSkinnableContainerBaseAutomationImpl
private
getScrollBars(passedObj:Object, stopWithSkin:mx.core:UIComponent) — method, class spark.automation.delegates.components.supportClasses.SparkSkinnableTextBaseAutomationImpl
getScrollBars(passedObj:Object, stopWithContetGroup:spark.components.supportClasses:GroupBase) — method, class spark.automation.delegates.skins.spark.SparkDefaultComplexItemRendererAutomationImpl
private
getScrollDelta(numLines:int) — method, class flashx.textLayout.container.ContainerController
Figure out the scroll distance required to scroll up or down by the specified number of lines.
getScrollDelta(numLines:int) — method, class flashx.textLayout.container.TextContainerManager
Figure out the scroll distance required to scroll up or down by the specified number of lines.
getScroller(passedObj:Object, stopWithContentGroup:spark.components.supportClasses:GroupBase) — method, class spark.automation.delegates.components.supportClasses.SparkSkinnableContainerBaseAutomationImpl
private
getScroller(passedObj:Object, stopWithSkin:mx.core:UIComponent) — method, class spark.automation.delegates.components.supportClasses.SparkSkinnableTextBaseAutomationImpl
getScroller(passedObj:Object, stopWithContentGroup:spark.components.supportClasses:GroupBase) — method, class spark.automation.delegates.skins.spark.SparkDefaultComplexItemRendererAutomationImpl
private
getSeconds() — method, class Date
Returns the seconds (an integer from 0 to 59) portion of a Date object according to local time.
getSelected(beginIndex:int, endIndex:int) — method, class flash.text.TextSnapshot
Returns a Boolean value that specifies whether a TextSnapshot object contains selected text in the specified range.
getSelectedText(includeLineEndings:Boolean) — method, class flash.text.TextSnapshot
Returns a string that contains all the characters specified by the corresponding setSelected() method.
get_selectionActiveIndex() — method, class flash.accessibility.AccessibilityImplementation
get_selectionAnchorIndex() — method, class flash.accessibility.AccessibilityImplementation
getSelectionState() — method, interface flashx.textLayout.edit.ISelectionManager
Gets the SelectionState object of the current selection.
getSelectionState() — method, class flashx.textLayout.edit.SelectionManager
Gets the SelectionState object of the current selection.
getSerializationFilter() — method, class mx.rpc.http.AbstractOperation
Returns the serialization filter.
getSetterInvocationCount(obj:Object, qname:QName) — Package Function, flash.sampler
Returns the number of times a set function was executed.
getSharedProperty(key:String) — method, class flash.system.Worker
Retrieves a value stored in this worker with a named key.
getSize(o:any) — Package Function, flash.sampler
Returns the size in memory of a specified object when used with the Flash Player 9.0.115.0 or later debugger version.
getStackTrace() — method, class Error
Returns the call stack for an error at the time of the error's construction as a string.
getStartPointInScreenCoordinates(windowId:String) — method, class mx.automation.AutomationManager
getStorageVolumes() — method, class flash.filesystem.StorageVolumeInfo
Returns vector of StorageVolume objects corresponding to the currently mounted storage volumes.
getStyle(styleName:String) — method, class flash.text.StyleSheet
Returns a copy of the style object associated with the style named styleName.
getStyle(styleProp:String) — method, class flashx.textLayout.container.ContainerController
Returns the value of the style specified by the styleProp parameter.
getStyle(styleProp:String) — method, class flashx.textLayout.elements.FlowElement
Returns the value of the style specified by the styleProp parameter, which specifies the style name and can include any user style name.
getStyle(styleName:String) — method, interface flashx.textLayout.formats.ITabStopFormat
Return the value of the style specified by the styleProp parameter which specifies the style name.
getStyle(styleName:String) — method, interface flashx.textLayout.formats.ITextLayoutFormat
Return the value of the style specified by the styleProp parameter which specifies the style name.
getStyle(styleName:String) — method, class flashx.textLayout.formats.TabStopFormat
Return the value of the style specified by the styleProp parameter which specifies the style name.
getStyle(styleProp:String) — method, class flashx.textLayout.formats.TextLayoutFormat
Returns the value of the style specified by the styleProp parameter, which specifies the style name.
getText(beginIndex:int, endIndex:int, includeLineEndings:Boolean) — method, class flash.text.TextSnapshot
Returns a string that contains all the characters specified by the beginIndex and endIndex parameters.
getText(separator:String) — method, class flashx.textLayout.container.TextContainerManager
Returns the current text using a separator between paragraphs.
getText(relativeStart:int, relativeEnd:int, paragraphSeparator:String) — method, class flashx.textLayout.elements.FlowElement
Gets the specified range of text from a flow element.
getText(relativeStart:int, relativeEnd:int, paragraphSeparator:String) — method, class flashx.textLayout.elements.FlowGroupElement
getTextBounds(startIndex:int, endIndex:int) — method, interface flash.text.ime.IIMEClient
The IME uses this method to query the bounding box of the text currently edited with the IME client.
getTextFlow() — method, class flashx.textLayout.container.TextContainerManager
The current TextFlow.
getTextFlow() — method, class flashx.textLayout.elements.FlowElement
Climbs the text flow hierarchy to return the root TextFlow object for the element.
getTextFormat(beginIndex:int, endIndex:int) — method, class flash.text.TextField
Returns a TextFormat object that contains formatting information for the range of text that the beginIndex and endIndex parameters specify.
getTextInRange(startIndex:int, endIndex:int) — method, interface flash.text.ime.IIMEClient
Gets the specified range of text from the component.
getTextLine(forceValid:Boolean) — method, class flashx.textLayout.compose.TextFlowLine
Returns the flash.text.engine.TextLine object for this line, which might be recreated if it does not exist due to garbage collection.
getTextLineAtCharIndex(charIndex:int) — method, class flash.text.engine.TextBlock
Returns the TextLine containing the character specified by the charIndex parameter.
getTextRunInfo(beginIndex:int, endIndex:int) — method, class flash.text.TextSnapshot
Returns an array of objects that contains information about a run of text.
getTime() — method, class Date
Returns the number of milliseconds since midnight January 1, 1970, universal time, for a Date object.
getTimer() — Package Function, flash.utils
Used to compute relative time.
getTimeStyle() — method, class flash.globalization.DateTimeFormatter
Gets the time style for this instance of the DateTimeFormatter.
getTimezoneOffset() — method, class Date
Returns the difference, in minutes, between universal time (UTC) and the computer's local time.
getTopApplicationIndex(objectList:Array) — method, class mx.automation.AutomationManager
getUndoManager() — method, class flashx.textLayout.container.TextContainerManager
Returns the undo manager to use.
getUnfocusedSelectionFormat() — method, class flashx.textLayout.container.TextContainerManager
Returns the unfocusedSelectionFormat - by default get it from the configuration You can override this method in the subclass to supply a different SelectionFormat.
getUniqueApplicationID() — method, class mx.automation.AutomationManager
getUTCDate() — method, class Date
Returns the day of the month (an integer from 1 to 31) of a Date object, according to universal time (UTC).
getUTCDay() — method, class Date
Returns the day of the week (0 for Sunday, 1 for Monday, and so on) of this Date according to universal time (UTC).
getUTCFullYear() — method, class Date
Returns the four-digit year of a Date object according to universal time (UTC).
getUTCHours() — method, class Date
Returns the hour (an integer from 0 to 23) of the day of a Date object according to universal time (UTC).
getUTCMilliseconds() — method, class Date
Returns the milliseconds (an integer from 0 to 999) portion of a Date object according to universal time (UTC).
getUTCMinutes() — method, class Date
Returns the minutes (an integer from 0 to 59) portion of a Date object according to universal time (UTC).
getUTCMonth() — method, class Date
Returns the month (0 [January] to 11 [December]) portion of a Date object according to universal time (UTC).
getUTCSeconds() — method, class Date
Returns the seconds (an integer from 0 to 59) portion of a Date object according to universal time (UTC).
getVariant() — method, class flash.globalization.LocaleID
Returns the language variant code specified by the locale ID name.
getVector(rect:flash.geom:Rectangle) — method, class flash.display.BitmapData
Generates a vector array from a rectangular region of pixel data.
getVisibleRowsRenderers() — method, class spark.automation.delegates.components.supportClasses.SparkListBaseAutomationImpl
private
getVoucherAccessInfo() — method, class flash.net.drm.DRMContentData
Retrieves an array of VoucherAccessInfo objects.
getWeekdayNames(nameStyle:String, context:String) — method, class flash.globalization.DateTimeFormatter
Retrieves a list of localized strings containing the names of weekdays for the current calendar system.
global — Property, class RegExp
Specifies whether to use global matching for the regular expression.
GlobalSettings — class, package flashx.textLayout.elements
Configuration that applies to all TextFlow objects.
globalToLocal(point:flash.geom:Point) — method, class flash.display.DisplayObject
Converts the point object from the Stage (global) coordinates to the display object's (local) coordinates.
globalToLocal3D(point:flash.geom:Point) — method, class flash.display.DisplayObject
Converts a two-dimensional point from the Stage (global) coordinates to a three-dimensional display object's (local) coordinates.
globalToScreen(globalPoint:flash.geom:Point) — method, class flash.display.NativeWindow
Converts a point in pixel coordinates relative to the origin of the window stage (a global point in terms of the display list), to a point on the virtual desktop.
GlowFilter — final class, package flash.filters
The GlowFilter class lets you apply a glow effect to display objects.
GlowFilter(color:uint, alpha:Number, blurX:Number, blurY:Number, strength:Number, quality:int, inner:Boolean, knockout:Boolean) — Constructor, class flash.filters.GlowFilter
Initializes a new GlowFilter instance with the specified parameters.
GO — Constant Static Property, class flash.text.ReturnKeyLabel
Use the label, "Go".
gotoAndPlay(frame:Object, scene:String) — method, class flash.display.MovieClip
Starts playing the SWF file at the specified frame.
gotoAndStop(frame:Object, scene:String) — method, class flash.display.MovieClip
Brings the playhead to the specified frame of the movie clip and stops it there.
GPU — Constant Static Property, class flash.display.NativeWindowRenderMode
A gpu mode window.
GradientBevelFilter — final class, package flash.filters
The GradientBevelFilter class lets you apply a gradient bevel effect to display objects.
GradientBevelFilter(distance:Number, angle:Number, colors:Array, alphas:Array, ratios:Array, blurX:Number, blurY:Number, strength:Number, quality:int, type:String, knockout:Boolean) — Constructor, class flash.filters.GradientBevelFilter
Initializes the filter with the specified parameters.
GradientGlowFilter — final class, package flash.filters
The GradientGlowFilter class lets you apply a gradient glow effect to display objects.
GradientGlowFilter(distance:Number, angle:Number, colors:Array, alphas:Array, ratios:Array, blurX:Number, blurY:Number, strength:Number, quality:int, type:String, knockout:Boolean) — Constructor, class flash.filters.GradientGlowFilter
Initializes the filter with the specified parameters.
GradientType — final class, package flash.display
The GradientType class provides values for the type parameter in the beginGradientFill() and lineGradientStyle() methods of the flash.display.Graphics class.
GRANTED — Constant Static Property, class flash.permissions.PermissionStatus
Specifies that the permission has been granted.
graphic — Property, class flash.text.engine.GraphicElement
The DisplayObject to be used as a graphic for the GraphicElement.
graphic — Property, class flashx.textLayout.elements.InlineGraphicElement
The embedded graphic.
GraphicElement — final class, package flash.text.engine
The GraphicElement class represents a graphic element in a TextBlock or GroupElement object.
GraphicElement(graphic:flash.display:DisplayObject, elementWidth:Number, elementHeight:Number, elementFormat:flash.text.engine:ElementFormat, eventMirror:flash.events:EventDispatcher, textRotation:String) — Constructor, class flash.text.engine.GraphicElement
Creates a new GraphicElement instance.
GRAPHIC_ELEMENT — Constant Static Property, class flash.text.engine.ContentElement
Indicates the presence of a graphic element in the text.
graphics — Property, class flash.display.Shape
Specifies the Graphics object belonging to this Shape object, where vector drawing commands can occur.
graphics — Property, class flash.display.Sprite
Specifies the Graphics object that belongs to this sprite where vector drawing commands can occur.
Graphics — final class, package flash.display
The Graphics class contains a set of methods that you can use to create a vector shape.
GraphicsBitmapFill — final class, package flash.display
Defines a bitmap fill.
GraphicsBitmapFill(bitmapData:flash.display:BitmapData, matrix:flash.geom:Matrix, repeat:Boolean, smooth:Boolean) — Constructor, class flash.display.GraphicsBitmapFill
Creates a new GraphicsBitmapFill object.
GraphicsEndFill — final class, package flash.display
Indicates the end of a graphics fill.
GraphicsEndFill() — Constructor, class flash.display.GraphicsEndFill
Creates an object to use with the Graphics.drawGraphicsData() method to end the fill, explicitly.
GraphicsGradientFill — final class, package flash.display
Defines a gradient fill.
GraphicsGradientFill(type:String, colors:Array, alphas:Array, ratios:Array, matrix:any, spreadMethod:any, interpolationMethod:String, focalPointRatio:Number) — Constructor, class flash.display.GraphicsGradientFill
Creates a new GraphicsGradientFill object.
GraphicsPath — final class, package flash.display
A collection of drawing commands and the coordinate parameters for those commands.
GraphicsPath(commands:Vector$int, data:Vector$Number, winding:String) — Constructor, class flash.display.GraphicsPath
Creates a new GraphicsPath object.
GraphicsPathCommand — final class, package flash.display
Defines the values to use for specifying path-drawing commands.
GraphicsPathWinding — final class, package flash.display
The GraphicsPathWinding class provides values for the flash.display.GraphicsPath.winding property and the flash.display.Graphics.drawPath() method to determine the direction to draw a path.
GraphicsShaderFill — final class, package flash.display
Defines a shader fill.
GraphicsShaderFill(shader:flash.display:Shader, matrix:flash.geom:Matrix) — Constructor, class flash.display.GraphicsShaderFill
Creates a new GraphicsShaderFill object.
GraphicsSolidFill — final class, package flash.display
Defines a solid fill.
GraphicsSolidFill(color:uint, alpha:Number) — Constructor, class flash.display.GraphicsSolidFill
Creates a new GraphicsSolidFill object.
GraphicsStroke — final class, package flash.display
Defines a line style or stroke.
GraphicsStroke(thickness:Number, pixelHinting:Boolean, scaleMode:String, caps:String, joints:String, miterLimit:Number, fill:flash.display:IGraphicsFill) — Constructor, class flash.display.GraphicsStroke
Creates a new GraphicsStroke object.
GraphicsTrianglePath — final class, package flash.display
Defines an ordered set of triangles that can be rendered using either (u,v) fill coordinates or a normal fill.
GraphicsTrianglePath(vertices:Vector$Number, indices:Vector$int, uvtData:Vector$Number, culling:String) — Constructor, class flash.display.GraphicsTrianglePath
Creates a new GraphicsTrianglePath object.
GREATER — Constant Static Property, class flash.display3D.Context3DCompareMode
Greater than (>).
GREATER_EQUAL — Constant Static Property, class flash.display3D.Context3DCompareMode
Greater than or equal (>=).
GREEN — Constant Static Property, class flash.display.BitmapDataChannel
The green channel.
GREEN — Constant Static Property, class flash.ui.Keyboard
Constant associated with the key code value for the green function key button.
greenMultiplier — Property, class flash.geom.ColorTransform
A decimal value that is multiplied with the green channel value.
greenOffset — Property, class flash.geom.ColorTransform
A number from -255 to 255 that is added to the green channel value after it has been multiplied by the greenMultiplier value.
grid — Skin Part, class spark.components.DataGrid
A reference to the Grid control that displays row and columns. A reference to the Grid control that displays row and columns.
gridDirection — Style, class mx.charts.GridLines
Specifies the direction of the grid lines.
gridFitType — Property, class flash.text.TextField
The type of grid fitting used for this text field.
GridFitType — final class, package flash.text
The GridFitType class defines values for grid fitting in the TextField class.
gridLinesStyleName — Style, class mx.charts.chartClasses.CartesianChart
The class selector that defines the style properties for the default grid lines.
gripper — Skin Part, class spark.components.WindowedApplication
The skin part that defines the gripper button used to resize the window. The skin part that defines the gripper button used to resize the window.
gripper — Skin Part, class spark.components.Window
The skin part that defines the gripper button used to resize the window. The skin part that defines the gripper button used to resize the window.
gripper — Property, class spark.skins.spark.SparkChromeWindowedApplicationSkin
gripperPadding — Style, class mx.core.WindowedApplication
The extra space around the gripper.
gripperPadding — Style, class mx.core.Window
The extra space around the gripper.
GripperSkin() — Constructor, class spark.skins.spark.windowChrome.GripperSkin
Constructor.
gripperStyleName — Style, class mx.core.WindowedApplication
Style declaration for the skin of the gripper.
gripperStyleName — Style, class mx.core.Window
Style declaration for the skin of the gripper.
groupElement — Property, class flash.text.engine.ContentElement
The GroupElement object that contains this element, or null if it is not in a group.
GroupElement — final class, package flash.text.engine
A GroupElement object groups a collection of TextElement, GraphicElement, or other GroupElement objects that you can assign as a unit to the content property of a TextBlock object.
GroupElement(elements:Vector$flash.text.engine:ContentElement, elementFormat:flash.text.engine:ElementFormat, eventMirror:flash.events:EventDispatcher, textRotation:String) — Constructor, class flash.text.engine.GroupElement
Creates a new GroupElement instance.
groupElements(beginIndex:int, endIndex:int) — method, class flash.text.engine.GroupElement
Replaces the range of elements that the beginIndex and endIndex parameters specify with a new GroupElement containing those elements.
groupingPattern — Property, class flash.globalization.CurrencyFormatter
Describes the placement of grouping separators within the formatted currency amount string.
groupingPattern — Property, class flash.globalization.NumberFormatter
Describes the placement of grouping separators within the formatted number string.
groupingSeparator — Property, class flash.globalization.CurrencyFormatter
The character or string used for the grouping separator.
groupingSeparator — Property, class flash.globalization.NumberFormatter
The character or string used for the grouping separator.
groupspec — Property, class org.osmf.net.MulticastResource
The group spec string for multicasting.
GroupSpecifier — class, package flash.net
The GroupSpecifier class is used to construct the opaque groupspec strings that can be passed to NetStream and NetGroup constructors.
GroupSpecifier(name:String) — Constructor, class flash.net.GroupSpecifier
Creates a new GroupSpecifier object.
groupspecWithAuthorizations() — method, class flash.net.GroupSpecifier
Returns the opaque groupspec string, including authorizations, that can be passed to NetStream and NetGroup constructors.
groupspecWithoutAuthorizations() — method, class flash.net.GroupSpecifier
Returns the opaque groupspec string, without authorizations, that can be passed to NetStream and NetGroup constructors.
GUIDE — Constant Static Property, class flash.ui.Keyboard
Constant associated with the key code value for the button for engaging the program guide.
GUJARATI — Constant Static Property, class flash.globalization.NationalDigitsType
Represents the Unicode value for the zero digit of the Gujarati digit set.
GUJARATI — Constant Static Property, class flashx.textLayout.formats.ListStyleType
Numbering using Gujarati.
GURMUKHI — Constant Static Property, class flash.globalization.NationalDigitsType
Represents the Unicode value for the zero digit of the Gurmukhi digit set.
GURMUKHI — Constant Static Property, class flashx.textLayout.formats.ListStyleType
Numbering using Gurmukhi.
gutterBottom — Style, class mx.charts.chartClasses.CartesianChart
The size of the region, in pixels, between the bottom of the chart data area and the bottom of the chart control.
gutterLeft — Style, class mx.charts.chartClasses.CartesianChart
The size of the region, in pixels, between the left of the chart data area and the left of the chart control.
gutterRight — Style, class mx.charts.chartClasses.CartesianChart
The size of the region, in pixels, between the right side of the chart data area and the outside of the chart control.
gutterTop — Style, class mx.charts.chartClasses.CartesianChart
The size of the region, in pixels, between the top of the chart data area and the top of the chart control.
Symbols   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