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 |
g1 — Property, class starling.display.graphics.StrokeVertex |
| |
g2 — Property, class starling.display.graphics.StrokeVertex |
| |
gap — Property, class feathers.controls.popups.DropDownPopUpContentManager |
|
The space, in pixels, between the source and the pop-up. |
gap — Property, class feathers.layout.BaseLinearLayout |
|
The space, in pixels, between items. |
gap — Property, class feathers.layout.BaseTiledLayout |
|
Quickly sets both horizontalGap and verticalGap
to the same value. |
gap — Property, class feathers.layout.FlowLayout |
|
Quickly sets both horizontalGap and verticalGap
to the same value. |
gap — Property, class feathers.layout.HorizontalSpinnerLayout |
|
The space, in pixels, between items. |
gap — Property, class feathers.layout.VerticalSpinnerLayout |
|
The space, in pixels, between items. |
gap — Property, class feathers.layout.WaterfallLayout |
|
Quickly sets both horizontalGap and verticalGap
to the same value. |
gap — Style, class feathers.controls.TabBar |
| Space, in pixels, between tabs. |
| |
gap — Style, class feathers.controls.Button |
| The space, in pixels, between the icon and the label. |
| |
gap — Style, class feathers.controls.TextInput |
| The space, in pixels, between the icon and the text editor, if an icon exists. |
| |
gap — Style, class feathers.controls.Header |
| Space, in pixels, between items. |
| |
gap — Style, class feathers.controls.PageIndicator |
| The spacing, in pixels, between symbols. |
| |
gap — Style, class feathers.controls.ButtonGroup |
| Space, in pixels, between buttons. |
| |
gap — Style, class feathers.controls.Alert |
| The space, in pixels, between the alert's icon and its message text renderer. |
| |
gap — Style, class feathers.media.SoundChannelPeakVisualizer |
| The gap, in pixels, between the bars. |
| |
gap — Style, class feathers.media.SpectrumBarGraphVisualizer |
| The gap, in pixels, between the bars in the graph. |
| |
get(modeName:String) — Static Method , class starling.display.BlendMode |
| Returns the blend mode with the given name. |
getAccessoryForState(state:String) — method, class feathers.controls.renderers.BaseDefaultItemRenderer |
|
Gets the accessory to be used by the item renderer when the item
renderer's currentState property matches the specified
state value. |
getAccessoryLabelFontStylesForState(state:String) — method, class feathers.controls.renderers.BaseDefaultItemRenderer |
|
Gets the font styles to be used to display the item renderer's
accessory label text when the item renderer's
currentState property matches the specified state value. |
getAlpha(vertexID:int, attrName:String) — method, class starling.rendering.VertexData |
| Reads the alpha value from the specified vertex and attribute. |
getAlpha(color:uint) — Static Method , class starling.utils.Color |
| Returns the alpha part of an ARGB color (0 - 255). |
getAlphaAt(layerID:int) — method, class starling.filters.CompositeFilter |
| Indicates the alpha value with which the layer is drawn. |
getBasenameFromUrl(url:String) — method, class starling.utils.AssetManager |
| Extracts the base name of a file path or URL, i.e. |
getBitmapFont(name:String) — Static Method , class starling.text.TextField |
| Returns a registered bitmap font compositor (or null, if no compositor has been
registered with that name, or if it's not a bitmap font). |
getBitmapFont(name:String) — method, class starling.utils.AssetManager |
| |
getBitmapFontNames(prefix:String, out:Vector$String) — method, class starling.utils.AssetManager |
| |
getBlendFactors(mode:String, premultipliedAlpha:Boolean) — Static Method , class starling.display.MyBlendMode |
| |
getBlue(color:uint) — Static Method , class starling.utils.Color |
| Returns the blue part of an (A)RGB color (0 - 255). |
getBounds(targetSpace:starling.display:DisplayObject, resultRect:flash.geom:Rectangle) — method, class feathers.core.FeathersControl |
|
Feathers components use an optimized getBounds()
implementation that may sometimes behave differently than regular
Starling display objects. |
getBounds(targetSpace:starling.display:DisplayObject, resultRect:flash.geom:Rectangle) — method, interface feathers.core.IFeathersDisplayObject |
|
Gets the display object's bounds in the target coordinate space. |
getBounds(targetSpace:starling.display:DisplayObject, out:flash.geom:Rectangle) — method, class starling.display.DisplayObject |
| Returns a rectangle that completely encloses the object as it appears in another
coordinate system. |
getBounds(targetSpace:starling.display:DisplayObject, out:flash.geom:Rectangle) — method, class starling.display.DisplayObjectContainer |
| Returns a rectangle that completely encloses the object as it appears in another
coordinate system. |
getBounds(targetSpace:starling.display:DisplayObject, out:flash.geom:Rectangle) — method, class starling.display.Mesh |
| Returns a rectangle that completely encloses the object as it appears in another
coordinate system. |
getBounds(targetSpace:starling.display:DisplayObject, out:flash.geom:Rectangle) — method, class starling.display.Quad |
| Returns a rectangle that completely encloses the object as it appears in another
coordinate system. |
getBounds(targetSpace:starling.display:DisplayObject, resultRect:flash.geom:Rectangle) — method, class starling.display.graphics.Graphic |
| |
getBounds(targetSpace:starling.display:DisplayObject, resultRect:flash.geom:Rectangle) — method, class starling.display.graphics.Graphic_bak |
| |
getBounds(targetSpace:starling.display:DisplayObject, resultRect:flash.geom:Rectangle) — method, class starling.display.graphics.Plane |
| |
getBounds(attrName:String, matrix:flash.geom:Matrix, vertexID:int, numVertices:int, out:flash.geom:Rectangle) — method, class starling.rendering.VertexData |
| Calculates the bounds of the 2D vertex positions identified by the given name. |
getBounds(targetSpace:starling.display:DisplayObject, out:flash.geom:Rectangle) — method, class starling.text.TextField |
| Returns a rectangle that completely encloses the object as it appears in another
coordinate system. |
getBounds(rectangle:flash.geom:Rectangle, matrix:flash.geom:Matrix, out:flash.geom:Rectangle) — Static Method , class starling.utils.RectangleUtil |
| Calculates the bounds of a rectangle after transforming it by a matrix. |
getBoundsProjected(attrName:String, matrix:flash.geom:Matrix3D, camPos:flash.geom:Vector3D, vertexID:int, numVertices:int, out:flash.geom:Rectangle) — method, class starling.rendering.VertexData |
| Calculates the bounds of the 2D vertex positions identified by the given name,
projected into the XY-plane of a certain 3D space as they appear from the given
camera position. |
getBoundsProjected(rectangle:flash.geom:Rectangle, matrix:flash.geom:Matrix3D, camPos:flash.geom:Vector3D, out:flash.geom:Rectangle) — Static Method , class starling.utils.RectangleUtil |
| Calculates the bounds of a rectangle projected into the XY-plane of a certain 3D space
as they appear from the given camera position. |
getByteArray(name:String) — method, class starling.utils.AssetManager |
| Returns a byte array with a certain name, or null if it's not found. |
getByteArrayNames(prefix:String, out:Vector$String) — method, class starling.utils.AssetManager |
| Returns all byte array names that start with a certain string, sorted alphabetically. |
getCameraPosition(space:starling.display:DisplayObject, out:flash.geom:Vector3D) — method, class starling.display.Stage |
| Returns the position of the camera within the local coordinate system of a certain
display object. |
getChar(charID:int) — method, class starling.text.BitmapFont |
| Returns a single bitmap char with a certain character ID. |
getCharIDs(out:Vector$int) — method, class starling.text.BitmapFont |
| Returns a vector containing all the character IDs that are contained in this font. |
getChildAt(index:int) — method, class starling.display.DisplayObjectContainer |
| Returns a child object at a certain index. |
getChildByName(name:String) — method, class starling.display.DisplayObjectContainer |
| Returns a child object with a certain name (non-recursively). |
getChildIndex(child:starling.display:DisplayObject) — method, class starling.display.DisplayObjectContainer |
| Returns the index of a child within the container, or "-1" if it is not found. |
getClaim(touchID:int) — method, class feathers.events.ExclusiveTouch |
|
Gets the display object that has claimed a touch with the specified
ID. |
getColor(vertexID:int, attrName:String) — method, class starling.rendering.VertexData |
| Reads an RGB color from the specified vertex and attribute (no alpha). |
getColorAt(layerID:int) — method, class starling.filters.CompositeFilter |
| Returns the RGB color with which a layer is tinted when it is being drawn. |
getColorForState(state:String) — method, class feathers.skins.ImageSkin |
|
Gets the color to be used by the skin when the context's
currentState property matches the specified state value. |
getCompositor(fontName:String) — Static Method , class starling.text.TextField |
| Returns a registered text compositor (or null, if the font has not been registered). |
getDataForFormat(format:String) — method, class feathers.dragDrop.DragData |
|
Returns data for the specified format. |
getDefaultMeshStyle(previousStyle:starling.styles:MeshStyle, format:starling.text:TextFormat, options:starling.text:TextOptions) — method, class starling.text.BitmapFont |
| Creates and/or sets up the default MeshStyle to be used for rendering. |
getDefaultMeshStyle(previousStyle:starling.styles:MeshStyle, format:starling.text:TextFormat, options:starling.text:TextOptions) — method, interface starling.text.ITextCompositor |
| Creates and/or sets up the default MeshStyle to be used for rendering. |
getDisplayObjectDepthFromStage(target:starling.display:DisplayObject) — Package Function, feathers.utils.display |
|
Calculates how many levels deep the target object is on the display list,
starting from the Starling stage. |
getDropIndex(x:Number, y:Number, items:Vector$starling.display:DisplayObject, boundsX:Number, boundsY:Number, width:Number, height:Number) — method, class feathers.layout.FlowLayout |
|
Returns the index of the item if it were dropped at the specified
location. |
getDropIndex(x:Number, y:Number, items:Vector$starling.display:DisplayObject, boundsX:Number, boundsY:Number, width:Number, height:Number) — method, interface feathers.layout.IDragDropLayout |
|
Returns the index of the item if it were dropped at the specified
location. |
getDropIndex(x:Number, y:Number, items:Vector$starling.display:DisplayObject, boundsX:Number, boundsY:Number, width:Number, height:Number) — method, class feathers.layout.TiledColumnsLayout |
|
Returns the index of the item if it were dropped at the specified
location. |
getDropIndex(x:Number, y:Number, items:Vector$starling.display:DisplayObject, boundsX:Number, boundsY:Number, width:Number, height:Number) — method, class feathers.layout.TiledRowsLayout |
|
Returns the index of the item if it were dropped at the specified
location. |
getElementFormatForState(state:String) — method, class feathers.controls.text.TextBlockTextRenderer |
|
Gets the advanced ElementFormat font formatting passed
in using setElementFormatForState() for the specified
state. |
getElementNameAt(index:uint) — method, class feathers.extensions.tabbedApplication.TabbedViewNavigator |
|
Return the tab name at the specified index. |
getEndValue(property:String) — method, class starling.animation.Tween |
| The end value a certain property is animated to. |
getExtensionFromUrl(url:String) — method, class starling.utils.AssetManager |
| Extracts the file extension from an URL. |
getFillInstance() — method, class starling.display.Graphics |
| |
getFilterAt(index:int) — method, class starling.filters.FilterChain |
| Returns the filter at a certain index. |
getFilterIndex(filter:starling.filters:FragmentFilter) — method, class starling.filters.FilterChain |
| Returns the index of a filter within the chain, or "-1" if it is not found. |
getFloat(vertexID:int, attrName:String) — method, class starling.rendering.VertexData |
| Reads a float value from the specified vertex and attribute. |
getFocusManagerForStage(stage:starling.display:Stage) — Static Method , class feathers.core.FocusManager |
|
Returns the active focus manager for the specified Starling stage. |
getFontStylesForState(state:String) — method, class feathers.controls.Button |
|
Gets the font styles to be used to display the button's text when the
button's currentState property matches the specified
state value. |
getFontStylesForState(state:String) — method, class feathers.controls.TextArea |
|
Gets the font styles to be used to display the text area's text when
the text area's currentState property matches the
specified state value. |
getFontStylesForState(state:String) — method, class feathers.controls.TextInput |
|
Gets the font styles to be used to display the input's text when the
input's currentState property matches the specified
state value. |
getFooterRendererFactoryWithID(id:String) — method, class feathers.controls.GroupedList |
|
Returns the footer renderer factory associated with a specific ID. |
getFormat(attrName:String) — method, class starling.rendering.VertexData |
| Returns the format of a certain vertex attribute, identified by its name. |
getFormat(attrName:String) — method, class starling.rendering.VertexDataFormat |
| Returns the format of a certain vertex attribute, identified by its name. |
getFormatForState(state:String) — method, class feathers.text.FontStylesSet |
|
Returns the TextFormat for a specific state, or
null if the TextFormat has not been set
for that state. |
getFrame(name:String) — method, class starling.textures.TextureAtlas |
| Returns the frame rectangle of a specific region, or null if that region
has no frame. |
getFrameAction(frameID:int) — method, class starling.display.MovieClip |
| Returns the method that is executed at a certain frame. |
getFrameDuration(frameID:int) — method, class starling.display.MovieClip |
| Returns the duration of a certain frame (in seconds). |
getFrameSound(frameID:int) — method, class starling.display.MovieClip |
| Returns the sound of a certain frame. |
getFrameTexture(frameID:int) — method, class starling.display.MovieClip |
| Returns the texture of a certain frame. |
getGreen(color:uint) — Static Method , class starling.utils.Color |
| Returns the green part of an (A)RGB color (0 - 255). |
getHeaderRendererFactoryWithID(id:String) — method, class feathers.controls.GroupedList |
|
Returns the header renderer factory associated with a specific ID. |
getIconForState(state:String) — method, class feathers.controls.Button |
|
Gets the icon to be used by the button when the button's
currentState property matches the specified state value. |
getIconForState(state:String) — method, class feathers.controls.TextInput |
|
Gets the icon to be used by the text input when the input's
currentState property matches the specified state value. |
getIconLabelFontStylesForState(state:String) — method, class feathers.controls.renderers.BaseDefaultItemRenderer |
|
Gets the font styles to be used to display the item renderer's icon
label text when the item renderer's currentState
property matches the specified state value. |
getIndex(indexID:int) — method, class starling.rendering.IndexData |
| Reads the index from the specified position. |
getInstance() — Static Method , class starling.display.graphics.StrokeVertex |
| |
getItemAt(index:int) — method, class feathers.core.ToggleGroup |
|
Returns the item at the specified index. |
getItemAt(data:Object, index:int, ... rest) — method, class feathers.data.ArrayChildrenHierarchicalCollectionDataDescriptor |
|
Returns the item at the specified location in the data source. |
getItemAt(index:int) — method, class feathers.data.ArrayCollection |
|
Returns the item at the specified index in the collection. |
getItemAt(index:int, ... rest) — method, class feathers.data.ArrayHierarchicalCollection |
|
Returns the item at the specified location in the collection. |
getItemAt(data:Object, index:int) — method, class feathers.data.ArrayListCollectionDataDescriptor |
|
Returns the item at the specified index in the data source. |
getItemAt(index:int, ... rest) — method, class feathers.data.HierarchicalCollection |
|
Returns the item at the specified location in the collection. |
getItemAt(index:int, ... rest) — method, interface feathers.data.IHierarchicalCollection |
|
Returns the item at the specified location in the collection. |
getItemAt(data:Object, index:int, ... rest) — method, interface feathers.data.IHierarchicalCollectionDataDescriptor |
|
Returns the item at the specified location in the data source. |
getItemAt(index:int) — method, interface feathers.data.IListCollection |
|
Returns the item at the specified index in the collection. |
getItemAt(data:Object, index:int) — method, interface feathers.data.IListCollectionDataDescriptor |
|
Returns the item at the specified index in the data source. |
getItemAt(index:int) — method, class feathers.data.ListCollection |
|
Returns the item at the specified index in the collection. |
getItemAt(index:int) — method, class feathers.data.VectorCollection |
|
Returns the item at the specified index in the collection. |
getItemAt(index:int, ... rest) — method, class feathers.data.VectorHierarchicalCollection |
|
Returns the item at the specified location in the collection. |
getItemAt(data:Object, index:int) — method, class feathers.data.VectorIntListCollectionDataDescriptor |
|
Returns the item at the specified index in the data source. |
getItemAt(data:Object, index:int) — method, class feathers.data.VectorListCollectionDataDescriptor |
|
Returns the item at the specified index in the data source. |
getItemAt(data:Object, index:int) — method, class feathers.data.VectorNumberListCollectionDataDescriptor |
|
Returns the item at the specified index in the data source. |
getItemAt(data:Object, index:int) — method, class feathers.data.VectorUintListCollectionDataDescriptor |
|
Returns the item at the specified index in the data source. |
getItemAt(index:int) — method, class feathers.data.XMLListCollection |
|
Returns the item at the specified index in the collection. |
getItemAt(index:int, ... rest) — method, class feathers.data.XMLListHierarchicalCollection |
|
Returns the item at the specified location in the collection. |
getItemAt(data:Object, index:int) — method, class feathers.data.XMLListListCollectionDataDescriptor |
|
Returns the item at the specified index in the data source. |
getItemAt(index:int) — method, class feathers.extensions.dataGrid.DataGrid |
|
Get an item renderer at the specified index. |
getItemAt(index:Vector$int) — method, class feathers.extensions.tree.Tree |
|
Get a tree item at the specified index. |
getItemAtLocation(data:Object, location:Vector$int) — method, class feathers.data.ArrayChildrenHierarchicalCollectionDataDescriptor |
|
Returns the item at the specified location in the data source. |
getItemAtLocation(location:Vector$int) — method, class feathers.data.ArrayHierarchicalCollection |
|
Returns the item at the specified location in the collection. |
getItemAtLocation(location:Vector$int) — method, class feathers.data.HierarchicalCollection |
|
Returns the item at the specified location in the collection. |
getItemAtLocation(location:Vector$int) — method, interface feathers.data.IHierarchicalCollection |
|
Returns the item at the specified location in the collection. |
getItemAtLocation(data:Object, location:Vector$int) — method, interface feathers.data.IHierarchicalCollectionDataDescriptor |
|
Returns the item at the specified location in the data source. |
getItemAtLocation(location:Vector$int) — method, class feathers.data.VectorHierarchicalCollection |
|
Returns the item at the specified location in the collection. |
getItemAtLocation(location:Vector$int) — method, class feathers.data.XMLListHierarchicalCollection |
|
Returns the item at the specified location in the collection. |
getItemIndex(item:feathers.core:IToggle) — method, class feathers.core.ToggleGroup |
|
Returns the index of the specified item. |
getItemIndex(item:Object) — method, class feathers.data.ArrayCollection |
|
Determines which index the item appears at within the collection. |
getItemIndex(data:Object, item:Object) — method, class feathers.data.ArrayListCollectionDataDescriptor |
|
Determines which index the item appears at within the data source. |
getItemIndex(item:Object) — method, interface feathers.data.IListCollection |
|
Determines which index the item appears at within the collection. |
getItemIndex(data:Object, item:Object) — method, interface feathers.data.IListCollectionDataDescriptor |
|
Determines which index the item appears at within the data source. |
getItemIndex(item:Object) — method, class feathers.data.ListCollection |
|
Determines which index the item appears at within the collection. |
getItemIndex(item:Object) — method, class feathers.data.VectorCollection |
|
Determines which index the item appears at within the collection. |
getItemIndex(data:Object, item:Object) — method, class feathers.data.VectorIntListCollectionDataDescriptor |
|
Determines which index the item appears at within the data source. |
getItemIndex(data:Object, item:Object) — method, class feathers.data.VectorListCollectionDataDescriptor |
|
Determines which index the item appears at within the data source. |
getItemIndex(data:Object, item:Object) — method, class feathers.data.VectorNumberListCollectionDataDescriptor |
|
Determines which index the item appears at within the data source. |
getItemIndex(data:Object, item:Object) — method, class feathers.data.VectorUintListCollectionDataDescriptor |
|
Determines which index the item appears at within the data source. |
getItemIndex(item:Object) — method, class feathers.data.XMLListCollection |
|
Determines which index the item appears at within the collection. |
getItemIndex(data:Object, item:Object) — method, class feathers.data.XMLListListCollectionDataDescriptor |
|
Determines which index the item appears at within the data source. |
getItemIndex(myObject:Object, dropping:Object) — method, class feathers.extensions.tree.Tree |
|
Get the index of an item at the specified index. |
getItemJsonAt(index:Vector$int) — method, class feathers.extensions.tree.Tree |
|
Get the json item associated with the tree (dataProvider) at the specified index. |
getItemJsonParentAt(index:Vector$int) — method, class feathers.extensions.tree.Tree |
|
Get the json item parent associated with the tree (dataProvider) at the specified index. |
getItemLocation(data:Object, item:Object, result:Vector$int, ... rest) — method, class feathers.data.ArrayChildrenHierarchicalCollectionDataDescriptor |
|
Determines which location the item appears at within the data source. |
getItemLocation(item:Object, result:Vector$int) — method, class feathers.data.ArrayHierarchicalCollection |
|
Determines which location the item appears at within the collection. |
getItemLocation(item:Object, result:Vector$int) — method, class feathers.data.HierarchicalCollection |
|
Determines which location the item appears at within the collection. |
getItemLocation(item:Object, result:Vector$int) — method, interface feathers.data.IHierarchicalCollection |
|
Determines which location the item appears at within the collection. |
getItemLocation(data:Object, item:Object, result:Vector$int, ... rest) — method, interface feathers.data.IHierarchicalCollectionDataDescriptor |
|
Determines which location the item appears at within the data source. |
getItemLocation(item:Object, result:Vector$int) — method, class feathers.data.VectorHierarchicalCollection |
|
Determines which location the item appears at within the collection. |
getItemLocation(item:Object, result:Vector$int) — method, class feathers.data.XMLListHierarchicalCollection |
|
Determines which location the item appears at within the collection. |
getItemRendererFactoryWithID(id:String) — method, class feathers.controls.GroupedList |
|
Returns the item renderer factory associated with a specific ID. |
getItemRendererFactoryWithID(id:String) — method, class feathers.controls.List |
|
Returns the item renderer factory associated with a specific ID. |
getItemRendererFactoryWithID(id:String) — method, class feathers.controls.Tree |
|
Returns the item renderer factory associated with a specific ID. |
getKerning(charID:int) — method, class starling.text.BitmapChar |
| Retrieve kerning information relative to the given character ID. |
getLength(data:Object, ... rest) — method, class feathers.data.ArrayChildrenHierarchicalCollectionDataDescriptor |
|
The number of items at the specified location in the data source. |
getLength(... rest) — method, class feathers.data.ArrayHierarchicalCollection |
|
The number of items at the specified location in the collection. |
getLength(data:Object) — method, class feathers.data.ArrayListCollectionDataDescriptor |
|
The number of items in the data source. |
getLength(... rest) — method, class feathers.data.HierarchicalCollection |
|
The number of items at the specified location in the collection. |
getLength(... rest) — method, interface feathers.data.IHierarchicalCollection |
|
The number of items at the specified location in the collection. |
getLength(data:Object, ... rest) — method, interface feathers.data.IHierarchicalCollectionDataDescriptor |
|
The number of items at the specified location in the data source. |
getLength(data:Object) — method, interface feathers.data.IListCollectionDataDescriptor |
|
The number of items in the data source. |
getLength(... rest) — method, class feathers.data.VectorHierarchicalCollection |
|
The number of items at the specified location in the collection. |
getLength(data:Object) — method, class feathers.data.VectorIntListCollectionDataDescriptor |
|
The number of items in the data source. |
getLength(data:Object) — method, class feathers.data.VectorListCollectionDataDescriptor |
|
The number of items in the data source. |
getLength(data:Object) — method, class feathers.data.VectorNumberListCollectionDataDescriptor |
|
The number of items in the data source. |
getLength(data:Object) — method, class feathers.data.VectorUintListCollectionDataDescriptor |
|
The number of items in the data source. |
getLength(... rest) — method, class feathers.data.XMLListHierarchicalCollection |
|
The number of items at the specified location in the collection. |
getLength(data:Object) — method, class feathers.data.XMLListListCollectionDataDescriptor |
|
The number of items in the data source. |
getLengthAtLocation(data:Object, location:Vector$int) — method, class feathers.data.ArrayChildrenHierarchicalCollectionDataDescriptor |
|
The number of items at the specified location in the data source. |
getLengthAtLocation(location:Vector$int) — method, class feathers.data.ArrayHierarchicalCollection |
|
The number of items at the specified location in the collection. |
getLengthAtLocation(location:Vector$int) — method, class feathers.data.HierarchicalCollection |
|
The number of items at the specified location in the collection. |
getLengthAtLocation(location:Vector$int) — method, interface feathers.data.IHierarchicalCollection |
|
The number of items at the specified location in the collection. |
getLengthAtLocation(data:Object, location:Vector$int) — method, interface feathers.data.IHierarchicalCollectionDataDescriptor |
|
The number of items at the specified location in the data source. |
getLengthAtLocation(location:Vector$int) — method, class feathers.data.VectorHierarchicalCollection |
|
The number of items at the specified location in the collection. |
getLengthAtLocation(location:Vector$int) — method, class feathers.data.XMLListHierarchicalCollection |
|
The number of items at the specified location in the collection. |
getLocation(space:starling.display:DisplayObject, out:flash.geom:Point) — method, class starling.events.Touch |
| Converts the current location of a touch to the local coordinate system of a display
object. |
getMatrix(a:Number, b:Number, c:Number, d:Number, tx:Number, ty:Number) — Static Method , class starling.utils.Pool |
| Retrieves a Matrix instance from the pool. |
getMatrix3D(identity:Boolean) — Static Method , class starling.utils.Pool |
| Retrieves a Matrix3D instance from the pool. |
getMovement(space:starling.display:DisplayObject, out:flash.geom:Point) — method, class starling.events.Touch |
| Returns the movement of the touch between the current and previous location. |
getName(attrIndex:int) — method, class starling.rendering.VertexDataFormat |
| Returns the name of the attribute at the given position within the vertex format. |
getName(rawAsset:Object) — method, class starling.utils.AssetManager |
| This method is called by 'enqueue' to determine the name under which an asset will be
accessible; override it if you need a custom naming scheme. |
getNames(prefix:String, out:Vector$String) — method, class starling.textures.TextureAtlas |
| Returns all texture names that start with a certain string, sorted alphabetically. |
getNavigatorAt(index:uint) — method, class feathers.extensions.tabbedApplication.TabbedViewNavigator |
|
Return the navigator at the specified index. |
getNearestScrollPositionForIndex(index:int, scrollX:Number, scrollY:Number, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, class feathers.layout.AnchorLayout |
|
Calculates the scroll position nearest to the current scroll position
that will display the full bounds of the item within the view port. |
getNearestScrollPositionForIndex(index:int, scrollX:Number, scrollY:Number, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, class feathers.layout.FlowLayout |
|
Calculates the scroll position nearest to the current scroll position
that will display the full bounds of the item within the view port. |
getNearestScrollPositionForIndex(index:int, scrollX:Number, scrollY:Number, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, class feathers.layout.HorizontalLayout |
|
Calculates the scroll position nearest to the current scroll position
that will display the full bounds of the item within the view port. |
getNearestScrollPositionForIndex(index:int, scrollX:Number, scrollY:Number, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, class feathers.layout.HorizontalSpinnerLayout |
|
Calculates the scroll position nearest to the current scroll position
that will display the full bounds of the item within the view port. |
getNearestScrollPositionForIndex(index:int, scrollX:Number, scrollY:Number, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, interface feathers.layout.ILayout |
|
Calculates the scroll position nearest to the current scroll position
that will display the full bounds of the item within the view port. |
getNearestScrollPositionForIndex(index:int, scrollX:Number, scrollY:Number, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, class feathers.layout.SlideShowLayout |
|
Calculates the scroll position nearest to the current scroll position
that will display the full bounds of the item within the view port. |
getNearestScrollPositionForIndex(index:int, scrollX:Number, scrollY:Number, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, class feathers.layout.TiledColumnsLayout |
|
Calculates the scroll position nearest to the current scroll position
that will display the full bounds of the item within the view port. |
getNearestScrollPositionForIndex(index:int, scrollX:Number, scrollY:Number, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, class feathers.layout.TiledRowsLayout |
|
Calculates the scroll position nearest to the current scroll position
that will display the full bounds of the item within the view port. |
getNearestScrollPositionForIndex(index:int, scrollX:Number, scrollY:Number, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, class feathers.layout.VerticalLayout |
|
Calculates the scroll position nearest to the current scroll position
that will display the full bounds of the item within the view port. |
getNearestScrollPositionForIndex(index:int, scrollX:Number, scrollY:Number, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, class feathers.layout.VerticalSpinnerLayout |
|
Calculates the scroll position nearest to the current scroll position
that will display the full bounds of the item within the view port. |
getNearestScrollPositionForIndex(index:int, scrollX:Number, scrollY:Number, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, class feathers.layout.WaterfallLayout |
|
Calculates the scroll position nearest to the current scroll position
that will display the full bounds of the item within the view port. |
getNextPowerOfTwo(number:Number) — Static Method , class starling.utils.MathUtil |
| Returns the next power of two that is equal to or bigger than the specified number. |
getNode() — Static Method , class starling.display.graphics.VertexList |
| |
getObject(name:String) — method, class starling.utils.AssetManager |
| Returns an object with a certain name, or null if it's not found. |
getObjectNames(prefix:String, out:Vector$String) — method, class starling.utils.AssetManager |
| Returns all object names that start with a certain string, sorted alphabetically. |
getOffLabelFontStylesForState(state:String) — method, class feathers.controls.ToggleSwitch |
|
Gets the font styles to be used to display the toggle switch's off
label text when the toggle switch's currentState
property matches the specified state value. |
getOffset(attrName:String) — method, class starling.rendering.VertexData |
| Returns the offset (in bytes) of an attribute within a vertex. |
getOffset(attrName:String) — method, class starling.rendering.VertexDataFormat |
| Returns the offset (in bytes) of an attribute within a vertex. |
getOffsetAt(layerID:int, out:flash.geom:Point) — method, class starling.filters.CompositeFilter |
| Returns the position (in points) at which a certain layer will be drawn. |
getOffsetIn32Bits(attrName:String) — method, class starling.rendering.VertexData |
| Returns the offset (in 32 bit units) of an attribute within a vertex. |
getOffsetIn32Bits(attrName:String) — method, class starling.rendering.VertexDataFormat |
| Returns the offset (in 32 bit units) of an attribute within a vertex. |
getOnLabelFontStylesForState(state:String) — method, class feathers.controls.ToggleSwitch |
|
Gets the font styles to be used to display the toggle switch's on
label text when the toggle switch's currentState
property matches the specified state value. |
getPathAt(index:Vector$int, separator:String, key:String) — method, class feathers.extensions.tree.Tree |
|
Get the path of the specified item. |
getPoint(vertexID:int, attrName:String, out:flash.geom:Point) — method, class starling.rendering.VertexData |
| Reads a Point from the specified vertex and attribute. |
getPoint(x:Number, y:Number) — Static Method , class starling.utils.Pool |
| Retrieves a Point instance from the pool. |
getPoint3D(vertexID:int, attrName:String, out:flash.geom:Vector3D) — method, class starling.rendering.VertexData |
| Reads a Vector3D from the specified vertex and attribute. |
getPoint3D(x:Number, y:Number, z:Number) — Static Method , class starling.utils.Pool |
| Retrieves a Vector3D instance from the pool. |
getPoint4D(vertexID:int, attrName:String, out:flash.geom:Vector3D) — method, class starling.rendering.VertexData |
| Reads a Vector3D from the specified vertex and attribute, including the fourth
coordinate ('w'). |
getPositions(rectangle:flash.geom:Rectangle, out:Vector$flash.geom:Point) — Static Method , class starling.utils.RectangleUtil |
| Returns a vector containing the positions of the four edges of the given rectangle. |
getPreviousLocation(space:starling.display:DisplayObject, out:flash.geom:Point) — method, class starling.events.Touch |
| Converts the previous location of a touch to the local coordinate system of a display
object. |
getProgram(name:String) — method, class starling.rendering.Painter |
| Returns the program registered under a certain name, or null if no program with
this name has been registered. |
getPromptFontStylesForState(state:String) — method, class feathers.controls.TextInput |
|
Gets the font styles to be used to display the input's prompt when
the input's currentState property matches the specified
state value. |
getRawChildAt(index:int) — method, interface feathers.controls.IScrollContainer |
|
Gets the direct child of the Scroller at a specific
index rather than delegating the call to the view port. |
getRawChildAt(index:int) — method, class feathers.controls.ScrollContainer |
|
Gets the direct child of the Scroller at a specific
index rather than delegating the call to the view port. |
getRawChildByName(name:String) — method, interface feathers.controls.IScrollContainer |
|
Gets the name of a direct child of the Scroller rather
than delegating the call to the view port. |
getRawChildByName(name:String) — method, class feathers.controls.ScrollContainer |
|
Gets the name of a direct child of the Scroller rather
than delegating the call to the view port. |
getRawChildIndex(child:starling.display:DisplayObject) — method, interface feathers.controls.IScrollContainer |
|
Gets the index of a direct child of the Scroller rather
than delegating the call to the view port. |
getRawChildIndex(child:starling.display:DisplayObject) — method, class feathers.controls.ScrollContainer |
|
Gets the index of a direct child of the Scroller rather
than delegating the call to the view port. |
getRectangle(x:Number, y:Number, width:Number, height:Number) — Static Method , class starling.utils.Pool |
| Retrieves a Rectangle instance from the pool. |
getRed(color:uint) — Static Method , class starling.utils.Color |
| Returns the red part of an (A)RGB color (0 - 255). |
getRegion(name:String) — method, class starling.textures.TextureAtlas |
| Returns the region rectangle associated with a specific name, or null
if no region with that name has been registered. |
getRegisteredClasses(result:Vector$Class) — method, class feathers.skins.StyleProviderRegistry |
|
Returns all classes that have been registered with a style provider. |
getRetainCount(key:String) — method, class feathers.utils.textures.TextureCache |
|
Returns how many times the texture associated with the specified key
has currently been retained. |
getRotation(name:String) — method, class starling.textures.TextureAtlas |
| If true, the specified region in the atlas is rotated by 90 degrees (clockwise). |
getScale(density:int) — method, class feathers.utils.display.ScreenDensityScaleCalculator |
|
Returns the ideal contentScaleFactor value for the
specified density. |
getScaleForState(state:String) — method, class feathers.controls.Button |
|
Gets the scale to be used by the button when the button's
currentState property matches the specified state value. |
getScreen(id:String) — method, class feathers.controls.ScreenNavigator |
|
Returns the ScreenNavigatorItem instance with the
specified identifier. |
getScreen() — method, class feathers.controls.ScreenNavigatorItem |
|
Returns a display object instance of this screen. |
getScreen(id:String) — method, class feathers.controls.StackScreenNavigator |
|
Returns the StackScreenNavigatorItem instance with the
specified identifier. |
getScreen() — method, class feathers.controls.StackScreenNavigatorItem |
|
Returns a display object instance of this screen. |
getScreen(id:String) — method, class feathers.controls.TabNavigator |
|
Returns the TabNavigatorItem instance with the
specified identifier. |
getScreen() — method, class feathers.controls.TabNavigatorItem |
|
Returns a display object instance of this screen. |
getScreenIDs(result:Vector$String) — method, class feathers.controls.supportClasses.BaseScreenNavigator |
|
Returns a list of the screen identifiers that have been added. |
getScrollPositionForIndex(index:int, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, class feathers.layout.AnchorLayout |
|
Using the item dimensions, calculates a scroll position that will
ensure that the item at a given index will be visible within the
specified bounds. |
getScrollPositionForIndex(index:int, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, class feathers.layout.FlowLayout |
|
Using the item dimensions, calculates a scroll position that will
ensure that the item at a given index will be visible within the
specified bounds. |
getScrollPositionForIndex(index:int, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, class feathers.layout.HorizontalLayout |
|
Using the item dimensions, calculates a scroll position that will
ensure that the item at a given index will be visible within the
specified bounds. |
getScrollPositionForIndex(index:int, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, class feathers.layout.HorizontalSpinnerLayout |
|
Using the item dimensions, calculates a scroll position that will
ensure that the item at a given index will be visible within the
specified bounds. |
getScrollPositionForIndex(index:int, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, interface feathers.layout.ILayout |
|
Using the item dimensions, calculates a scroll position that will
ensure that the item at a given index will be visible within the
specified bounds. |
getScrollPositionForIndex(index:int, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, class feathers.layout.SlideShowLayout |
|
Using the item dimensions, calculates a scroll position that will
ensure that the item at a given index will be visible within the
specified bounds. |
getScrollPositionForIndex(index:int, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, class feathers.layout.TiledColumnsLayout |
|
Using the item dimensions, calculates a scroll position that will
ensure that the item at a given index will be visible within the
specified bounds. |
getScrollPositionForIndex(index:int, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, class feathers.layout.TiledRowsLayout |
|
Using the item dimensions, calculates a scroll position that will
ensure that the item at a given index will be visible within the
specified bounds. |
getScrollPositionForIndex(index:int, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, class feathers.layout.VerticalLayout |
|
Using the item dimensions, calculates a scroll position that will
ensure that the item at a given index will be visible within the
specified bounds. |
getScrollPositionForIndex(index:int, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, class feathers.layout.VerticalSpinnerLayout |
|
Using the item dimensions, calculates a scroll position that will
ensure that the item at a given index will be visible within the
specified bounds. |
getScrollPositionForIndex(index:int, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, class feathers.layout.WaterfallLayout |
|
Using the item dimensions, calculates a scroll position that will
ensure that the item at a given index will be visible within the
specified bounds. |
getSelectedItems(result:Vector$Object) — method, class feathers.controls.DataGrid |
|
Returns the selected items, with the ability to pass in an optional
result vector. |
getSelectedItems(result:Vector$Object) — method, class feathers.controls.List |
|
Returns the selected items, with the ability to pass in an optional
result vector. |
getSelectedLocation(result:Vector$int) — method, class feathers.controls.Tree |
|
Returns the currently selected location, or an empty
Vector.<int>, if no item is currently selected. |
getSize(attrName:String) — method, class starling.rendering.VertexData |
| Returns the size of a certain vertex attribute in bytes. |
getSize(attrName:String) — method, class starling.rendering.VertexDataFormat |
| Returns the size of a certain vertex attribute in bytes. |
getSizeIn32Bits(attrName:String) — method, class starling.rendering.VertexData |
| Returns the size of a certain vertex attribute in 32 bit units. |
getSizeIn32Bits(attrName:String) — method, class starling.rendering.VertexDataFormat |
| Returns the size of a certain vertex attribute in 32 bit units. |
getSkinForState(state:String) — method, class feathers.controls.BasicButton |
|
Gets the skin to be used by the button when its
currentState property matches the specified state value. |
getSkinForState(state:String) — method, class feathers.controls.TextArea |
|
Gets the skin to be used by the text area when its
currentState property matches the specified state value. |
getSkinForState(state:String) — method, class feathers.controls.TextInput |
|
Gets the skin to be used by the text input when the input's
currentState property matches the specified state value. |
getSound(name:String) — method, class starling.utils.AssetManager |
| Returns a sound with a certain name, or null if it's not found. |
getSoundNames(prefix:String, out:Vector$String) — method, class starling.utils.AssetManager |
| Returns all sound names that start with a certain string, sorted alphabetically. |
getStageBounds(targetSpace:starling.display:DisplayObject, out:flash.geom:Rectangle) — method, class starling.display.Stage |
| Returns the stage bounds (i.e. |
getStrokeInstance() — method, class starling.display.Graphics |
| |
getStrokePoints() — method, class starling.display.graphics.RoundedRectangle |
| |
getStyleProvider(forClass:Class) — method, class feathers.skins.StyleProviderRegistry |
|
Creates an IStyleProvider for the specified component
class, or if it was already created, returns the existing registered
style provider. |
getStyleProviderForClass(type:Class) — method, class feathers.themes.StyleNameFunctionTheme |
|
Returns a StyleNameFunctionStyleProvider to be passed to
the specified class. |
getTexCoords(vertexID:int, out:flash.geom:Point) — method, class starling.display.Mesh |
| Returns the texture coordinates of the vertex at the specified index. |
getTexCoords(vertexID:int, out:flash.geom:Point) — method, class starling.styles.MeshStyle |
| Returns the texture coordinates of the vertex at the specified index. |
getTexCoords(vertexData:starling.rendering:VertexData, vertexID:int, attrName:String, out:flash.geom:Point) — method, class starling.textures.Texture |
| Reads a pair of texture coordinates from the given VertexData instance and transforms
them into the current texture's coordinate system. |
getTextBounds(targetSpace:starling.display:DisplayObject, out:flash.geom:Rectangle) — method, class starling.text.TextField |
| Returns the bounds of the text within the text field in the given coordinate space. |
getTextFormatForState(state:String) — method, class feathers.controls.text.BitmapFontTextRenderer |
|
Gets the advanced BitmapFontTextFormat font formatting
passed in using setTextFormatForState() for the
specified state. |
getTextFormatForState(state:String) — method, class feathers.controls.text.TextFieldTextEditor |
|
Gets the advanced flash.text.TextFormat font formatting
passed in using setTextFormatForState() for the
specified state. |
getTextFormatForState(state:String) — method, class feathers.controls.text.TextFieldTextRenderer |
|
Gets the advanced flash.text.TextFormat font formatting
passed in using setTextFormatForState() for the
specified state. |
getTextFormatForState(state:String) — method, class feathers.extensions.controls.text.TLFTextFieldTextEditor |
|
Gets the advanced TextLayoutFormat font formatting
passed in using setTextFormatForState() for the
specified state. |
getTextFormatForTarget(target:feathers.core:IFeathersControl) — method, class feathers.text.FontStylesSet |
|
Chooses the appropriate TextFormat to use based on the
state of the text renderer passed in. |
getTexture(resolution:Number) — method, interface starling.filters.IFilterHelper |
| Gets a pass texture from the pool, or creates a new one (cleared and ready to be used
as render target). |
getTexture(name:String) — method, class starling.textures.TextureAtlas |
| Retrieves a SubTexture by name. |
getTexture(name:String) — method, class starling.utils.AssetManager |
| Returns a texture with a certain name. |
getTextureAtlas(name:String) — method, class starling.utils.AssetManager |
| Returns a texture atlas with a certain name, or null if it's not found. |
getTextureAtlasNames(prefix:String, out:Vector$String) — method, class starling.utils.AssetManager |
| Returns all texture atlas names that start with a certain string, sorted alphabetically. |
getTextureForState(state:String) — method, class feathers.skins.ImageSkin |
|
Gets the texture to be used by the skin when the context's
currentState property matches the specified state value. |
getTextureLookupFlags(format:String, mipMapping:Boolean, repeat:Boolean, smoothing:String) — Static Method , class starling.utils.RenderUtil |
| Returns the flags that are required for AGAL texture lookup,
including the '<' and '>' delimiters. |
getTextureNames(prefix:String, out:Vector$String) — method, class starling.utils.AssetManager |
| Returns all texture names that start with a certain string, sorted alphabetically. |
getTextures(prefix:String, out:Vector$starling.textures:Texture) — method, class starling.textures.TextureAtlas |
| Returns all textures that start with a certain string, sorted alphabetically
(especially useful for "MovieClip"). |
getTextures(prefix:String, out:Vector$starling.textures:Texture) — method, class starling.utils.AssetManager |
| Returns all textures that start with a certain string, sorted alphabetically
(especially useful for "MovieClip"). |
getTextureVariantBits(texture:starling.textures:Texture) — Static Method , class starling.utils.RenderUtil |
| Returns a bit field uniquely describing texture format and premultiplied alpha,
so that each required AGAL variant will get its unique ID. |
getToolTipManagerForStage(stage:starling.display:Stage) — Static Method , class feathers.core.ToolTipManager |
|
Returns the active tool tip manager for the specified Starling stage. |
getTouch(target:starling.display:DisplayObject, phase:String, id:int) — method, class starling.events.TouchEvent |
| Returns a touch that originated over a certain target. |
getTouches(target:starling.display:DisplayObject, phase:String, out:Vector$starling.events:Touch) — method, class starling.events.TouchEvent |
| Returns a list of touches that originated over a certain target. |
getTransformationMatrix(targetSpace:starling.display:DisplayObject, resultMatrix:flash.geom:Matrix) — method, interface feathers.core.IFeathersDisplayObject |
|
Calculates a transformation matrix to convert values from the display
object's coordinate space to a target coordinate space. |
getTransformationMatrix(targetSpace:starling.display:DisplayObject, out:flash.geom:Matrix) — method, class starling.display.DisplayObject |
| Creates a matrix that represents the transformation from the local coordinate system
to another. |
getTransformationMatrix3D(targetSpace:starling.display:DisplayObject, out:flash.geom:Matrix3D) — method, class starling.display.DisplayObject |
| Creates a matrix that represents the transformation from the local coordinate system
to another. |
getTransition(name:String) — Static Method , class starling.animation.Transitions |
| Returns the transition function that was registered under a certain name. |
getUnsignedInt(vertexID:int, attrName:String) — method, class starling.rendering.VertexData |
| Reads an unsigned integer value from the specified vertex and attribute. |
getVertex(index:int, out:flash.geom:Point) — method, class starling.geom.Polygon |
| Returns the coordinates of a certain vertex. |
getVertexAlpha(vertexID:int) — method, class starling.display.Mesh |
| Returns the alpha value of the vertex at the specified index. |
getVertexAlpha(vertexID:int) — method, class starling.styles.MeshStyle |
| Returns the alpha value of the vertex at the specified index. |
getVertexColor(vertexID:int) — method, class starling.display.Mesh |
| Returns the RGB color of the vertex at the specified index. |
getVertexColor(vertexID:int) — method, class starling.styles.MeshStyle |
| Returns the RGB color of the vertex at the specified index. |
getVertexPosition(vertexID:int, out:flash.geom:Point) — method, class starling.display.Mesh |
| The position of the vertex at the specified index, in the mesh's local coordinate
system. |
getVertexPosition(index:int, prealloc:flash.geom:Point) — method, class starling.display.graphics.Stroke |
| |
getVertexPosition(vertexID:int, out:flash.geom:Point) — method, class starling.styles.MeshStyle |
| The position of the vertex at the specified index, in the mesh's local coordinate
system. |
getVisibleIndicesAtScrollPosition(scrollX:Number, scrollY:Number, width:Number, height:Number, itemCount:int, result:Vector$int) — method, class feathers.layout.FlowLayout |
|
Used internally by a component, such as List, to
determines which indices are visible with the specified view port
bounds and scroll position. |
getVisibleIndicesAtScrollPosition(scrollX:Number, scrollY:Number, width:Number, height:Number, itemCount:int, result:Vector$int) — method, class feathers.layout.HorizontalLayout |
|
Used internally by a component, such as List, to
determines which indices are visible with the specified view port
bounds and scroll position. |
getVisibleIndicesAtScrollPosition(scrollX:Number, scrollY:Number, width:Number, height:Number, itemCount:int, result:Vector$int) — method, class feathers.layout.HorizontalSpinnerLayout |
|
Used internally by a component, such as List, to
determines which indices are visible with the specified view port
bounds and scroll position. |
getVisibleIndicesAtScrollPosition(scrollX:Number, scrollY:Number, width:Number, height:Number, itemCount:int, result:Vector$int) — method, interface feathers.layout.IVirtualLayout |
|
Used internally by a component, such as List, to
determines which indices are visible with the specified view port
bounds and scroll position. |
getVisibleIndicesAtScrollPosition(scrollX:Number, scrollY:Number, width:Number, height:Number, itemCount:int, result:Vector$int) — method, class feathers.layout.SlideShowLayout |
|
Used internally by a component, such as List, to
determines which indices are visible with the specified view port
bounds and scroll position. |
getVisibleIndicesAtScrollPosition(scrollX:Number, scrollY:Number, width:Number, height:Number, itemCount:int, result:Vector$int) — method, class feathers.layout.TiledColumnsLayout |
|
Used internally by a component, such as List, to
determines which indices are visible with the specified view port
bounds and scroll position. |
getVisibleIndicesAtScrollPosition(scrollX:Number, scrollY:Number, width:Number, height:Number, itemCount:int, result:Vector$int) — method, class feathers.layout.TiledRowsLayout |
|
Used internally by a component, such as List, to
determines which indices are visible with the specified view port
bounds and scroll position. |
getVisibleIndicesAtScrollPosition(scrollX:Number, scrollY:Number, width:Number, height:Number, itemCount:int, result:Vector$int) — method, class feathers.layout.VerticalLayout |
|
Used internally by a component, such as List, to
determines which indices are visible with the specified view port
bounds and scroll position. |
getVisibleIndicesAtScrollPosition(scrollX:Number, scrollY:Number, width:Number, height:Number, itemCount:int, result:Vector$int) — method, class feathers.layout.VerticalSpinnerLayout |
|
Used internally by a component, such as List, to
determines which indices are visible with the specified view port
bounds and scroll position. |
getVisibleIndicesAtScrollPosition(scrollX:Number, scrollY:Number, width:Number, height:Number, itemCount:int, result:Vector$int) — method, class feathers.layout.WaterfallLayout |
|
Used internally by a component, such as List, to
determines which indices are visible with the specified view port
bounds and scroll position. |
getXml(name:String) — method, class starling.utils.AssetManager |
| Returns an XML with a certain name, or null if it's not found. |
getXmlNames(prefix:String, out:Vector$String) — method, class starling.utils.AssetManager |
| Returns all XML names that start with a certain string, sorted alphabetically. |
globalStyleProvider — Static Property, class feathers.controls.Alert |
|
The default IStyleProvider for all Alert
components. |
globalStyleProvider — Static Property, class feathers.controls.AutoComplete |
|
The default IStyleProvider for all
AutoComplete components. |
globalStyleProvider — Static Property, class feathers.controls.BasicButton |
|
The default IStyleProvider for all BasicButton
components. |
globalStyleProvider — Static Property, class feathers.controls.Button |
|
The default IStyleProvider for all Button
components. |
globalStyleProvider — Static Property, class feathers.controls.ButtonGroup |
|
The default IStyleProvider for all ButtonGroup
components. |
globalStyleProvider — Static Property, class feathers.controls.Callout |
|
The default IStyleProvider for all Callout
components. |
globalStyleProvider — Static Property, class feathers.controls.Check |
|
The default IStyleProvider for all Check
components. |
globalStyleProvider — Static Property, class feathers.controls.DataGrid |
|
The default IStyleProvider for all List
components. |
globalStyleProvider — Static Property, class feathers.controls.DateTimeSpinner |
|
The default IStyleProvider for all DateTimeSpinner
components. |
globalStyleProvider — Static Property, class feathers.controls.Drawers |
|
The default IStyleProvider for all Drawers
components. |
globalStyleProvider — Static Property, class feathers.controls.GroupedList |
|
The default IStyleProvider for all GroupedList
components. |
globalStyleProvider — Static Property, class feathers.controls.Header |
|
The default IStyleProvider for all Header
components. |
globalStyleProvider — Static Property, class feathers.controls.ImageLoader |
|
The default IStyleProvider for all ImageLoader
components. |
globalStyleProvider — Static Property, class feathers.controls.Label |
|
The default IStyleProvider for all Label
components. |
globalStyleProvider — Static Property, class feathers.controls.LayoutGroup |
|
The default IStyleProvider for all LayoutGroup
components. |
globalStyleProvider — Static Property, class feathers.controls.List |
|
The default IStyleProvider for all List
components. |
globalStyleProvider — Static Property, class feathers.controls.NumericStepper |
|
The default IStyleProvider for all NumericStepper
components. |
globalStyleProvider — Static Property, class feathers.controls.PageIndicator |
|
The default IStyleProvider for all PageIndicator
components. |
globalStyleProvider — Static Property, class feathers.controls.Panel |
|
The default IStyleProvider for all Panel
components. |
globalStyleProvider — Static Property, class feathers.controls.PanelScreen |
|
The default IStyleProvider for all PanelScreen
components. |
globalStyleProvider — Static Property, class feathers.controls.PickerList |
|
The default IStyleProvider for all PickerList
components. |
globalStyleProvider — Static Property, class feathers.controls.ProgressBar |
|
The default IStyleProvider for all ProgressBar
components. |
globalStyleProvider — Static Property, class feathers.controls.Radio |
|
The default IStyleProvider for all Radio
components. |
globalStyleProvider — Static Property, class feathers.controls.Screen |
|
The default IStyleProvider for all Screen
components. |
globalStyleProvider — Static Property, class feathers.controls.ScreenNavigator |
|
The default IStyleProvider for all ScreenNavigator
components. |
globalStyleProvider — Static Property, class feathers.controls.ScrollBar |
|
The default IStyleProvider for all ScrollBar
components. |
globalStyleProvider — Static Property, class feathers.controls.ScrollContainer |
|
The default IStyleProvider for all ScrollContainer
components. |
globalStyleProvider — Static Property, class feathers.controls.ScrollScreen |
|
The default IStyleProvider for all ScrollScreen
components. |
globalStyleProvider — Static Property, class feathers.controls.ScrollText |
|
The default IStyleProvider for all ScrollText
components. |
globalStyleProvider — Static Property, class feathers.controls.SimpleScrollBar |
|
The default IStyleProvider for all SimpleScrollBar
components. |
globalStyleProvider — Static Property, class feathers.controls.Slider |
|
The default IStyleProvider for all Slider
components. |
globalStyleProvider — Static Property, class feathers.controls.SpinnerList |
|
The default IStyleProvider for all SpinnerList
components. |
globalStyleProvider — Static Property, class feathers.controls.StackScreenNavigator |
|
The default IStyleProvider for all StackScreenNavigator
components. |
globalStyleProvider — Static Property, class feathers.controls.TabBar |
|
The default IStyleProvider for all TabBar
components. |
globalStyleProvider — Static Property, class feathers.controls.TabNavigator |
|
The default IStyleProvider for all TabNavigator
components. |
globalStyleProvider — Static Property, class feathers.controls.TextArea |
|
The default IStyleProvider for all TextArea
components. |
globalStyleProvider — Static Property, class feathers.controls.TextCallout |
|
The default IStyleProvider for all Label
components. |
globalStyleProvider — Static Property, class feathers.controls.TextInput |
|
The default IStyleProvider for all TextInput
components. |
globalStyleProvider — Static Property, class feathers.controls.ToggleButton |
|
The default IStyleProvider for all ToggleButton
components. |
globalStyleProvider — Static Property, class feathers.controls.ToggleSwitch |
|
The default IStyleProvider for all ToggleSwitch
components. |
globalStyleProvider — Static Property, class feathers.controls.Tree |
|
The default IStyleProvider for all Tree
components. |
globalStyleProvider — Static Property, class feathers.controls.renderers.DefaultDataGridCellRenderer |
|
The default IStyleProvider for all DefaultListItemRenderer
components. |
globalStyleProvider — Static Property, class feathers.controls.renderers.DefaultDataGridHeaderRenderer |
|
The default IStyleProvider for all DefaultDataGridHeaderRenderer
components. |
globalStyleProvider — Static Property, class feathers.controls.renderers.DefaultGroupedListHeaderOrFooterRenderer |
|
The default IStyleProvider for all DefaultGroupedListHeaderOrFooterRenderer
components. |
globalStyleProvider — Static Property, class feathers.controls.renderers.DefaultGroupedListItemRenderer |
|
The default IStyleProvider for all DefaultGroupedListItemRenderer
components. |
globalStyleProvider — Static Property, class feathers.controls.renderers.DefaultListItemRenderer |
|
The default IStyleProvider for all DefaultListItemRenderer
components. |
globalStyleProvider — Static Property, class feathers.controls.renderers.DefaultTreeItemRenderer |
|
The default IStyleProvider for all DefaultTreeItemRenderer
components. |
globalStyleProvider — Static Property, class feathers.controls.renderers.LayoutGroupDataGridCellRenderer |
|
The default IStyleProvider for all LayoutGroupDataGridCellRenderer
components. |
globalStyleProvider — Static Property, class feathers.controls.renderers.LayoutGroupGroupedListHeaderOrFooterRenderer |
|
The default IStyleProvider for all LayoutGroupGroupedListHeaderOrFooterRenderer
components. |
globalStyleProvider — Static Property, class feathers.controls.renderers.LayoutGroupGroupedListItemRenderer |
|
The default IStyleProvider for all LayoutGroupGroupedListItemRenderer
components. |
globalStyleProvider — Static Property, class feathers.controls.renderers.LayoutGroupListItemRenderer |
|
The default IStyleProvider for all LayoutGroupListItemRenderer
components. |
globalStyleProvider — Static Property, class feathers.controls.renderers.LayoutGroupTreeItemRenderer |
|
The default IStyleProvider for all LayoutGroupTreeItemRenderer
components. |
globalStyleProvider — Static Property, class feathers.controls.text.BitmapFontTextEditor |
|
The default IStyleProvider for all BitmapFontTextEditor
components. |
globalStyleProvider — Static Property, class feathers.controls.text.BitmapFontTextRenderer |
|
The default IStyleProvider for all BitmapFontTextRenderer
components. |
globalStyleProvider — Static Property, class feathers.controls.text.StageTextTextEditor |
|
The default IStyleProvider for all StageTextTextEditor
components. |
globalStyleProvider — Static Property, class feathers.controls.text.TextBlockTextEditor |
|
The default IStyleProvider for all TextBlockTextEditor
components. |
globalStyleProvider — Static Property, class feathers.controls.text.TextBlockTextRenderer |
|
The default IStyleProvider for all TextBlockTextRenderer
components. |
globalStyleProvider — Static Property, class feathers.controls.text.TextFieldTextEditor |
|
The default IStyleProvider for all TextFieldTextEditor
components. |
globalStyleProvider — Static Property, class feathers.controls.text.TextFieldTextEditorViewPort |
|
The default IStyleProvider for all TextFieldTextEditorViewPort
components. |
globalStyleProvider — Static Property, class feathers.controls.text.TextFieldTextRenderer |
|
The default IStyleProvider for all TextFieldTextRenderer
components. |
globalStyleProvider — Static Property, class feathers.extensions.borderContainer.BorderContainer |
|
The default IStyleProvider for all BorderContainer
components. |
globalStyleProvider — Static Property, class feathers.extensions.borderContainer.BorderScrollContainer |
|
The default IStyleProvider for all BorderScrollContainer
components. |
globalStyleProvider — Static Property, class feathers.extensions.controls.text.TLFTextFieldTextEditor |
|
The default IStyleProvider for all TLFTextFieldTextEditor
components. |
globalStyleProvider — Static Property, class feathers.extensions.controls.text.TLFTextFieldTextEditorViewPort |
|
The default IStyleProvider for all TextFieldTextEditorViewPort
components. |
globalStyleProvider — Static Property, class feathers.media.FullScreenToggleButton |
|
The default IStyleProvider for all
FullScreenToggleButton components. |
globalStyleProvider — Static Property, class feathers.media.MuteToggleButton |
|
The default IStyleProvider for all
MuteToggleButton components. |
globalStyleProvider — Static Property, class feathers.media.PlayPauseToggleButton |
|
The default IStyleProvider for all
PlayPauseToggleButton components. |
globalStyleProvider — Static Property, class feathers.media.SeekSlider |
|
The default IStyleProvider for all
SeekSlider components. |
globalStyleProvider — Static Property, class feathers.media.SoundChannelPeakVisualizer |
|
The default IStyleProvider for all
SoundChannelPeakVisualizer components. |
globalStyleProvider — Static Property, class feathers.media.SoundPlayer |
|
The default IStyleProvider for all
SoundPlayer components. |
globalStyleProvider — Static Property, class feathers.media.SpectrumBarGraphVisualizer |
|
The default IStyleProvider for all
SpectrumBarGraphVisualizer components. |
globalStyleProvider — Static Property, class feathers.media.TimeLabel |
|
The default IStyleProvider for all
TimeLabel components. |
globalStyleProvider — Static Property, class feathers.media.VideoPlayer |
|
The default IStyleProvider for all
VideoPlayer components. |
globalStyleProvider — Static Property, class feathers.media.VolumeSlider |
|
The default IStyleProvider for all
VolumeSlider components. |
globalToLocal(globalPoint:flash.geom:Point, resultPoint:flash.geom:Point) — method, interface feathers.core.IFeathersDisplayObject |
|
Converts a point from the stage's coordinate space to the display
object's coordinate space. |
globalToLocal(globalPoint:flash.geom:Point, out:flash.geom:Point) — method, class starling.display.DisplayObject |
| Transforms a point from global (stage) coordinates to the local coordinate system. |
globalToLocal(u:Number, v:Number, out:flash.geom:Point) — method, class starling.textures.Texture |
| Transforms the given texture coordinates from the root texture's coordinate system
to the local coordinate system. |
globalToLocal3D(globalPoint:flash.geom:Point, out:flash.geom:Vector3D) — method, class starling.display.DisplayObject |
| Transforms a point from global (stage) coordinates to the 3D local coordinate system. |
globalX — Property, class starling.events.Touch |
| The x-position of the touch in stage coordinates. |
globalY — Property, class starling.events.Touch |
| The y-position of the touch in stage coordinates. |
GlowFilter — class, package starling.filters |
| The GlowFilter class lets you apply a glow effect to display objects. |
GlowFilter(color:uint, alpha:Number, blur:Number, quality:Number) — Constructor, class starling.filters.GlowFilter |
| Initializes a new GlowFilter instance with the specified parameters. |
Graphic — class, package starling.display.graphics |
|
Abstract, do not instantiate directly
Used as a base-class for all the drawing API sub-display objects (Like Fill and Stroke). |
Graphic() — Constructor, class starling.display.graphics.Graphic |
| |
Graphic_bak — class, package starling.display.graphics |
|
Abstract, do not instantiate directly
Used as a base-class for all the drawing API sub-display objects (Like Fill and Stroke). |
Graphic_bak() — Constructor, class starling.display.graphics.Graphic_bak |
| |
graphics — Property, class feathers.extensions.canvas.Canvas |
|
The display object that contains the drawing methods. |
graphics — Property, class feathers.extensions.canvas.CanvasControl |
|
The display object that contains the drawing methods. |
graphics — Property, class starling.display.Shape |
| |
Graphics — class, package starling.display |
| |
Graphics(displayObjectContainer:starling.display:DisplayObjectContainer) — Constructor, class starling.display.Graphics |
| |
GRAY — Constant Static Property, class starling.utils.Color |
| |
GREEN — Constant Static Property, class starling.utils.Color |
| |
gridFitType — Property, class feathers.controls.text.TextFieldTextEditor |
|
Determines whether Flash Player forces strong horizontal and vertical
lines to fit to a pixel or subpixel grid, or not at all using the
constants defined in the flash.text.GridFitType class. |
gridFitType — Property, class feathers.controls.text.TextFieldTextRenderer |
|
Determines whether Flash Player forces strong horizontal and vertical
lines to fit to a pixel or subpixel grid, or not at all using the
constants defined in the flash.text.GridFitType class. |
gridFitType — Property, class feathers.extensions.controls.text.TLFTextFieldTextEditor |
|
Determines whether Flash Player forces strong horizontal and vertical
lines to fit to a pixel or subpixel grid, or not at all using the
constants defined in the flash.text.GridFitType class. |
gridFitType — Style, class feathers.controls.ScrollText |
| Determines whether Flash Player forces strong horizontal and vertical lines to fit to a pixel or subpixel grid, or not at all using the constants defined in the flash.text.GridFitType class. |
| |
gridSize — Property, class feathers.themes.BaseMetalWorksDesktopTheme |
|
The size, in pixels, of major regions in the grid. |
gridSize — Property, class feathers.themes.BaseMetalWorksMobileTheme |
|
The size, in pixels, of major regions in the grid. |
GroupedList — class, package feathers.controls |
|
Displays a list of items divided into groups or sections. |
GroupedList() — Constructor, class feathers.controls.GroupedList |
|
Constructor. |
GROUPED_LIST_FOOTER_BACKGROUND_COLOR — Constant Static Property, class feathers.themes.BaseMetalWorksDesktopTheme |
| |
GROUPED_LIST_FOOTER_BACKGROUND_COLOR — Constant Static Property, class feathers.themes.BaseMetalWorksMobileTheme |
| |
GROUPED_LIST_HEADER_BACKGROUND_COLOR — Constant Static Property, class feathers.themes.BaseMetalWorksDesktopTheme |
| |
GROUPED_LIST_HEADER_BACKGROUND_COLOR — Constant Static Property, class feathers.themes.BaseMetalWorksMobileTheme |
| |
groupIndex — Property, class feathers.controls.renderers.DefaultGroupedListHeaderOrFooterRenderer |
|
The index of the group within the data provider of the grouped list. |
groupIndex — Property, class feathers.controls.renderers.DefaultGroupedListItemRenderer |
|
The index of the item's parent group within the data provider of the
grouped list. |
groupIndex — Property, interface feathers.controls.renderers.IGroupedListFooterRenderer |
|
The index of the group within the data provider of the grouped list. |
groupIndex — Property, interface feathers.controls.renderers.IGroupedListHeaderRenderer |
|
The index of the group within the data provider of the grouped list. |
groupIndex — Property, interface feathers.controls.renderers.IGroupedListItemRenderer |
|
The index of the item's parent group within the data provider of the
grouped list. |
groupIndex — Property, class feathers.controls.renderers.LayoutGroupGroupedListHeaderOrFooterRenderer |
|
The index of the group within the data provider of the grouped list. |
groupIndex — Property, class feathers.controls.renderers.LayoutGroupGroupedListItemRenderer |
|
The index of the item's parent group within the data provider of the
grouped list. |
groupToFooterData(group:Object) — method, class feathers.controls.GroupedList |
|
Extracts footer data from a group object. |
groupToHeaderData(group:Object) — method, class feathers.controls.GroupedList |
|
Extracts header data from a group object. |
gutterSize — Property, class feathers.themes.BaseMetalWorksDesktopTheme |
|
The size, in pixels, of minor regions in the grid. |
gutterSize — Property, class feathers.themes.BaseMetalWorksMobileTheme |
|
The size, in pixels, of minor regions in the grid. |
|
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 |