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  
objects — Property, class starling.animation.Juggler
The actual vector that contains all objects that are currently being animated.
OFF — Constant Static Property, class feathers.controls.ScrollPolicy
The scroller does not scroll at all, even if the content is larger than the view port's bounds.
offLabelDisabledFontStyles — Style, class feathers.controls.ToggleSwitch
The font styles used to display the off label's text when the toggle switch is disabled.
offLabelFactory — Property, class feathers.controls.ToggleSwitch
A function used to instantiate the toggle switch's off label text renderer sub-component.
offLabelFontStyles — Style, class feathers.controls.ToggleSwitch
The font styles used to display the off label's text.
offLabelProperties — Property, class feathers.controls.ToggleSwitch
An object that stores properties for the toggle switch's "off" label text renderer, and the properties will be passed down to the text renderer when the toggle switch validates.
offLabelSelectedFontStyles — Style, class feathers.controls.ToggleSwitch
The font styles used to display the off label's text when the toggle switch is selected.
offLabelStyleName — Property, class feathers.controls.ToggleSwitch
The value added to the styleNameList of the off label text renderer.
offsetIndices(offset:int, indexID:int, numIndices:int) — method, class starling.rendering.IndexData
Adds an offset to all indices in the specified range.
offsetX — Property, class feathers.core.DefaultToolTipManager
The offset, in pixels, of the tool tip position on the x axis.
offsetX — Property, class feathers.extensions.toaster.DefaultToaster
The minimum space, in pixels, between the toaster's left and right edge and the toaster's content.
offsetX — Property, class feathers.extensions.toaster.Toaster
The minimum space, in pixels, between the toaster's left and right edge and the toaster's content.
offsetX — Property, class starling.text.BitmapFont
An offset that moves any generated text along the x-axis (in points).
offsetY — Property, class feathers.core.DefaultToolTipManager
The offset, in pixels, of the tool tip position on the y axis.
offsetY — Property, class feathers.extensions.toaster.DefaultToaster
The minimum space, in pixels, between the toaster's top and bottom edge and the toaster's content.
offsetY — Property, class feathers.extensions.toaster.Toaster
The minimum space, in pixels, between the toaster's top and bottom edge and the toaster's content.
offsetY — Property, class starling.text.BitmapFont
An offset that moves any generated text along the y-axis (in points).
offText — Style, class feathers.controls.ToggleSwitch
The text to display in the "off" label text renderer.
offTextRenderer — Property, class feathers.controls.ToggleSwitch
The "off" text renderer sub-component.
offTrack — Property, class feathers.controls.ToggleSwitch
The "off" track sub-component.
offTrackFactory — Property, class feathers.controls.ToggleSwitch
A function used to generate the toggle switch's "off" track sub-component.
offTrackProperties — Property, class feathers.controls.ToggleSwitch
An object that stores properties for the toggle switch's "off" track, and the properties will be passed down to the "off" track when the toggle switch validates.
offTrackStyleName — Property, class feathers.controls.ToggleSwitch
The value added to the styleNameList of the off track.
oldHeight — Property, interface feathers.motion.effectClasses.IResizeEffectContext
The old height of the target.
oldHeight — Property, class feathers.motion.effectClasses.TweenResizeEffectContext
The old height of the target.
oldWidth — Property, interface feathers.motion.effectClasses.IResizeEffectContext
The old width of the target.
oldWidth — Property, class feathers.motion.effectClasses.TweenResizeEffectContext
The old width of the target.
oldX — Property, interface feathers.motion.effectClasses.IMoveEffectContext
The old x position of the target.
oldX — Property, class feathers.motion.effectClasses.TweenMoveEffectContext
The old x position of the target.
oldY — Property, interface feathers.motion.effectClasses.IMoveEffectContext
The old y position of the target.
oldY — Property, class feathers.motion.effectClasses.TweenMoveEffectContext
The old y position of the target.
OLIVE — Constant Static Property, class starling.utils.Color
ON — Constant Static Property, class feathers.controls.ScrollPolicy
The scroller will always scroll.
onComplete — Property, class starling.animation.Tween
A function that will be called when the tween is complete.
onCompleteArgs — Property, class starling.animation.Tween
The arguments that will be passed to the 'onComplete' function.
onDrawRequired — Property, class starling.rendering.RenderState
onGraphicLostContext() — method, class starling.display.graphics.Graphic
onGraphicLostContext() — method, class starling.display.graphics.Graphic_bak
onLabelDisabledFontStyles — Style, class feathers.controls.ToggleSwitch
The font styles used to display the on label's text when the toggle switch is disabled.
onLabelFactory — Property, class feathers.controls.ToggleSwitch
A function used to instantiate the toggle switch's on label text renderer sub-component.
onLabelFontStyles — Style, class feathers.controls.ToggleSwitch
The font styles used to display the on label's text.
onLabelProperties — Property, class feathers.controls.ToggleSwitch
An object that stores properties for the toggle switch's "on" label text renderer, and the properties will be passed down to the text renderer when the toggle switch validates.
onLabelSelectedFontStyles — Style, class feathers.controls.ToggleSwitch
The font styles used to display the on label's text when the toggle switch is selected.
onLabelStyleName — Property, class feathers.controls.ToggleSwitch
The value added to the styleNameList of the off label text renderer.
onReady — Property, class starling.textures.TextureOptions
If this value is set, the texture will be loaded asynchronously (if possible).
onRepeat — Property, class starling.animation.Tween
A function that will be called each time the tween finishes one repetition (except the last, which will trigger 'onComplete').
onRepeatArgs — Property, class starling.animation.Tween
The arguments that will be passed to the 'onRepeat' function.
onRestore — Property, class starling.rendering.Effect
The function that you provide here will be called after a context loss.
onRestore — Property, class starling.textures.ConcreteTexture
The function that you provide here will be called after a context loss.
onStart — Property, class starling.animation.Tween
A function that will be called when the tween starts (after a possible delay).
onStartArgs — Property, class starling.animation.Tween
The arguments that will be passed to the 'onStart' function.
onTargetAssigned(target:starling.display:DisplayObject) — method, class starling.filters.FragmentFilter
Called when assigning a target display object.
onTargetAssigned(target:starling.display:Mesh) — method, class starling.styles.MeshStyle
Called when assigning a target mesh.
onText — Style, class feathers.controls.ToggleSwitch
The text to display in the "on" label text renderer.
onTextRenderer — Property, class feathers.controls.ToggleSwitch
The "on" text renderer sub-component.
onTouch(event:starling.events:TouchEvent) — method, class starling.display.Button
onTrack — Property, class feathers.controls.ToggleSwitch
The "on" track sub-component.
onTrackFactory — Property, class feathers.controls.ToggleSwitch
A function used to generate the toggle switch's "on" track sub-component.
onTrackProperties — Property, class feathers.controls.ToggleSwitch
An object that stores properties for the toggle switch's "on" track, and the properties will be passed down to the "on" track when the toggle switch validates.
onTrackStyleName — Property, class feathers.controls.ToggleSwitch
The value added to the styleNameList of the on track.
onUpdate — Property, class starling.animation.Tween
A function that will be called each time the tween is advanced.
onUpdateArgs — Property, class starling.animation.Tween
The arguments that will be passed to the 'onUpdate' function.
_opCode — Property, class starling.display.shaders.AbstractShader
opCode — Property, class starling.display.shaders.AbstractShader
opCode — Property, interface starling.display.shaders.IShader
open — Event, class feathers.controls.AutoComplete
Dispatched when the pop-up list is opened.
open — Event, class feathers.controls.Drawers
Dispatched when a drawer has completed opening.
open — Event, class feathers.controls.PickerList
Dispatched when the pop-up list is opened.
open — Event, class feathers.controls.Tree
Dispatched when a branch is opened.
open — Event, class feathers.controls.popups.BottomDrawerPopUpContentManager
Dispatched when the pop-up content opens.
open(content:starling.display:DisplayObject, source:starling.display:DisplayObject) — method, class feathers.controls.popups.BottomDrawerPopUpContentManager
Displays the pop-up content.
open — Event, class feathers.controls.popups.CalloutPopUpContentManager
Dispatched when the pop-up content opens.
open(content:starling.display:DisplayObject, source:starling.display:DisplayObject) — method, class feathers.controls.popups.CalloutPopUpContentManager
Displays the pop-up content.
open — Event, class feathers.controls.popups.DropDownPopUpContentManager
Dispatched when the pop-up content opens.
open(content:starling.display:DisplayObject, source:starling.display:DisplayObject) — method, class feathers.controls.popups.DropDownPopUpContentManager
Displays the pop-up content.
open — Event, interface feathers.controls.popups.IPopUpContentManager
Dispatched when the pop-up content opens.
open(content:starling.display:DisplayObject, source:starling.display:DisplayObject) — method, interface feathers.controls.popups.IPopUpContentManager
Displays the pop-up content.
open — Event, class feathers.controls.popups.VerticalCenteredPopUpContentManager
Dispatched when the pop-up content opens.
open(content:starling.display:DisplayObject, source:starling.display:DisplayObject) — method, class feathers.controls.popups.VerticalCenteredPopUpContentManager
Displays the pop-up content.
open() — method, class feathers.extensions.color.ColorPicker
Open the color spectrum.
open() — method, class feathers.extensions.toaster.Toaster
Add a toaster to the stage.
open(index:Vector$int) — method, class feathers.extensions.tree.Tree
Open the the tree control at the specified index.
open — Event, class feathers.media.MuteToggleButton
Dispatched when the pop-up volume slider is opened.
OPEN — Constant Static Property, class starling.events.Event
An event type to be utilized in custom events.
openCloseDuration — Property, class feathers.controls.popups.DropDownPopUpContentManager
The duration, in seconds, of the open and close animation.
openCloseEase — Property, class feathers.controls.popups.DropDownPopUpContentManager
The easing function to use for the open and close animation.
openGesture — Property, class feathers.controls.Drawers
An optional touch gesture used to open a drawer.
openGestureEdgeSize — Property, class feathers.controls.Drawers
The size (in inches) of the region near the edge of the content that can be dragged when the openGesture property is set to DragGesture.EDGE.
openList() — method, class feathers.controls.AutoComplete
Opens the pop-up list, if it isn't already open.
openList() — method, class feathers.controls.PickerList
Opens the pop-up list, if it isn't already open.
openMode — Style, class feathers.controls.Drawers
Determines whether the drawer opens above the content or below it.
openOrCloseDuration — Property, class feathers.controls.popups.BottomDrawerPopUpContentManager
The duration, in seconds, of the animation to open or close the pop-up.
openOrCloseDuration — Style, class feathers.controls.Drawers
The duration, in seconds, of the animation when a drawer opens or closes.
openOrCloseEase — Property, class feathers.controls.popups.BottomDrawerPopUpContentManager
The easing function used for opening or closing the pop-up.
openOrCloseEase — Style, class feathers.controls.Drawers
The easing function used for opening or closing the drawers.
openPopUp() — method, class feathers.media.MuteToggleButton
Opens the pop-up volume slider, if it isn't already open.
optimizedForRenderTexture — Property, class starling.textures.ConcreteTexture
Indicates if the base texture was optimized for being used in a render texture.
optimizeForRenderToTexture — Property, class starling.textures.TextureOptions
Indicates if the texture will be used as render target.
options — Property, class starling.text.TextField
The options that describe how the letters of a text should be assembled.
Orientation — class, package feathers.layout
Constants that define an orientation or set of orientations.
origin — Property, class feathers.controls.Callout
A callout may be positioned relative to another display object, known as the callout's origin.
originalSourceHeight — Property, class feathers.controls.ImageLoader
The original height of the source content, in pixels.
originalSourceWidth — Property, class feathers.controls.ImageLoader
The original width of the source content, in pixels.
originalStyleProvider — Property, class feathers.skins.AddOnFunctionStyleProvider
The addOnFunction will be called after the original style provider applies its styles.
originGap — Style, class feathers.controls.Callout
The space, in pixels, between the callout and the origin.
outerAlphaEnd — Property, class starling.styles.DistanceFieldStyle
The alpha value on the outer side of the outer area's gradient.
outerAlphaStart — Property, class starling.styles.DistanceFieldStyle
The alpha value on the inner side of the outer area's gradient.
outerColor — Property, class starling.styles.DistanceFieldStyle
The color with which the outer area (outline, glow, or drop shadow) will be filled.
outerPadding — Style, class feathers.controls.Panel
Quickly sets all outer padding properties to the same value.
outerPadding — Style, class feathers.controls.ScrollText
Quickly sets all outer padding properties to the same value.
outerPaddingBottom — Style, class feathers.controls.Panel
The minimum space, in pixels, between the panel's bottom edge and the panel's footer.
outerPaddingBottom — Style, class feathers.controls.ScrollText
The minimum space, in pixels, between the view port's bottom edge and the bottom edge of the component.
outerPaddingLeft — Style, class feathers.controls.Panel
The minimum space, in pixels, between the panel's left edge and the panel's header, middle content, and footer.
outerPaddingLeft — Style, class feathers.controls.ScrollText
The minimum space, in pixels, between the view port's left edge and the left edge of the component.
outerPaddingRight — Style, class feathers.controls.Panel
The minimum space, in pixels, between the panel's right edge and the panel's header, middle content, and footer.
outerPaddingRight — Style, class feathers.controls.ScrollText
The minimum space, in pixels, between the view port's right edge and the right edge of the component.
outerPaddingTop — Style, class feathers.controls.Panel
The minimum space, in pixels, between the panel's top edge and the panel's header.
outerPaddingTop — Style, class feathers.controls.ScrollText
The minimum space, in pixels, between the view port's top edge and the top edge of the component.
outerThreshold — Property, class starling.styles.DistanceFieldStyle
The threshold that determines where the outer area (outline, glow, or drop shadow) ends.
OVER — Constant Static Property, class starling.display.ButtonState
The mouse hovers over the button.
overlay — Property, class starling.display.Button
The overlay sprite is displayed on top of the button contents.
overlayFactory — Static Property, class feathers.controls.Alert
Creates overlays for modal alerts.
overlayFactory — Property, class feathers.controls.popups.BottomDrawerPopUpContentManager
This function may be used to customize the modal overlay displayed by the pop-up manager.
overlayFactory — Property, class feathers.controls.popups.CalloutPopUpContentManager
If isModal is true, this function may be used to customize the modal overlay displayed by the pop-up manager.
overlayFactory — Property, class feathers.controls.popups.DropDownPopUpContentManager
If isModal is true, this function may be used to customize the modal overlay displayed by the pop-up manager.
overlayFactory — Property, class feathers.controls.popups.VerticalCenteredPopUpContentManager
This function may be used to customize the modal overlay displayed by the pop-up manager.
overlayFactory — Property, class feathers.core.DefaultPopUpManager
A function that returns a display object to use as an overlay for modal pop-ups.
overlayFactory — Property, interface feathers.core.IPopUpManager
A function that returns a display object to use as an overlay for modal pop-ups.
overlayFactory — Static Property, class feathers.core.PopUpManager
A function that returns a display object to use as an overlay for modal pop-ups.
overlayPlayPauseButtonPlayDownIconTexture — Property, class feathers.themes.BaseMetalWorksDesktopTheme
overlayPlayPauseButtonPlayDownIconTexture — Property, class feathers.themes.BaseMetalWorksMobileTheme
overlayPlayPauseButtonPlayUpIconTexture — Property, class feathers.themes.BaseMetalWorksDesktopTheme
overlayPlayPauseButtonPlayUpIconTexture — Property, class feathers.themes.BaseMetalWorksMobileTheme
overlaySkin — Style, class feathers.controls.Drawers
An optional display object that appears above the content when a drawer is open.
overState — Property, class starling.display.Button
The texture that is displayed while mouse hovers over the button.
owner — Property, interface feathers.controls.IScreen
The screen navigator that is currently displaying this screen.
owner — Property, class feathers.controls.PanelScreen
The screen navigator that is currently displaying this screen.
owner — Property, class feathers.controls.Screen
The screen navigator that is currently displaying this screen.
owner — Property, class feathers.controls.ScrollScreen
The screen navigator that is currently displaying this screen.
owner — Property, class feathers.controls.renderers.DefaultDataGridCellRenderer
The data grid that contains this cell renderer.
owner — Property, class feathers.controls.renderers.DefaultDataGridHeaderRenderer
The data grid that contains this header renderer.
owner — Property, class feathers.controls.renderers.DefaultGroupedListHeaderOrFooterRenderer
The grouped list that contains this footer renderer.
owner — Property, class feathers.controls.renderers.DefaultGroupedListItemRenderer
The grouped list that contains this item renderer.
owner — Property, class feathers.controls.renderers.DefaultListItemRenderer
The list that contains this item renderer.
owner — Property, class feathers.controls.renderers.DefaultTreeItemRenderer
The tree that contains this item renderer.
owner — Property, interface feathers.controls.renderers.IDataGridCellRenderer
The data grid that contains this cell renderer.
owner — Property, interface feathers.controls.renderers.IDataGridHeaderRenderer
The data grid that contains this header renderer.
owner — Property, interface feathers.controls.renderers.IGroupedListFooterRenderer
The grouped list that contains this footer renderer.
owner — Property, interface feathers.controls.renderers.IGroupedListHeaderRenderer
The grouped list that contains this header renderer.
owner — Property, interface feathers.controls.renderers.IGroupedListItemRenderer
The grouped list that contains this item renderer.
owner — Property, interface feathers.controls.renderers.IListItemRenderer
The list that contains this item renderer.
owner — Property, interface feathers.controls.renderers.ITreeItemRenderer
The tree that contains this item renderer.
owner — Property, class feathers.controls.renderers.LayoutGroupDataGridCellRenderer
The data grid that contains this cell renderer.
owner — Property, class feathers.controls.renderers.LayoutGroupGroupedListHeaderOrFooterRenderer
The grouped list that contains this footer renderer.
owner — Property, class feathers.controls.renderers.LayoutGroupGroupedListItemRenderer
The grouped list that contains this item renderer.
owner — Property, class feathers.controls.renderers.LayoutGroupListItemRenderer
The list that contains this item renderer.
owner — Property, class feathers.controls.renderers.LayoutGroupTreeItemRenderer
The tree that contains this item renderer.
owner — Property, class feathers.extensions.dataGrid.DataGridItemRenderer
The datagrid that contains this item renderer.
owner — Property, class feathers.extensions.tabbedApplication.ViewNavigator
The tabbed navigators that is currently displaying this navigator [TabbedViewNavigatorApplication-only].
owner — Property, class feathers.extensions.tree.TreeItemRenderer
The tree control that contains this item renderer.
ownsParent — Property, class starling.textures.SubTexture
Indicates if the parent texture is disposed when this object is disposed.
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