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  
save() — method, class feathers.extensions.tabbedApplication.TabbedViewNavigator
Save the navigators, views and data.
save() — method, class feathers.extensions.tabbedApplication.ViewNavigator
Save views and data [ViewNavigatorApplication-only].
saveMeasurements(width:Number, height:Number, minWidth:Number, minHeight:Number) — method, class feathers.core.FeathersControl
Saves the dimensions and minimum dimensions calculated for the component.
scale — Property, class starling.display.DisplayObject
Sets both 'scaleX' and 'scaleY' to the same value.
scale — Property, class starling.text.BitmapCharLocation
The scale with which the char must be placed.
scale — Property, class starling.textures.ConcreteTexture
The scale factor, which influences width and height properties.
scale — Property, class starling.textures.SubTexture
The scale factor, which influences width and height properties.
scale — Property, class starling.textures.Texture
The scale factor, which influences width and height properties.
scale — Property, class starling.textures.TextureOptions
The scale factor, which influences width and height properties.
scale9Grid — Style, class feathers.controls.ImageLoader
The scale9Grid value to use on the internal starling.display.Image.
scale9Grid — Property, class starling.display.Image
The current scaling grid that is in effect.
scaleAlphas(attrName:String, factor:Number, vertexID:int, numVertices:int) — method, class starling.rendering.VertexData
Multiplies the alpha values of subsequent vertices by a certain factor.
scaleContent — Style, class feathers.controls.ImageLoader
Determines if the content will be scaled if the dimensions of the ImageLoader are changed.
scaleFactor — Property, class feathers.controls.ImageLoader
The scale factor value to pass to Texture.fromBitmapData() when creating a texture loaded from a URL.
scaleFactor — Property, class starling.utils.AssetManager
Textures that are created from Bitmaps or ATF files will have the scale factor assigned here.
scaleMode — Style, class feathers.controls.ImageLoader
Determines how the texture is scaled if scaleContent and maintainAspectRatio are both set to true.
ScaleMode — class, package starling.utils
A class that provides constant values for the 'RectangleUtil.fit' method.
scaleTo(factor:Number) — method, class starling.animation.Tween
Animates the 'scaleX' and 'scaleY' properties of an object simultaneously.
scaleWhenDown — Style, class feathers.controls.Button
The button renders at this scale in the down state.
scaleWhenDown — Property, class starling.display.Button
The scale factor of the button on touch.
scaleWhenHovering — Style, class feathers.controls.Button
The button renders at this scale in the hover state.
scaleWhenSelected — Style, class feathers.controls.ToggleButton
If not NaN, the button renders at this scale when selected.
scaleX — Property, interface feathers.core.IFeathersDisplayObject
This horizontal scale factor.
scaleX — Property, class starling.display.DisplayObject
The horizontal scale factor.
scaleX — Property, class starling.filters.DisplacementMapFilter
The multiplier used to scale the x displacement result from the map calculation.
scaleY — Property, interface feathers.core.IFeathersDisplayObject
The vertical scale factor.
scaleY — Property, class starling.display.DisplayObject
The vertical scale factor.
scaleY — Property, class starling.filters.DisplacementMapFilter
The multiplier used to scale the y displacement result from the map calculation.
scaleZ — Property, class starling.display.Sprite3D
The depth scale factor.
sCollissionHelper — Static Property, class starling.display.graphics.Stroke
screen — Property, class feathers.controls.ScreenNavigatorItem
The screen to be displayed by the ScreenNavigator.
screen — Property, class feathers.controls.StackScreenNavigatorItem
The screen to be displayed by the ScreenNavigator.
Screen — class, package feathers.controls
A basic screen to be displayed by ScreenNavigator.
Screen() — Constructor, class feathers.controls.Screen
Constructor.
SCREEN — Constant Static Property, class starling.display.BlendMode
Multiplies the complement (inverse) of the display object color with the complement of the background color, resulting in a bleaching effect.
screenClass — Property, class feathers.controls.TabNavigatorItem
A Class that may be instantiated to create a DisplayObject instance to display when the associated tab is selected.
ScreenDensityScaleCalculator — class, package feathers.utils.display
Selects a value for contentScaleFactor based on the screen density (sometimes called DPI or PPI).
ScreenDensityScaleCalculator() — Constructor, class feathers.utils.display.ScreenDensityScaleCalculator
Constructor.
ScreenDensityScaleFactorManager — class, package feathers.utils
Automatically manages the Starling view port and stage dimensions to create an appropriate contentScaleFactor value for the current mobile device while filling the whole screen without letterboxing (no black bars!).
ScreenDensityScaleFactorManager(starling:starling.core:Starling) — Constructor, class feathers.utils.ScreenDensityScaleFactorManager
Constructor.
screenDisplayObject — Property, class feathers.controls.TabNavigatorItem
A display object to be displayed by the TabNavigator when the associted tab is selected.
screenFunction — Property, class feathers.controls.TabNavigatorItem
A Function that may be called to return a DisplayObject instance to display when the associated tab is selected.
screenID — Property, interface feathers.controls.IScreen
The identifier for the screen.
screenID — Property, class feathers.controls.PanelScreen
The identifier for the screen.
screenID — Property, class feathers.controls.Screen
The identifier for the screen.
screenID — Property, class feathers.controls.ScrollScreen
The identifier for the screen.
screenInchesX(stage:flash.display:Stage) — Static Method , class feathers.system.DeviceCapabilities
The physical width of the device, in inches.
screenInchesY(stage:flash.display:Stage) — Static Method , class feathers.system.DeviceCapabilities
The physical height of the device, in inches.
ScreenNavigator — class, package feathers.controls
A "view stack"-like container that supports navigation between screens (any display object) through events.
ScreenNavigator() — Constructor, class feathers.controls.ScreenNavigator
Constructor.
SCREEN_NAVIGATOR_CONTENT_EVENT_DISPATCHER_FIELD — Constant Static Property, class feathers.controls.Drawers
The field used to access the "content event dispatcher" of a ScreenNavigator component, which happens to be the currently active screen.
ScreenNavigatorItem — class, package feathers.controls
Data for an individual screen that will be displayed by a ScreenNavigator component.
ScreenNavigatorItem(screen:Object, events:Object, properties:Object) — Constructor, class feathers.controls.ScreenNavigatorItem
Constructor.
screenPixelHeight — Static Property, class feathers.system.DeviceCapabilities
A custom height, in pixels, to use for calculations of the device's physical screen size.
screenPixelWidth — Static Property, class feathers.system.DeviceCapabilities
A custom width, in pixels, to use for calculations of the device's physical screen size.
scroll — Event, class feathers.controls.Scroller
Dispatched when the scroller scrolls in either direction or when the view port's scrolling bounds have changed.
scroll — Event, class feathers.layout.BaseVariableVirtualLayout
Dispatched when the layout would like to adjust the container's scroll position.
scroll — Event, interface feathers.layout.IVariableVirtualLayout
Dispatched when the layout would like to adjust the container's scroll position.
SCROLL — Constant Static Property, class starling.events.Event
An event type to be utilized in custom events.
ScrollBar — class, package feathers.controls
Select a value between a minimum and a maximum by dragging a thumb over a physical range or by using step buttons.
ScrollBar() — Constructor, class feathers.controls.ScrollBar
Constructor.
scrollBarDisplayMode — Style, class feathers.controls.Scroller
Determines how the scroll bars are displayed.
ScrollBarDisplayMode — class, package feathers.controls
Constants that define how scroll bars are displayed in a container.
scrollBarFactory() — Static Method , class feathers.themes.BaseMetalWorksDesktopTheme
This theme's scroll bar type is ScrollBar.
scrollBarFactory() — Static Method , class feathers.themes.BaseMetalWorksMobileTheme
This theme's scroll bar type is SimpleScrollBar.
scrollBarGutterSize — Property, class feathers.themes.BaseMetalWorksDesktopTheme
scrollBarGutterSize — Property, class feathers.themes.BaseMetalWorksMobileTheme
SCROLL_BAR_STEP_BUTTON_SCALE9_GRID — Constant Static Property, class feathers.themes.BaseMetalWorksDesktopTheme
SCROLL_BAR_TRACK_COLOR — Constant Static Property, class feathers.themes.BaseMetalWorksDesktopTheme
SCROLL_BAR_TRACK_DOWN_COLOR — Constant Static Property, class feathers.themes.BaseMetalWorksDesktopTheme
scrollComplete — Event, class feathers.controls.Scroller
Dispatched when the scroller finishes scrolling in either direction as a result of either user interaction or animation.
SCROLL_COMPLETE — Constant Static Property, class feathers.events.FeathersEventType
The FeathersEventType.SCROLL_COMPLETE event type is used when a control finishes scrolling in either direction as a result of either user interaction or animation.
ScrollContainer — class, package feathers.controls
A generic container that supports layout, scrolling, and a background skin.
ScrollContainer() — Constructor, class feathers.controls.ScrollContainer
Constructor.
scrollDuration — Style, class feathers.controls.DateTimeSpinner
The duration, in seconds, of the animation when the scrollToDate() function is called, or when an invalid date is selected.
scroller — Property, class feathers.extensions.zoomable.PinchingControl
A ScrollContainer that stops scrolling when this control scroll or is pinched.
scroller — Property, class feathers.extensions.zoomable.ZoomableControl
The ScrollContainer of this control.
Scroller — class, package feathers.controls
Allows horizontal and vertical scrolling of a view port.
Scroller() — Constructor, class feathers.controls.Scroller
Constructor.
ScrollInteractionMode — class, package feathers.controls
Different ways that the user can interact with a scrolling container to control its scroll position.
ScrollPolicy — class, package feathers.controls
Constants that define whether a container allows scrolling or not.
scrollPositionHorizontalAlign — Property, class feathers.layout.HorizontalLayout
When the scroll position is calculated for an item, an attempt will be made to align the item to this position.
scrollPositionVerticalAlign — Property, class feathers.layout.VerticalLayout
When the scroll position is calculated for an item, an attempt will be made to align the item to this position.
ScrollScreen — class, package feathers.controls
A screen for use with ScreenNavigator, based on ScrollContainer in order to provide scrolling and layout.
ScrollScreen() — Constructor, class feathers.controls.ScrollScreen
Constructor.
scrollStart — Event, class feathers.controls.Scroller
Dispatched when the scroller starts scrolling in either direction as a result of either user interaction or animation.
SCROLL_START — Constant Static Property, class feathers.events.FeathersEventType
The FeathersEventType.SCROLL_START event type is used when a control starts scrolling in either direction as a result of either user interaction or animation.
ScrollText — class, package feathers.controls
Displays long passages of text in a scrollable container using the runtime's software-based flash.text.TextField as an overlay above Starling content on the classic display list.
ScrollText() — Constructor, class feathers.controls.ScrollText
Constructor.
scrollToDate(date:Date, animationDuration:Number) — method, class feathers.controls.DateTimeSpinner
After the next validation, animates the scroll positions of the lists to a specific date.
scrollToDisplayIndex(index:int, animationDuration:Number) — method, class feathers.controls.DataGrid
Scrolls the data grid so that the specified item is visible.
scrollToDisplayIndex(groupIndex:int, itemIndex:int, animationDuration:Number) — method, class feathers.controls.GroupedList
After the next validation, scrolls the list so that the specified item is visible.
scrollToDisplayIndex(index:int, animationDuration:Number) — method, class feathers.controls.List
Scrolls the list so that the specified item is visible.
scrollToDisplayLocation(location:Vector$int, animationDuration:Number) — method, class feathers.controls.Tree
After the next validation, scrolls the list so that the specified item is visible.
scrollToIndex(index:int) — method, class feathers.extensions.dataGrid.DataGrid
Scroll to the specified index.
scrollToIndex(index:Vector$int) — method, class feathers.extensions.tree.Tree
Scroll to the index currently selected in the tabBar.
scrollToPageIndex(horizontalPageIndex:int, verticalPageIndex:int, animationDuration:Number) — method, class feathers.controls.Scroller
After the next validation, animates the scroll position to a specific page index.
scrollToPosition(horizontalScrollPosition:Number, verticalScrollPosition:Number, animationDuration:Number) — method, class feathers.controls.Scroller
After the next validation, animates the scroll positions to a specific location.
scrollX — Property, class feathers.layout.ViewPortBounds
The horizontal scroll position of the view port, in pixels.
scrollY — Property, class feathers.layout.ViewPortBounds
The vertical scroll position of the view port, in pixels.
searchButtonHandler — Property, class feathers.controls.PanelScreen
Optional callback for the search hardware key.
searchButtonHandler — Property, class feathers.controls.Screen
Optional callback for the search hardware key.
searchButtonHandler — Property, class feathers.controls.ScrollScreen
Optional callback for the search hardware key.
searchIconDisabledTexture — Property, class feathers.themes.BaseMetalWorksDesktopTheme
searchIconDisabledTexture — Property, class feathers.themes.BaseMetalWorksMobileTheme
searchIconTexture — Property, class feathers.themes.BaseMetalWorksDesktopTheme
searchIconTexture — Property, class feathers.themes.BaseMetalWorksMobileTheme
securityError — Event, class feathers.controls.ImageLoader
Dispatched if a security error occurs while loading the source content.
securityError — Event, class feathers.media.SoundPlayer
Dispatched when the flash.media.Sound object dispatches flash.events.SecurityErrorEvent.SECURITY_ERROR.
securityError — Event, class feathers.themes.MetalWorksDesktopThemeWithAssetManager
Dispatched when the theme's assets fail to load due to a security error.
securityError — Event, class feathers.themes.MetalWorksMobileThemeWithAssetManager
Dispatched when the theme's assets fail to load due to a security error.
securityError — Event, class starling.utils.AssetManager
Dispatched when an URLLoader fails with a SECURITY_ERROR while processing the queue.
SECURITY_ERROR — Constant Static Property, class starling.events.Event
Event type that is dispatched by the AssetManager when a file/url cannot be loaded.
seek(seconds:Number) — method, class feathers.media.BaseTimedMediaPlayer
Seeks the media content to a specific position, in seconds.
seek(seconds:Number) — method, interface feathers.media.ITimedMediaPlayer
Seeks the media content to a specific position, in seconds.
seekMedia(seconds:Number) — method, class feathers.media.BaseTimedMediaPlayer
Internal function that seeks the media content to a specific playhead time, in seconds.
SeekSlider — class, package feathers.media
A specialized slider that displays and controls the current position of the playhead of a media player.
SeekSlider() — Constructor, class feathers.media.SeekSlider
Constructor.
seekSliderProgressSkinTexture — Property, class feathers.themes.BaseMetalWorksDesktopTheme
seekSliderProgressSkinTexture — Property, class feathers.themes.BaseMetalWorksMobileTheme
select — Event, class feathers.extensions.tree.Tree
Dispatched when a tree item is selected.
SELECT — Static Property, class feathers.extensions.tree.events.TreeEvent
Dispatched when a tree item selected.
SELECT — Constant Static Property, class starling.events.Event
An event type to be utilized in custom events.
selectable — Property, class feathers.extensions.tree.Tree
Determines if terminal items in the tree may be selected.
selectableField — Property, class feathers.controls.renderers.BaseDefaultItemRenderer
The field in the item that determines if the item renderer can be selected, if the list allows selection.
selectableFunction — Property, class feathers.controls.renderers.BaseDefaultItemRenderer
A function used to determine if a specific item is selectable.
SELECTED — Constant Static Property, class feathers.controls.ToggleState
The state where the component is selected.
SELECTED_AND_DISABLED — Constant Static Property, class feathers.controls.ToggleState
The state where the component is selected and disabled.
selectedColor — Property, class feathers.skins.ImageSkin
The color to tint the skin when the stateContext is an IToggle instance and its isSelected property is true.
selectedDisabledIcon — Style, class feathers.controls.ToggleButton
The icon used for the button's disabled state when the button is selected.
selectedDisabledSkin — Style, class feathers.controls.ToggleButton
The skin used for the button's disabled state when the button is selected.
selectedDownIcon — Style, class feathers.controls.ToggleButton
The icon used for the button's down state when the button is selected.
selectedDownSkin — Style, class feathers.controls.ToggleButton
The skin used for the button's down state when the button is selected.
selectedElementFormat — Property, class feathers.controls.text.TextBlockTextRenderer
Advanced font formatting used to draw the text when the stateContext is selected, if selectedFontStyles and starling.text.TextFormat cannot be used on the parent component because the full capabilities of Flash Text Engine are required.
selectedFontStyles — Property, class feathers.themes.BaseMetalWorksDesktopTheme
The font styles for standard-sized, selected text.
selectedFontStyles — Property, class feathers.themes.BaseMetalWorksMobileTheme
The font styles for standard-sized, selected text.
selectedFontStyles — Style, class feathers.controls.ToggleButton
The font styles used to display the button's text when the button is selected.
selectedFormat — Property, class feathers.text.FontStylesSet
The font styles used to display the text when the component is selected.
selectedGroupIndex — Property, class feathers.controls.GroupedList
The group index of the currently selected item.
selectedHoverIcon — Style, class feathers.controls.ToggleButton
The icon used for the button's hover state when the button is selected.
selectedHoverSkin — Style, class feathers.controls.ToggleButton
The skin used for the button's hover state when the button is selected.
selectedIndex — Property, class feathers.controls.DataGrid
The index of the currently selected item.
selectedIndex — Property, class feathers.controls.List
The index of the currently selected item.
selectedIndex — Property, class feathers.controls.PageIndicator
The currently selected index.
selectedIndex — Property, class feathers.controls.PickerList
The index of the currently selected item.
selectedIndex — Property, class feathers.controls.TabBar
The index of the currently selected tab.
selectedIndex — Property, class feathers.controls.TabNavigator
The index of the currently selected tab.
selectedIndex — Property, class feathers.core.ToggleGroup
The index of the currently selected toggle.
selectedIndex — Property, class feathers.extensions.dataGrid.DataGrid
The index of the currently selected item.
selectedIndex — Property, class feathers.extensions.tabbedApplication.TabbedViewNavigator
The index of the currently selected tabBar.
selectedIndex — Property, class feathers.extensions.tree.Tree
The index of the currently selected item.
selectedIndices — Property, class feathers.controls.DataGrid
The indices of the currently selected items.
selectedIndices — Property, class feathers.controls.List
The indices of the currently selected items.
selectedIndices — Property, class feathers.extensions.dataGrid.DataGrid
The indices of the currently selected items.
selectedItem — Property, class feathers.controls.DataGrid
The currently selected item.
selectedItem — Property, class feathers.controls.GroupedList
The currently selected item.
selectedItem — Property, class feathers.controls.List
The currently selected item.
selectedItem — Property, class feathers.controls.PickerList
The currently selected item.
selectedItem — Property, class feathers.controls.TabBar
The currently selected item from the data provider.
selectedItem — Property, class feathers.controls.Tree
The currently selected item.
selectedItem — Property, class feathers.core.ToggleGroup
The currently selected toggle.
selectedItemIndex — Property, class feathers.controls.GroupedList
The item index of the currently selected item.
selectedItems — Property, class feathers.controls.DataGrid
The currently selected item.
selectedItems — Property, class feathers.controls.List
The currently selected item.
selectedLocation — Property, class feathers.controls.Tree
The currently selected location.
selectedSymbolFactory — Style, class feathers.controls.PageIndicator
A function used to create a selected symbol.
SELECTED_TEXT_COLOR — Constant Static Property, class feathers.themes.BaseMetalWorksDesktopTheme
SELECTED_TEXT_COLOR — Constant Static Property, class feathers.themes.BaseMetalWorksMobileTheme
selectedTextFormat — Property, class feathers.controls.text.BitmapFontTextRenderer
Advanced font formatting used to draw the text when the stateContext is disabled, if selectedFontStyles and starling.text.TextFormat cannot be used on the parent component because the other features of bitmap fonts are required.
selectedTextFormat — Property, class feathers.controls.text.TextFieldTextRenderer
Advanced font formatting used to draw the text when the stateContext is selected, if selectedFontStyles and starling.text.TextFormat cannot be used on the parent component because the full capabilities of flash.text.TextField are required.
selectedTexture — Property, class feathers.skins.ImageSkin
The texture to display when the stateContext is an IToggle instance and its isSelected property is true.
selectedUIFontStyles — Property, class feathers.themes.BaseMetalWorksDesktopTheme
The font styles for selected UI text.
selectedUIFontStyles — Property, class feathers.themes.BaseMetalWorksMobileTheme
The font styles for selected UI text.
selectedUpIcon — Style, class feathers.controls.ToggleButton
The icon used for the button's up state when the button is selected.
selectedUpSkin — Style, class feathers.controls.ToggleButton
The skin used for the button's up state when the button is selected.
selectionActiveIndex — Property, class feathers.controls.text.TextBlockTextEditor
The index where the selection is active.
selectionActiveIndex — Property, class feathers.text.StageTextField
selectionAnchorIndex — Property, class feathers.controls.text.TextBlockTextEditor
The index where the selection is anchored.
selectionAnchorIndex — Property, class feathers.text.StageTextField
selectionBeginIndex — Property, class feathers.controls.TextArea
The index of the first character of the selection.
selectionBeginIndex — Property, class feathers.controls.TextInput
The index of the first character of the selection.
selectionBeginIndex — Property, class feathers.controls.text.BitmapFontTextEditor
The index of the first character of the selection.
selectionBeginIndex — Property, class feathers.controls.text.StageTextTextEditor
The index of the first character of the selection.
selectionBeginIndex — Property, class feathers.controls.text.TextBlockTextEditor
The index of the first character of the selection.
selectionBeginIndex — Property, class feathers.controls.text.TextFieldTextEditor
The index of the first character of the selection.
selectionBeginIndex — Property, interface feathers.core.ITextEditor
The index of the first character of the selection.
selectionBeginIndex — Property, class feathers.extensions.controls.text.TLFTextFieldTextEditor
The index of the first character of the selection.
selectionBounds — Property, class feathers.layout.HorizontalSpinnerLayout
A rectangle indicating the bounds of the selected item.
selectionBounds — Property, interface feathers.layout.ISpinnerLayout
A rectangle indicating the bounds of the selected item.
selectionBounds — Property, class feathers.layout.VerticalSpinnerLayout
A rectangle indicating the bounds of the selected item.
selectionChangeDuration — Style, class feathers.controls.TabBar
The time, in seconds, of the animation that changes the position and size of the selectionSkin skin when the selected tab changes.
selectionChangeEase — Style, class feathers.controls.TabBar
The easing function used for moving and resizing the selectionSkin when the selected tab changes.
selectionEndIndex — Property, class feathers.controls.TextArea
The index of the last character of the selection.
selectionEndIndex — Property, class feathers.controls.TextInput
The index of the last character of the selection.
selectionEndIndex — Property, class feathers.controls.text.BitmapFontTextEditor
The index of the last character of the selection.
selectionEndIndex — Property, class feathers.controls.text.StageTextTextEditor
The index of the last character of the selection.
selectionEndIndex — Property, class feathers.controls.text.TextBlockTextEditor
The index of the last character of the selection.
selectionEndIndex — Property, class feathers.controls.text.TextFieldTextEditor
The index of the last character of the selection.
selectionEndIndex — Property, interface feathers.core.ITextEditor
The index of the last character of the selection.
selectionEndIndex — Property, class feathers.extensions.controls.text.TLFTextFieldTextEditor
The index of the last character of the selection.
selectionOverlaySkin — Style, class feathers.controls.SpinnerList
An optional skin to display in the horizontal or vertical center of the list to highlight the currently selected item.
selectionSkin — Property, class feathers.controls.text.BitmapFontTextEditor
The skin that indicates the currently selected range of text.
selectionSkin — Property, class feathers.controls.text.TextBlockTextEditor
The skin that indicates the currently selected range of text.
selectionSkin — Style, class feathers.controls.TabBar
A skin displayed over the selected tab.
selectLineColor — Property, class feathers.extensions.dataGrid.DataGrid
The color of lines when a row is selected.
selectLineColor — Property, class feathers.extensions.tree.Tree
The color of lines when a row is selected.
selectRange(beginIndex:int, endIndex:int) — method, class feathers.controls.TextArea
Sets the range of selected characters.
selectRange(beginIndex:int, endIndex:int) — method, class feathers.controls.TextInput
Sets the range of selected characters.
selectRange(beginIndex:int, endIndex:int) — method, class feathers.controls.text.BitmapFontTextEditor
Sets the range of selected characters.
selectRange(beginIndex:int, endIndex:int) — method, class feathers.controls.text.StageTextTextEditor
Sets the range of selected characters.
selectRange(beginIndex:int, endIndex:int) — method, class feathers.controls.text.TextBlockTextEditor
Sets the range of selected characters.
selectRange(beginIndex:int, endIndex:int) — method, class feathers.controls.text.TextFieldTextEditor
Sets the range of selected characters.
selectRange(startIndex:int, endIndex:int) — method, interface feathers.core.ITextEditor
Sets the range of selected characters.
selectRange(beginIndex:int, endIndex:int) — method, class feathers.extensions.controls.text.TLFTextFieldTextEditor
Sets the range of selected characters.
selectRange(anchorIndex:int, activeIndex:int) — method, class feathers.text.StageTextField
Sequence — class, package feathers.motion
Combines multiple effects that play one after another in sequence.
SequenceEffectContext — class, package feathers.motion.effectClasses
An effect context for running multiple effects one after another, in sequence.
SequenceEffectContext(target:starling.display:DisplayObject, functions:Array) — Constructor, class feathers.motion.effectClasses.SequenceEffectContext
Constructor.
setAccessoryForState(state:String, accessory:starling.display:DisplayObject) — method, class feathers.controls.renderers.BaseDefaultItemRenderer
Sets the accessory to be used by the item renderer when the item renderer's currentState property matches the specified state value.
setAccessoryLabelFontStylesForState(state:String, format:starling.text:TextFormat) — method, class feathers.controls.renderers.BaseDefaultItemRenderer
Sets the font styles to be used to display the accessory label's text when the item renderer's currentState property matches the specified state value.
setAlertButtonGroupButtonStyles(button:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setAlertButtonGroupButtonStyles(button:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksMobileTheme
setAlertButtonGroupStyles(group:feathers.controls:ButtonGroup) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setAlertButtonGroupStyles(group:feathers.controls:ButtonGroup) — method, class feathers.themes.BaseMetalWorksMobileTheme
setAlertStyles(alert:feathers.controls:Alert) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setAlertStyles(alert:feathers.controls:Alert) — method, class feathers.themes.BaseMetalWorksMobileTheme
setAlpha(vertexID:int, attrName:String, alpha:Number) — method, class starling.rendering.VertexData
Writes the given alpha value to the specified vertex and attribute (range 0-1).
setAlpha(color:uint, alpha:int) — Static Method , class starling.utils.Color
Sets the alpha part of an ARGB color (0 - 255).
setAlphaAt(layerID:int, alpha:Number) — method, class starling.filters.CompositeFilter
Adjusts the alpha value with which the layer is drawn.
setBackButtonStyles(button:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setBackButtonStyles(button:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksMobileTheme
setBaseButtonStyles(button:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setBaseButtonStyles(button:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksMobileTheme
setBaseTextInputStyles(input:feathers.controls:TextInput) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setBaseTextInputStyles(input:feathers.controls:TextInput) — method, class feathers.themes.BaseMetalWorksMobileTheme
setBlue(color:uint, blue:int) — Static Method , class starling.utils.Color
Sets the blue part of an (A)RGB color (0 - 255).
setButtonGroupButtonStyles(button:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setButtonGroupButtonStyles(button:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksMobileTheme
setButtonGroupStyles(group:feathers.controls:ButtonGroup) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setButtonGroupStyles(group:feathers.controls:ButtonGroup) — method, class feathers.themes.BaseMetalWorksMobileTheme
setButtonStyles(button:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setButtonStyles(button:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksMobileTheme
setCalloutStyles(callout:feathers.controls:Callout) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setCalloutStyles(callout:feathers.controls:Callout) — method, class feathers.themes.BaseMetalWorksMobileTheme
setCallToActionButtonStyles(button:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setCallToActionButtonStyles(button:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksMobileTheme
setCheckItemRendererStyles(itemRenderer:feathers.controls.renderers:BaseDefaultItemRenderer) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setCheckItemRendererStyles(itemRenderer:feathers.controls.renderers:BaseDefaultItemRenderer) — method, class feathers.themes.BaseMetalWorksMobileTheme
setCheckStyles(check:feathers.controls:Check) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setCheckStyles(check:feathers.controls:Check) — method, class feathers.themes.BaseMetalWorksMobileTheme
setChildIndex(child:starling.display:DisplayObject, index:int) — method, class starling.display.DisplayObjectContainer
Moves a child to a certain index.
setColor(vertexID:int, attrName:String, color:uint) — method, class starling.rendering.VertexData
Writes the RGB color to the specified vertex and attribute (alpha is not changed).
setColorAt(layerID:int, color:uint, replace:Boolean) — method, class starling.filters.CompositeFilter
Adjusts the RGB color with which a layer is tinted when it is being drawn.
setColorForState(state:String, color:uint) — method, class feathers.skins.ImageSkin
Sets the color to be used by the skin when the context's currentState property matches the specified state value.
setConstants(context:flash.display3D:Context3D, firstRegister:int) — method, class starling.display.shaders.AbstractShader
setConstants(context:flash.display3D:Context3D, firstRegister:int) — method, interface starling.display.shaders.IShader
setConstants(context:flash.display3D:Context3D, firstRegister:int) — method, class starling.display.shaders.vertex.AnimateUVVertexShader
setConstants(context:flash.display3D:Context3D, firstRegister:int) — method, class starling.display.shaders.vertex.RippleVertexShader
setDangerButtonStyles(button:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setDangerButtonStyles(button:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksMobileTheme
setDangerCalloutStyles(callout:feathers.controls:Callout) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setDangerCalloutStyles(callout:feathers.controls:Callout) — method, class feathers.themes.BaseMetalWorksMobileTheme
setDataForFormat(format:String, data:any) — method, class feathers.dragDrop.DragData
Saves data for the specified format.
setDataGridCellRendererStyles(cellRenderer:feathers.controls.renderers:DefaultDataGridCellRenderer) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setDataGridCellRendererStyles(cellRenderer:feathers.controls.renderers:DefaultDataGridCellRenderer) — method, class feathers.themes.BaseMetalWorksMobileTheme
setDataGridHeaderRendererStyles(headerRenderer:feathers.controls.renderers:DefaultDataGridHeaderRenderer) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setDataGridHeaderStyles(headerRenderer:feathers.controls.renderers:DefaultDataGridHeaderRenderer) — method, class feathers.themes.BaseMetalWorksMobileTheme
setDataGridStyles(grid:feathers.controls:DataGrid) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setDataGridStyles(grid:feathers.controls:DataGrid) — method, class feathers.themes.BaseMetalWorksMobileTheme
setDataUploaded() — method, class starling.textures.ConcreteTexture
Notifies the instance that the base texture may now be used for rendering.
setDateTimeSpinnerListItemRendererStyles(itemRenderer:feathers.controls.renderers:DefaultListItemRenderer) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setDateTimeSpinnerListItemRendererStyles(itemRenderer:feathers.controls.renderers:DefaultListItemRenderer) — method, class feathers.themes.BaseMetalWorksMobileTheme
setDateTimeSpinnerStyles(spinner:feathers.controls:DateTimeSpinner) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setDateTimeSpinnerStyles(spinner:feathers.controls:DateTimeSpinner) — method, class feathers.themes.BaseMetalWorksMobileTheme
setDetailLabelStyles(label:feathers.controls:Label) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setDetailLabelStyles(label:feathers.controls:Label) — method, class feathers.themes.BaseMetalWorksMobileTheme
setDrawersStyles(drawers:feathers.controls:Drawers) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setDrawersStyles(drawers:feathers.controls:Drawers) — method, class feathers.themes.BaseMetalWorksMobileTheme
setDrillDownItemRendererStyles(itemRenderer:feathers.controls.renderers:BaseDefaultItemRenderer) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setDrillDownItemRendererStyles(itemRenderer:feathers.controls.renderers:DefaultListItemRenderer) — method, class feathers.themes.BaseMetalWorksMobileTheme
setDropDownListStyles(list:feathers.controls:List) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setDropDownListStyles(list:feathers.controls:List) — method, class feathers.themes.BaseMetalWorksMobileTheme
setElementFormatForState(state:String, elementFormat:flash.text.engine:ElementFormat) — method, class feathers.controls.text.TextBlockTextRenderer
Sets the advanced ElementFormat font formatting to be used by the text renderer when the currentState property of the stateContext matches the specified state value.
setEnabledForStage(stage:starling.display:Stage, isEnabled:Boolean) — Static Method , class feathers.core.FocusManager
Enables or disables focus management on the specified Starling stage.
setEnabledForStage(stage:starling.display:Stage, isEnabled:Boolean) — Static Method , class feathers.core.ToolTipManager
Enables or disables toll tip management on the specified Starling stage.
setFloat(vertexID:int, attrName:String, value:Number) — method, class starling.rendering.VertexData
Writes a float value to the specified vertex and attribute.
setFocus() — method, class feathers.controls.TextArea
Focuses the text area control so that it may be edited.
setFocus() — method, class feathers.controls.TextInput
Focuses the text input control so that it may be edited, and selects all of its text.
setFocus(position:flash.geom:Point) — method, class feathers.controls.text.BitmapFontTextEditor
Gives focus to the text editor.
setFocus(position:flash.geom:Point) — method, class feathers.controls.text.StageTextTextEditor
Gives focus to the text editor.
setFocus(position:flash.geom:Point) — method, class feathers.controls.text.TextBlockTextEditor
Gives focus to the text editor.
setFocus(position:flash.geom:Point) — method, class feathers.controls.text.TextFieldTextEditor
Gives focus to the text editor.
setFocus() — method, interface feathers.core.IAdvancedNativeFocusOwner
Called by the focus manager to set focus on nativeFocus.
setFocus(position:flash.geom:Point) — method, interface feathers.core.ITextEditor
Gives focus to the text editor.
setFocus(position:flash.geom:Point) — method, class feathers.extensions.controls.text.TLFTextFieldTextEditor
Gives focus to the text editor.
setFontStylesForState(state:String, format:starling.text:TextFormat) — method, class feathers.controls.Button
Sets the font styles to be used to display the button's text when the button's currentState property matches the specified state value.
setFontStylesForState(state:String, format:starling.text:TextFormat) — method, class feathers.controls.TextArea
Sets 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.
setFontStylesForState(state:String, format:starling.text:TextFormat) — method, class feathers.controls.TextInput
Sets the font styles to be used to display the input's text when the input's currentState property matches the specified state value.
setFooterRendererFactoryWithID(id:String, factory:Function) — method, class feathers.controls.GroupedList
Associates a footer renderer factory with an ID to allow multiple types of footer renderers may be displayed in the list.
setFormatForState(state:String, value:starling.text:TextFormat) — method, class feathers.text.FontStylesSet
Sets the TextFormat for a specific state.
setForwardButtonStyles(button:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setForwardButtonStyles(button:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksMobileTheme
setFrameAction(frameID:int, action:Function) — method, class starling.display.MovieClip
Sets an action that will be executed whenever a certain frame is reached.
setFrameDuration(frameID:int, duration:Number) — method, class starling.display.MovieClip
Sets the duration of a certain frame (in seconds).
setFrameSound(frameID:int, sound:flash.media:Sound) — method, class starling.display.MovieClip
Sets the sound of a certain frame.
setFrameTexture(frameID:int, texture:starling.textures:Texture) — method, class starling.display.MovieClip
Sets the texture of a certain frame.
setFullScreenToggleButtonStyles(button:feathers.media:FullScreenToggleButton) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setFullScreenToggleButtonStyles(button:feathers.media:FullScreenToggleButton) — method, class feathers.themes.BaseMetalWorksMobileTheme
setFunctionForEvent(eventType:String, action:Function) — method, class feathers.controls.ScreenNavigatorItem
Specifies a function to call when an event is dispatched by the screen.
setFunctionForPushEvent(eventType:String, action:Function) — method, class feathers.controls.StackScreenNavigatorItem
Specifies a function to call when an event is dispatched by the screen.
setFunctionForStyleName(styleName:String, styleFunction:Function) — method, class feathers.skins.StyleNameFunctionStyleProvider
The target Feathers UI component is passed to this function when applyStyles() is called and the component's styleNameList contains the specified style name.
setGeometryInvalid() — method, class starling.display.graphics.Graphic
setGeometryInvalid() — method, class starling.display.graphics.Graphic_bak
setGreen(color:uint, green:int) — Static Method , class starling.utils.Color
Sets the green part of an (A)RGB color (0 - 255).
setGroupedListFooterRendererStyles(footerRenderer:feathers.controls.renderers:DefaultGroupedListHeaderOrFooterRenderer) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setGroupedListFooterRendererStyles(renderer:feathers.controls.renderers:DefaultGroupedListHeaderOrFooterRenderer) — method, class feathers.themes.BaseMetalWorksMobileTheme
setGroupedListHeaderRendererStyles(headerRenderer:feathers.controls.renderers:DefaultGroupedListHeaderOrFooterRenderer) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setGroupedListHeaderRendererStyles(renderer:feathers.controls.renderers:DefaultGroupedListHeaderOrFooterRenderer) — method, class feathers.themes.BaseMetalWorksMobileTheme
setGroupedListStyles(list:feathers.controls:GroupedList) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setGroupedListStyles(list:feathers.controls:GroupedList) — method, class feathers.themes.BaseMetalWorksMobileTheme
setHeaderRendererFactoryWithID(id:String, factory:Function) — method, class feathers.controls.GroupedList
Associates a header renderer factory with an ID to allow multiple types of header renderers may be displayed in the list.
setHeaderStyles(header:feathers.controls:Header) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setHeaderStyles(header:feathers.controls:Header) — method, class feathers.themes.BaseMetalWorksMobileTheme
setHeadingLabelStyles(label:feathers.controls:Label) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setHeadingLabelStyles(label:feathers.controls:Label) — method, class feathers.themes.BaseMetalWorksMobileTheme
setHorizontalScrollBarDecrementButtonStyles(button:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setHorizontalScrollBarIncrementButtonStyles(button:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setHorizontalScrollBarMaximumTrackStyles(track:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setHorizontalScrollBarMinimumTrackStyles(track:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setHorizontalScrollBarStyles(scrollBar:feathers.controls:ScrollBar) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setHorizontalScrollBarThumbStyles(thumb:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setHorizontalSimpleScrollBarThumbStyles(thumb:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setHorizontalSimpleScrollBarThumbStyles(thumb:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksMobileTheme
setHorizontalSliderMaximumTrackStyles(track:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setHorizontalSliderMaximumTrackStyles(track:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksMobileTheme
setHorizontalSliderMinimumTrackStyles(track:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setHorizontalSliderMinimumTrackStyles(track:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksMobileTheme
setIconForState(state:String, icon:starling.display:DisplayObject) — method, class feathers.controls.Button
Sets the icon to be used by the button when the button's currentState property matches the specified state value.
setIconForState(state:String, icon:starling.display:DisplayObject) — method, class feathers.controls.TextInput
Sets the icon to be used by the text input when the input's currentState property matches the specified state value.
setIconLabelFontStylesForState(state:String, format:starling.text:TextFormat) — method, class feathers.controls.renderers.BaseDefaultItemRenderer
Sets the font styles to be used to display the icon label's text when the item renderer's currentState property matches the specified state value.
setIndex(indexID:int, index:uint) — method, class starling.rendering.IndexData
Sets an index at the specified position.
setIndexDataChanged() — method, class starling.display.Mesh
This method is called whenever the mesh's index data was changed.
setIndexDataChanged() — method, class starling.display.MeshBatch
This method must be called whenever the mesh's index data was changed.
setIndexDataChanged() — method, class starling.styles.MeshStyle
Call this method when the index data changed.
setInsetGroupedListFirstItemRendererStyles(renderer:feathers.controls.renderers:DefaultGroupedListItemRenderer) — method, class feathers.themes.BaseMetalWorksMobileTheme
setInsetGroupedListFooterRendererStyles(footerRenderer:feathers.controls.renderers:DefaultGroupedListHeaderOrFooterRenderer) — method, class feathers.themes.BaseMetalWorksMobileTheme
setInsetGroupedListHeaderRendererStyles(headerRenderer:feathers.controls.renderers:DefaultGroupedListHeaderOrFooterRenderer) — method, class feathers.themes.BaseMetalWorksMobileTheme
setInsetGroupedListItemRendererStyles(itemRenderer:feathers.controls.renderers:DefaultGroupedListItemRenderer, defaultSkinTexture:starling.textures:Texture, selectedAndDownSkinTexture:starling.textures:Texture, scale9Grid:flash.geom:Rectangle) — method, class feathers.themes.BaseMetalWorksMobileTheme
setInsetGroupedListLastItemRendererStyles(renderer:feathers.controls.renderers:DefaultGroupedListItemRenderer) — method, class feathers.themes.BaseMetalWorksMobileTheme
setInsetGroupedListMiddleItemRendererStyles(renderer:feathers.controls.renderers:DefaultGroupedListItemRenderer) — method, class feathers.themes.BaseMetalWorksMobileTheme
setInsetGroupedListSingleItemRendererStyles(renderer:feathers.controls.renderers:DefaultGroupedListItemRenderer) — method, class feathers.themes.BaseMetalWorksMobileTheme
setInsetGroupedListStyles(list:feathers.controls:GroupedList) — method, class feathers.themes.BaseMetalWorksMobileTheme
setInvalidationFlag(flag:String) — method, class feathers.core.FeathersControl
Sets an invalidation flag.
setItemAt(data:Object, item:Object, index:int, ... rest) — method, class feathers.data.ArrayChildrenHierarchicalCollectionDataDescriptor
Replaces the item at the specified location with a new item.
setItemAt(item:Object, index:int) — method, class feathers.data.ArrayCollection
Replaces the item at the specified index with a new item.
setItemAt(item:Object, index:int, ... rest) — method, class feathers.data.ArrayHierarchicalCollection
Replaces the item at the specified location with a new item.
setItemAt(data:Object, item:Object, index:int) — method, class feathers.data.ArrayListCollectionDataDescriptor
Replaces the item at the specified index with a new item.
setItemAt(item:Object, index:int, ... rest) — method, class feathers.data.HierarchicalCollection
Replaces the item at the specified location with a new item.
setItemAt(item:Object, index:int, ... rest) — method, interface feathers.data.IHierarchicalCollection
Replaces the item at the specified location with a new item.
setItemAt(data:Object, item:Object, index:int, ... rest) — method, interface feathers.data.IHierarchicalCollectionDataDescriptor
Replaces the item at the specified location with a new item.
setItemAt(item:Object, index:int) — method, interface feathers.data.IListCollection
Replaces the item at the specified index with a new item.
setItemAt(data:Object, item:Object, index:int) — method, interface feathers.data.IListCollectionDataDescriptor
Replaces the item at the specified index with a new item.
setItemAt(item:Object, index:int) — method, class feathers.data.ListCollection
Replaces the item at the specified index with a new item.
setItemAt(item:Object, index:int) — method, class feathers.data.VectorCollection
Replaces the item at the specified index with a new item.
setItemAt(item:Object, index:int, ... rest) — method, class feathers.data.VectorHierarchicalCollection
Replaces the item at the specified location with a new item.
setItemAt(data:Object, item:Object, index:int) — method, class feathers.data.VectorIntListCollectionDataDescriptor
Replaces the item at the specified index with a new item.
setItemAt(data:Object, item:Object, index:int) — method, class feathers.data.VectorListCollectionDataDescriptor
Replaces the item at the specified index with a new item.
setItemAt(data:Object, item:Object, index:int) — method, class feathers.data.VectorNumberListCollectionDataDescriptor
Replaces the item at the specified index with a new item.
setItemAt(data:Object, item:Object, index:int) — method, class feathers.data.VectorUintListCollectionDataDescriptor
Replaces the item at the specified index with a new item.
setItemAt(item:Object, index:int) — method, class feathers.data.XMLListCollection
Replaces the item at the specified index with a new item.
setItemAt(item:Object, index:int, ... rest) — method, class feathers.data.XMLListHierarchicalCollection
Replaces the item at the specified location with a new item.
setItemAt(data:Object, item:Object, index:int) — method, class feathers.data.XMLListListCollectionDataDescriptor
Replaces the item at the specified index with a new item.
setItemAt(item:Object, index:Vector$int) — method, class feathers.extensions.tree.Tree
Replace a tree item at the specified index.
setItemAtLocation(data:Object, item:Object, location:Vector$int) — method, class feathers.data.ArrayChildrenHierarchicalCollectionDataDescriptor
Replaces the item at the specified location with a new item.
setItemAtLocation(item:Object, location:Vector$int) — method, class feathers.data.ArrayHierarchicalCollection
Replaces the item at the specified location with a new item.
setItemAtLocation(item:Object, location:Vector$int) — method, class feathers.data.HierarchicalCollection
Replaces the item at the specified location with a new item.
setItemAtLocation(item:Object, location:Vector$int) — method, interface feathers.data.IHierarchicalCollection
Replaces the item at the specified location with a new item.
setItemAtLocation(data:Object, item:Object, location:Vector$int) — method, interface feathers.data.IHierarchicalCollectionDataDescriptor
Replaces the item at the specified location with a new item.
setItemAtLocation(item:Object, location:Vector$int) — method, class feathers.data.VectorHierarchicalCollection
Replaces the item at the specified location with a new item.
setItemAtLocation(item:Object, location:Vector$int) — method, class feathers.data.XMLListHierarchicalCollection
Replaces the item at the specified location with a new item.
setItemIndex(item:feathers.core:IToggle, index:int) — method, class feathers.core.ToggleGroup
Changes the index of a specified item.
setItemRendererFactoryWithID(id:String, factory:Function) — method, class feathers.controls.GroupedList
Associates an item renderer factory with an ID to allow multiple types of item renderers may be displayed in the list.
setItemRendererFactoryWithID(id:String, factory:Function) — method, class feathers.controls.List
Associates an item renderer factory with an ID to allow multiple types of item renderers may be displayed in the list.
setItemRendererFactoryWithID(id:String, factory:Function) — method, class feathers.controls.Tree
Associates an item renderer factory with an ID to allow multiple types of item renderers may be displayed in the tree.
setItemRendererStyles(itemRenderer:feathers.controls.renderers:BaseDefaultItemRenderer) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setItemRendererStyles(itemRenderer:feathers.controls.renderers:BaseDefaultItemRenderer) — method, class feathers.themes.BaseMetalWorksMobileTheme
setLabelStyles(label:feathers.controls:Label) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setLabelStyles(label:feathers.controls:Label) — method, class feathers.themes.BaseMetalWorksMobileTheme
setLastVertexAsDegenerate(type:uint) — method, class starling.display.graphics.Stroke
setListStyles(list:feathers.controls:List) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setListStyles(list:feathers.controls:List) — method, class feathers.themes.BaseMetalWorksMobileTheme
setModelviewMatricesToIdentity() — method, class starling.rendering.RenderState
Changes the modelview matrices (2D and, if available, 3D) to identity matrices.
setMuteToggleButtonStyles(button:feathers.media:MuteToggleButton) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setMuteToggleButtonStyles(button:feathers.media:MuteToggleButton) — method, class feathers.themes.BaseMetalWorksMobileTheme
setNumericStepperButtonStyles(button:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksMobileTheme
setNumericStepperDecrementButtonStyles(button:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setNumericStepperIncrementButtonStyles(button:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setNumericStepperStyles(stepper:feathers.controls:NumericStepper) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setNumericStepperStyles(stepper:feathers.controls:NumericStepper) — method, class feathers.themes.BaseMetalWorksMobileTheme
setNumericStepperTextInputStyles(input:feathers.controls:TextInput) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setNumericStepperTextInputStyles(input:feathers.controls:TextInput) — method, class feathers.themes.BaseMetalWorksMobileTheme
setOffLabelFontStylesForState(state:String, format:starling.text:TextFormat) — method, class feathers.controls.ToggleSwitch
Sets 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.
setOffsetAt(layerID:int, x:Number, y:Number) — method, class starling.filters.CompositeFilter
Indicates the position (in points) at which a certain layer will be drawn.
setOnLabelFontStylesForState(state:String, format:starling.text:TextFormat) — method, class feathers.controls.ToggleSwitch
Sets 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.
setOverlayPlayPauseToggleButtonStyles(button:feathers.media:PlayPauseToggleButton) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setOverlayPlayPauseToggleButtonStyles(button:feathers.media:PlayPauseToggleButton) — method, class feathers.themes.BaseMetalWorksMobileTheme
setPageIndicatorStyles(pageIndicator:feathers.controls:PageIndicator) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setPageIndicatorStyles(pageIndicator:feathers.controls:PageIndicator) — method, class feathers.themes.BaseMetalWorksMobileTheme
setPanelScreenHeaderStyles(header:feathers.controls:Header) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setPanelScreenHeaderStyles(header:feathers.controls:Header) — method, class feathers.themes.BaseMetalWorksMobileTheme
setPanelScreenStyles(screen:feathers.controls:PanelScreen) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setPanelScreenStyles(screen:feathers.controls:PanelScreen) — method, class feathers.themes.BaseMetalWorksMobileTheme
setPanelStyles(panel:feathers.controls:Panel) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setPanelStyles(panel:feathers.controls:Panel) — method, class feathers.themes.BaseMetalWorksMobileTheme
setPickerListButtonStyles(button:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setPickerListButtonStyles(button:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksMobileTheme
setPickerListItemRendererStyles(itemRenderer:feathers.controls.renderers:BaseDefaultItemRenderer) — method, class feathers.themes.BaseMetalWorksMobileTheme
setPickerListPopUpListStyles(list:feathers.controls:List) — method, class feathers.themes.BaseMetalWorksMobileTheme
setPickerListStyles(list:feathers.controls:PickerList) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setPickerListStyles(list:feathers.controls:PickerList) — method, class feathers.themes.BaseMetalWorksMobileTheme
setPlayPauseToggleButtonStyles(button:feathers.media:PlayPauseToggleButton) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setPlayPauseToggleButtonStyles(button:feathers.media:PlayPauseToggleButton) — method, class feathers.themes.BaseMetalWorksMobileTheme
setPoint(vertexID:int, attrName:String, x:Number, y:Number) — method, class starling.rendering.VertexData
Writes the given coordinates to the specified vertex and attribute.
setPoint3D(vertexID:int, attrName:String, x:Number, y:Number, z:Number) — method, class starling.rendering.VertexData
Writes the given coordinates to the specified vertex and attribute.
setPoint4D(vertexID:int, attrName:String, x:Number, y:Number, z:Number, w:Number) — method, class starling.rendering.VertexData
Writes the given coordinates to the specified vertex and attribute.
setPopupHeaderStyles(header:feathers.controls:Header) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setPopUpHeaderStyles(header:feathers.controls:Header) — method, class feathers.themes.BaseMetalWorksMobileTheme
setPopUpVolumeSliderStyles(slider:feathers.media:VolumeSlider) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setPopUpVolumeSliderTrackStyles(track:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setPremultipliedAlpha(value:Boolean, updateData:Boolean) — method, class starling.rendering.VertexData
Changes the way alpha and color values are stored.
setProgressBarStyles(progress:feathers.controls:ProgressBar) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setProgressBarStyles(progress:feathers.controls:ProgressBar) — method, class feathers.themes.BaseMetalWorksMobileTheme
setProjectionMatrix(x:Number, y:Number, width:Number, height:Number, stageWidth:Number, stageHeight:Number, cameraPos:flash.geom:Vector3D) — method, class starling.rendering.RenderState
Creates a perspective projection matrix suitable for 2D and 3D rendering.
setProjectionMatrixChanged() — method, class starling.rendering.RenderState
This method needs to be called whenever projectionMatrix3D was changed other than via setProjectionMatrix.
setPromptFontStylesForState(state:String, format:starling.text:TextFormat) — method, class feathers.controls.TextInput
Sets the font styles to be used to display the input's prompt when the input's currentState property matches the specified state value.
setQuietButtonStyles(button:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setQuietButtonStyles(button:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksMobileTheme
setRadioStyles(radio:feathers.controls:Radio) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setRadioStyles(radio:feathers.controls:Radio) — method, class feathers.themes.BaseMetalWorksMobileTheme
setRawChildIndex(child:starling.display:DisplayObject, index:int) — method, interface feathers.controls.IScrollContainer
Sets the index of a direct child of the Scroller rather than delegating the call to the view port.
setRawChildIndex(child:starling.display:DisplayObject, index:int) — method, class feathers.controls.ScrollContainer
Sets the index of a direct child of the Scroller rather than delegating the call to the view port.
setRed(color:uint, red:int) — Static Method , class starling.utils.Color
Sets the red part of an (A)RGB color (0 - 255).
setRenderTarget(target:starling.textures:Texture, enableDepthAndStencil:Boolean, antiAlias:int) — method, class starling.rendering.RenderState
Changes the the current render target.
setRequiresRecomposition() — method, class starling.text.TextField
Forces the text to be recomposed before rendering it in the upcoming frame.
setRequiresRedraw() — method, class starling.core.Starling
Makes sure that the next frame is actually rendered.
setRequiresRedraw() — method, class starling.display.DisplayObject
Forces the object to be redrawn in the next frame.
setRequiresRedraw() — method, class starling.filters.FragmentFilter
Call this method when any of the filter's properties changes.
setRequiresRedraw() — method, class starling.styles.MeshStyle
Call this method if the target needs to be redrawn.
setSamplerStateAt(sampler:int, mipMapping:Boolean, smoothing:String, repeat:Boolean) — Static Method , class starling.utils.RenderUtil
Calls setSamplerStateAt at the current context, converting the given parameters to their low level counterparts.
setScaleForState(state:String, scale:Number) — method, class feathers.controls.Button
Sets the scale to be used by the button when the button's currentState property matches the specified state value.
setScreenIDForEvent(eventType:String, screenID:String) — method, class feathers.controls.ScreenNavigatorItem
Specifies another screen to navigate to when an event is dispatched by this screen.
setScreenIDForPushEvent(eventType:String, screenID:String) — method, class feathers.controls.StackScreenNavigatorItem
Specifies another screen to push on the stack when an event is dispatched by this screen.
setScreenIDForReplaceEvent(eventType:String, screenID:String) — method, class feathers.controls.StackScreenNavigatorItem
Specifies another screen to replace this screen on the top of the stack when an event is dispatched by this screen.
setScrollContainerStyles(container:feathers.controls:ScrollContainer) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setScrollContainerStyles(container:feathers.controls:ScrollContainer) — method, class feathers.themes.BaseMetalWorksMobileTheme
setScrollerStyles(scroller:feathers.controls:Scroller) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setScrollerStyles(scroller:feathers.controls:Scroller) — method, class feathers.themes.BaseMetalWorksMobileTheme
setScrollScreenStyles(screen:feathers.controls:ScrollScreen) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setScrollScreenStyles(screen:feathers.controls:ScrollScreen) — method, class feathers.themes.BaseMetalWorksMobileTheme
setScrollTextStyles(text:feathers.controls:ScrollText) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setScrollTextStyles(text:feathers.controls:ScrollText) — method, class feathers.themes.BaseMetalWorksMobileTheme
setSearchTextInputStyles(input:feathers.controls:TextInput) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setSearchTextInputStyles(input:feathers.controls:TextInput) — method, class feathers.themes.BaseMetalWorksMobileTheme
setSeekSliderMaximumTrackStyles(track:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setSeekSliderMaximumTrackStyles(track:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksMobileTheme
setSeekSliderMinimumTrackStyles(track:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setSeekSliderMinimumTrackStyles(track:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksMobileTheme
setSeekSliderStyles(slider:feathers.media:SeekSlider) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setSeekSliderStyles(slider:feathers.media:SeekSlider) — method, class feathers.themes.BaseMetalWorksMobileTheme
setSeekSliderThumbStyles(thumb:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setSeekSliderThumbStyles(thumb:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksMobileTheme
setSelectedIndexWithAnimation(selectedIndex:int) — method, class feathers.controls.TabBar
Changes the selectedIndex property, but animates the selectionSkin to the new position, as if the user triggered a tab.
setSelectedItemWithAnimation(selectedItem:Object) — method, class feathers.controls.TabBar
Changes the selectedItem property, but animates the selectionSkin to the new position, as if the user triggered a tab.
setSelectedLocation(groupIndex:int, itemIndex:int) — method, class feathers.controls.GroupedList
Sets the selected group and item index.
setSelectionWithAnimation(isSelected:Boolean) — method, class feathers.controls.ToggleSwitch
Changes the isSelected property, but animates the thumb to the new position, as if the user tapped the toggle switch.
setSimpleButtonStyles(button:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksMobileTheme
setSimpleScrollBarStyles(scrollBar:feathers.controls:SimpleScrollBar) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setSimpleScrollBarStyles(scrollBar:feathers.controls:SimpleScrollBar) — method, class feathers.themes.BaseMetalWorksMobileTheme
setSize(width:Number, height:Number) — method, class feathers.core.FeathersControl
Sets both the width and the height of the control in a single function call.
setSize(width:Number, height:Number) — method, interface feathers.core.IFeathersControl
Sets both the width and the height of the control in a single function call.
setSizeInternal(width:Number, height:Number, canInvalidate:Boolean) — method, class feathers.core.FeathersControl
Sets the width and height of the control, with the option of invalidating or not.
setSkinForState(state:String, skin:starling.display:DisplayObject) — method, class feathers.controls.BasicButton
Sets the skin to be used by the button when its currentState property matches the specified state value.
setSkinForState(state:String, skin:starling.display:DisplayObject) — method, class feathers.controls.TextArea
Sets the skin to be used by the text area when its currentState property matches the specified state value.
setSkinForState(state:String, skin:starling.display:DisplayObject) — method, class feathers.controls.TextInput
Sets the skin to be used by the text input when the input's currentState property matches the specified state value.
setSliderStyles(slider:feathers.controls:Slider) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setSliderStyles(slider:feathers.controls:Slider) — method, class feathers.themes.BaseMetalWorksMobileTheme
setSliderThumbStyles(thumb:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setSpinnerListItemRendererStyles(itemRenderer:feathers.controls.renderers:DefaultListItemRenderer) — method, class feathers.themes.BaseMetalWorksMobileTheme
setSpinnerListStyles(list:feathers.controls:SpinnerList) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setSpinnerListStyles(list:feathers.controls:SpinnerList) — method, class feathers.themes.BaseMetalWorksMobileTheme
setStateTo(transformationMatrix:flash.geom:Matrix, alphaFactor:Number, blendMode:String) — method, class starling.rendering.Painter
Modifies the current state with a transformation matrix, alpha factor, and blend mode.
setStyle(meshStyle:starling.styles:MeshStyle, mergeWithPredecessor:Boolean) — method, class starling.display.Mesh
Sets the style that is used to render the mesh.
setStyle(meshStyle:starling.styles:MeshStyle, mergeWithPredecessor:Boolean) — method, class starling.display.MeshBatch
Sets the style that is used to render the mesh.
setTabBarStyles(tabBar:feathers.controls:TabBar) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setTabBarStyles(tabBar:feathers.controls:TabBar) — method, class feathers.themes.BaseMetalWorksMobileTheme
setTabStyles(tab:feathers.controls:ToggleButton) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setTabStyles(tab:feathers.controls:ToggleButton) — method, class feathers.themes.BaseMetalWorksMobileTheme
setTexCoords(vertexID:int, u:Number, v:Number) — method, class starling.display.Mesh
Sets the texture coordinates of the vertex at the specified index to the given values.
setTexCoords(vertexID:int, u:Number, v:Number) — method, class starling.styles.MeshStyle
Sets the texture coordinates of the vertex at the specified index to the given values.
setTexCoords(vertexData:starling.rendering:VertexData, vertexID:int, attrName:String, u:Number, v:Number) — method, class starling.textures.Texture
Writes the given texture coordinates to a VertexData instance after transforming them into the root texture's coordinate system.
setTextAreaErrorCalloutStyles(callout:feathers.controls:TextCallout) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setTextAreaErrorCalloutStyles(callout:feathers.controls:TextCallout) — method, class feathers.themes.BaseMetalWorksMobileTheme
setTextAreaStyles(textArea:feathers.controls:TextArea) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setTextAreaStyles(textArea:feathers.controls:TextArea) — method, class feathers.themes.BaseMetalWorksMobileTheme
setTextAreaTextEditorStyles(textEditor:feathers.controls.text:TextFieldTextEditorViewPort) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setTextAreaTextEditorStyles(textEditor:feathers.controls.text:TextFieldTextEditorViewPort) — method, class feathers.themes.BaseMetalWorksMobileTheme
setTextCalloutStyles(callout:feathers.controls:TextCallout) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setTextCalloutStyles(callout:feathers.controls:TextCallout) — method, class feathers.themes.BaseMetalWorksMobileTheme
setTextFormatForState(state:String, textFormat:feathers.text:BitmapFontTextFormat) — method, class feathers.controls.text.BitmapFontTextRenderer
Sets the advanced BitmapFontTextFormat font formatting to be used by the text renderer when the currentState property of the stateContext matches the specified state value.
setTextFormatForState(state:String, textFormat:flash.text:TextFormat) — method, class feathers.controls.text.TextFieldTextEditor
Sets the advanced flash.text.TextFormat font formatting to be used by the text editor when the currentState property of the stateContext matches the specified state value.
setTextFormatForState(state:String, textFormat:flash.text:TextFormat) — method, class feathers.controls.text.TextFieldTextRenderer
Sets the advanced flash.text.TextFormat font formatting to be used by the text renderer when the currentState property of the stateContext matches the specified state value.
setTextFormatForState(state:String, textFormat:flashx.textLayout.formats:TextLayoutFormat) — method, class feathers.extensions.controls.text.TLFTextFieldTextEditor
Sets the advanced TextLayoutFormat font formatting to be used by the text editor when the currentState property of the stateContext matches the specified state value.
setTextInputErrorCalloutStyles(callout:feathers.controls:TextCallout) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setTextInputErrorCalloutStyles(callout:feathers.controls:TextCallout) — method, class feathers.themes.BaseMetalWorksMobileTheme
setTextInputStyles(input:feathers.controls:TextInput) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setTextInputStyles(input:feathers.controls:TextInput) — method, class feathers.themes.BaseMetalWorksMobileTheme
setTextInputTextEditorStyles(textEditor:feathers.controls.text:TextBlockTextEditor) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setTextureForState(state:String, texture:starling.textures:Texture) — method, class feathers.skins.ImageSkin
Sets the texture to be used by the skin when the context's currentState property matches the specified state value.
setTo(batchID:int, vertexID:int, indexID:int) — method, class starling.rendering.BatchToken
Changes all properties at once.
setTo(font:String, size:Number, color:uint, horizontalAlign:String, verticalAlign:String) — method, class starling.text.TextFormat
Sets the most common properties at once.
setTo(vertexID:int, numVertices:int, indexID:int, numIndices:int) — method, class starling.utils.MeshSubset
Changes all properties at once.
setTo(left:Number, right:Number, top:Number, bottom:Number) — method, class starling.utils.Padding
Sets all four sides at once.
setToggleSwitchStyles(toggle:feathers.controls:ToggleSwitch) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setToggleSwitchStyles(toggle:feathers.controls:ToggleSwitch) — method, class feathers.themes.BaseMetalWorksMobileTheme
setToggleSwitchThumbStyles(thumb:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setToggleSwitchTrackStyles(track:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setToggleSwitchTrackStyles(track:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksMobileTheme
setToolbarLayoutGroupStyles(group:feathers.controls:LayoutGroup) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setToolbarLayoutGroupStyles(group:feathers.controls:LayoutGroup) — method, class feathers.themes.BaseMetalWorksMobileTheme
setToolbarScrollContainerStyles(container:feathers.controls:ScrollContainer) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setToolbarScrollContainerStyles(container:feathers.controls:ScrollContainer) — method, class feathers.themes.BaseMetalWorksMobileTheme
setToolTipLabelStyles(label:feathers.controls:Label) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setToSymmetric(horizontal:Number, vertical:Number) — method, class starling.utils.Padding
Sets left and right to horizontal, top and bottom to vertical.
setTouchFocusOnEndedPhase — Property, class feathers.controls.text.BitmapFontTextEditor
Determines if the owner should call setFocus() on TouchPhase.ENDED or on TouchPhase.BEGAN.
setTouchFocusOnEndedPhase — Property, class feathers.controls.text.StageTextTextEditor
Determines if the owner should call setFocus() on TouchPhase.ENDED or on TouchPhase.BEGAN.
setTouchFocusOnEndedPhase — Property, class feathers.controls.text.TextBlockTextEditor
Determines if the owner should call setFocus() on TouchPhase.ENDED or on TouchPhase.BEGAN.
setTouchFocusOnEndedPhase — Property, class feathers.controls.text.TextFieldTextEditor
Determines if the owner should call setFocus() on TouchPhase.ENDED or on TouchPhase.BEGAN.
setTouchFocusOnEndedPhase — Property, interface feathers.core.ITextEditor
Determines if the owner should call setFocus() on TouchPhase.ENDED or on TouchPhase.BEGAN.
setTouchFocusOnEndedPhase — Property, class feathers.extensions.controls.text.TLFTextFieldTextEditor
Determines if the owner should call setFocus() on TouchPhase.ENDED or on TouchPhase.BEGAN.
setToUniform(value:Number) — method, class starling.utils.Padding
Sets all four sides to the same value.
setTreeItemRendererStyles(itemRenderer:feathers.controls.renderers:DefaultTreeItemRenderer) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setTreeItemRendererStyles(itemRenderer:feathers.controls.renderers:DefaultTreeItemRenderer) — method, class feathers.themes.BaseMetalWorksMobileTheme
setTreeStyles(tree:feathers.controls:Tree) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setTreeStyles(tree:feathers.controls:Tree) — method, class feathers.themes.BaseMetalWorksMobileTheme
setUnsignedInt(vertexID:int, attrName:String, value:uint) — method, class starling.rendering.VertexData
Writes an unsigned integer value to the specified vertex and attribute.
setupBasic() — method, class starling.styles.DistanceFieldStyle
Restores basic render mode, i.e.
setupContextDefaults() — method, class starling.rendering.Painter
Makes sure that the default context settings Starling relies on will be refreshed before the next 'draw' operation.
setupDropShadow(blur:Number, offsetX:Number, offsetY:Number, color:uint, alpha:Number) — method, class starling.styles.DistanceFieldStyle
Sets up shadow rendering mode.
setupGlow(blur:Number, color:uint, alpha:Number) — method, class starling.styles.DistanceFieldStyle
Sets up glow rendering mode.
setupOutline(width:Number, color:uint, alpha:Number) — method, class starling.styles.DistanceFieldStyle
Sets up outline rendering mode.
setupTextureCoordinates(vertexData:starling.rendering:VertexData, vertexID:int, attrName:String) — method, class starling.textures.Texture
Sets up a VertexData instance with the correct texture coordinates for 4 vertices so that the texture is mapped to the complete quad.
setupVertexPositions(vertexData:starling.rendering:VertexData, vertexID:int, attrName:String, bounds:flash.geom:Rectangle) — method, class starling.textures.Texture
Sets up a VertexData instance with the correct positions for 4 vertices so that the texture can be mapped onto it unscaled.
setupVertices() — method, class starling.display.Quad
Sets up vertex- and index-data according to the current settings.
setVertex(index:int, x:Number, y:Number) — method, class starling.geom.Polygon
Moves a given vertex to a certain position or adds a new vertex at the end.
setVertexAlpha(vertexID:int, alpha:Number) — method, class starling.display.Mesh
Sets the alpha value of the vertex at the specified index to a certain value.
setVertexAlpha(vertexID:int, alpha:Number) — method, class starling.styles.MeshStyle
Sets the alpha value of the vertex at the specified index to a certain value.
setVertexBufferAt(index:int, buffer:flash.display3D:VertexBuffer3D, attrName:String) — method, class starling.rendering.VertexDataFormat
Specifies which vertex data attribute corresponds to a single vertex shader program input.
setVertexColor(vertexID:int, color:uint) — method, class starling.display.Mesh
Sets the RGB color of the vertex at the specified index to a certain value.
setVertexColor(vertexID:int, color:uint) — method, class starling.styles.MeshStyle
Sets the RGB color of the vertex at the specified index to a certain value.
setVertexDataChanged() — method, class starling.display.Mesh
This method is called whenever the mesh's vertex data was changed.
setVertexDataChanged() — method, class starling.display.MeshBatch
This method must be called whenever the mesh's vertex data was changed.
setVertexDataChanged() — method, class starling.styles.MeshStyle
Call this method when the vertex data changed.
setVertexPosition(vertexID:int, x:Number, y:Number) — method, class starling.display.Mesh
setVertexPosition(vertexID:int, x:Number, y:Number) — method, class starling.styles.MeshStyle
setVerticalScrollBarDecrementButtonStyles(button:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setVerticalScrollBarIncrementButtonStyles(button:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setVerticalScrollBarMaximumTrackStyles(track:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setVerticalScrollBarMinimumTrackStyles(track:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setVerticalScrollBarStyles(scrollBar:feathers.controls:ScrollBar) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setVerticalScrollBarThumbStyles(thumb:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setVerticalSimpleScrollBarThumbStyles(thumb:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setVerticalSimpleScrollBarThumbStyles(thumb:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksMobileTheme
setVerticalSliderMaximumTrackStyles(track:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setVerticalSliderMaximumTrackStyles(track:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksMobileTheme
setVerticalSliderMinimumTrackStyles(track:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setVerticalSliderMinimumTrackStyles(track:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksMobileTheme
setVideoPlayerStyles(player:feathers.media:VideoPlayer) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setVolumeSliderMaximumTrackStyles(track:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setVolumeSliderMaximumTrackStyles(track:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksMobileTheme
setVolumeSliderMinimumTrackStyles(track:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setVolumeSliderMinimumTrackStyles(track:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksMobileTheme
setVolumeSliderStyles(slider:feathers.media:VolumeSlider) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setVolumeSliderStyles(slider:feathers.media:VolumeSlider) — method, class feathers.themes.BaseMetalWorksMobileTheme
setVolumeSliderThumbStyles(thumb:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksDesktopTheme
setVolumeSliderThumbStyles(thumb:feathers.controls:Button) — method, class feathers.themes.BaseMetalWorksMobileTheme
shadowOffsetX — Property, class starling.styles.DistanceFieldStyle
The x-offset of the shadow in points.
shadowOffsetY — Property, class starling.styles.DistanceFieldStyle
The y-offset of the shadow in points.
Shape — class, package starling.display
Shape() — Constructor, class starling.display.Shape
shapeHitTest(stageX:Number, stageY:Number) — method, class starling.display.graphics.Fill
shapeHitTest(stageX:Number, stageY:Number) — method, class starling.display.graphics.Graphic
shapeHitTest(stageX:Number, stageY:Number) — method, class starling.display.graphics.Graphic_bak
shapeHitTestLocalInternal(localX:Number, localY:Number) — method, class starling.display.graphics.Fill
shapeHitTestLocalInternal(localX:Number, localY:Number) — method, class starling.display.graphics.Graphic
shapeHitTestLocalInternal(localX:Number, localY:Number) — method, class starling.display.graphics.Graphic_bak
shapeHitTestLocalInternal(localX:Number, localY:Number) — method, class starling.display.graphics.NGon
shapeHitTestLocalInternal(localX:Number, localY:Number) — method, class starling.display.graphics.Stroke
shareContext — Property, class feathers.core.Application
Indicates if another Starling instance (or another Stage3D framework altogether) uses the same render context.
shareContext — Property, class feathers.core.DrawersApplication
Indicates if another Starling instance (or another Stage3D framework altogether) uses the same render context.
shareContext — Property, interface feathers.core.IApplication
Indicates if another Starling instance (or another Stage3D framework altogether) uses the same render context.
shareContext — Property, class feathers.core.StackScreenNavigatorApplication
Indicates if another Starling instance (or another Stage3D framework altogether) uses the same render context.
shareContext — Property, class feathers.core.TabNavigatorApplication
Indicates if another Starling instance (or another Stage3D framework altogether) uses the same render context.
shareContext — Property, class starling.core.Starling
Indicates if another Starling instance (or another Stage3D framework altogether) uses the same render context.
shareContext — Property, class starling.rendering.Painter
Indicates if another Starling instance (or another Stage3D framework altogether) uses the same render context.
sharedData — Property, class starling.rendering.Painter
A dictionary that can be used to save custom data related to the render context.
sharpness — Property, class feathers.controls.text.TextFieldTextEditor
The sharpness of the glyph edges in this text field.
sharpness — Property, class feathers.controls.text.TextFieldTextRenderer
The sharpness of the glyph edges in this text field.
sharpness — Property, class feathers.extensions.controls.text.TLFTextFieldTextEditor
The sharpness of the glyph edges in this text field.
sharpness — Style, class feathers.controls.ScrollText
The sharpness of the glyph edges in this text field.
sHelperMatrix — Static Property, class starling.display.graphics.Graphic
sHelperMatrix — Static Property, class starling.display.graphics.Graphic_bak
shift() — method, class feathers.data.ArrayCollection
Removes the first item in the collection and returns it.
shift() — method, interface feathers.data.IListCollection
Removes the first item in the collection and returns it.
shift() — method, class feathers.data.ListCollection
Removes the first item in the collection and returns it.
shift() — method, class feathers.data.VectorCollection
Removes the first item in the collection and returns it.
shift() — method, class feathers.data.XMLListCollection
Removes the first item in the collection and returns it.
shiftKey — Property, class starling.events.KeyboardEvent
Indicates whether the Shift key modifier is active (true) or inactive (false).
shiftKey — Property, class starling.events.TouchEvent
Indicates if the shift key was pressed when the event occurred.
show(message:String, title:String, buttons:feathers.data:IListCollection, icon:starling.display:DisplayObject, isModal:Boolean, isCentered:Boolean, customAlertFactory:Function, customOverlayFactory:Function) — Static Method , class feathers.controls.Alert
Creates an alert, sets common properties, and adds it to the PopUpManager with the specified modal and centering options.
show(content:starling.display:DisplayObject, origin:starling.display:DisplayObject, supportedPositions:Vector$String, isModal:Boolean, customCalloutFactory:Function, customOverlayFactory:Function) — Static Method , class feathers.controls.Callout
Creates a callout, and then positions and sizes it automatically based on an origin rectangle and the specified direction relative to the original.
show(text:String, origin:starling.display:DisplayObject, supportedPositions:Vector$String, isModal:Boolean, customCalloutFactory:Function, customOverlayFactory:Function) — Static Method , class feathers.controls.TextCallout
Creates a callout that displays some text, and then positions and sizes it automatically based on an origin rectangle and the specified positions, relative to the origin.
SHOW_ALL — Constant Static Property, class starling.utils.ScaleMode
Specifies that the entire rectangle will be scaled to fit into the specified area, while maintaining the original aspect ratio.
showDelay — Property, class feathers.core.DefaultToolTipManager
The delay, in seconds, before a tool tip may be displayed when the mouse is idle over a component with a tool tip.
showEffect — Property, class feathers.core.FeathersControl
An optional effect that is activated when the component is shown.
showFocus() — method, class feathers.core.FeathersControl
showFocus() — method, interface feathers.core.IFocusDisplayObject
If the object has focus, an additional visual indicator may optionally be displayed to highlight the object.
showLabels — Style, class feathers.controls.ToggleSwitch
Determines if the labels should be drawn.
showScreen(id:String, transition:Function) — method, class feathers.controls.ScreenNavigator
Displays a screen and returns a reference to it.
showScreen(id:String, transition:Function) — method, class feathers.controls.TabNavigator
Displays the screen with the specified id.
showSelectionOverlay — Style, class feathers.controls.SpinnerList
Determines if the selectionOverlaySkin is visible or hidden.
showStats — Property, class feathers.core.Application
Indicates if a small statistics box (with FPS, memory usage and draw count) is displayed.
showStats — Property, class feathers.core.DrawersApplication
Indicates if a small statistics box (with FPS, memory usage and draw count) is displayed.
showStats — Property, interface feathers.core.IApplication
Indicates if a small statistics box (with FPS, memory usage and draw count) is displayed.
showStats — Property, class feathers.core.StackScreenNavigatorApplication
Indicates if a small statistics box (with FPS, memory usage and draw count) is displayed.
showStats — Property, class feathers.core.TabNavigatorApplication
Indicates if a small statistics box (with FPS, memory usage and draw count) is displayed.
showStats — Property, class starling.core.Starling
Indicates if a small statistics box (with FPS, memory usage and draw count) is displayed.
showStatsAt(horizontalAlign:String, verticalAlign:String, scale:Number) — method, class starling.core.Starling
Displays the statistics box at a certain position.
showTabBar() — method, class feathers.extensions.tabbedApplication.TabbedViewNavigator
Show the tab bar.
showThumb — Style, class feathers.controls.Slider
Determines if the thumb should be displayed.
showThumb — Style, class feathers.controls.ToggleSwitch
Determines if the thumb should be displayed.
showVolumeSliderOnHover — Property, class feathers.media.MuteToggleButton
Determines if a VolumeSlider component is displayed as a pop-up when hovering over the toggle button.
SILVER — Constant Static Property, class starling.utils.Color
SIMPLE_SCALE9_GRID — Constant Static Property, class feathers.themes.BaseMetalWorksDesktopTheme
SimpleScrollBar — class, package feathers.controls
Select a value between a minimum and a maximum by dragging a thumb over a physical range.
SimpleScrollBar() — Constructor, class feathers.controls.SimpleScrollBar
Constructor.
simulateDPad — Static Property, class feathers.system.DeviceCapabilities
Indicates if the arrow and enter keys on a standard keyboard are treated the same as a d-pad.
simulateMultitouch — Property, class starling.core.Starling
Indicates if multitouch simulation with "Shift" and "Ctrl"/"Cmd"-keys is enabled.
simulateMultitouch — Property, class starling.events.TouchProcessor
Indicates if multitouch simulation should be activated.
SINGLE — Constant Static Property, class feathers.controls.TrackLayoutMode
The component has only one track, that fills its full length.
singleItemRendererFactory — Property, class feathers.controls.GroupedList
A function called that is expected to return a new item renderer for an item in a group with no other items.
singleItemRendererType — Property, class feathers.controls.GroupedList
The class used to instantiate the item renderer for an item in a group with no other items.
size — Property, class feathers.text.BitmapFontTextFormat
The size at which to display the bitmap font.
size — Property, class starling.rendering.VertexData
The size (in bytes) of the raw vertex data.
size — Property, class starling.text.BitmapFont
The native size of the font.
size — Property, class starling.text.TextFormat
The size of the font.
sizeIn32Bits — Property, class starling.rendering.VertexData
The size (in 32 bit units) of the raw vertex data.
skew(matrix:flash.geom:Matrix, skewX:Number, skewY:Number) — Static Method , class starling.utils.MatrixUtil
Appends a skew transformation to a matrix (angles in radians).
skewX — Property, interface feathers.core.IFeathersDisplayObject
The horizontal skew, in radians.
skewX — Property, class starling.display.DisplayObject
The horizontal skew angle in radians.
skewY — Property, interface feathers.core.IFeathersDisplayObject
The vertical skew, in radians.
skewY — Property, class starling.display.DisplayObject
The vertical skew angle in radians.
skinField — Property, class feathers.controls.renderers.BaseDefaultItemRenderer
The field in the item that contains a display object to be displayed as a background skin.
skinFunction — Property, class feathers.controls.renderers.BaseDefaultItemRenderer
A function used to generate a background skin for a specific item.
skinLoaderFactory — Property, class feathers.controls.renderers.BaseDefaultItemRenderer
A function that generates an ImageLoader that uses the result of skinSourceField or skinSourceFunction.
skinSourceField — Property, class feathers.controls.renderers.BaseDefaultItemRenderer
The field in the item that contains a starling.textures.Texture or a URL that points to a bitmap to be used as the item renderer's skin.
skinSourceFunction — Property, class feathers.controls.renderers.BaseDefaultItemRenderer
A function used to generate a starling.textures.Texture or a URL that points to a bitmap to be used as the item renderer's skin.
skipUnchangedFrames — Property, class feathers.core.Application
When enabled, Starling will skip rendering the stage if it hasn't changed since the last frame.
skipUnchangedFrames — Property, class feathers.core.DrawersApplication
When enabled, Starling will skip rendering the stage if it hasn't changed since the last frame.
skipUnchangedFrames — Property, interface feathers.core.IApplication
When enabled, Starling will skip rendering the stage if it hasn't changed since the last frame.
skipUnchangedFrames — Property, class feathers.core.StackScreenNavigatorApplication
When enabled, Starling will skip rendering the stage if it hasn't changed since the last frame.
skipUnchangedFrames — Property, class feathers.core.TabNavigatorApplication
When enabled, Starling will skip rendering the stage if it hasn't changed since the last frame.
skipUnchangedFrames — Property, class starling.core.Starling
When enabled, Starling will skip rendering the stage if it hasn't changed since the last frame.
Slide — class, package feathers.motion
Creates animated transitions for screen navigators that slides two display objects in the same direction (replacing one with the other) like a classic slide carousel.
slider — Property, class feathers.extensions.color.ColorPicker
The pop-up gradient slider.
Slider — class, package feathers.controls
Select a value between a minimum and a maximum by dragging a thumb over the bounds of a track.
Slider() — Constructor, class feathers.controls.Slider
Constructor.
SLIDER_ARROW — Constant Static Property, class feathers.extensions.color.ColorPicker
The skin of the pop-up gradient slider is an arrow.
SLIDER_NORMAL — Constant Static Property, class feathers.extensions.color.ColorPicker
The skin of the pop-up gradient slider is a classic Feathers Slider.
sliderSkin — Style, class feathers.extensions.color.ColorPicker
The skin of the pop-up gradient slider.
SlideShowLayout — class, package feathers.layout
Displays one item per page.
SlideShowLayout() — Constructor, class feathers.layout.SlideShowLayout
Constructor.
SMALL_BACKGROUND_SCALE9_GRID — Constant Static Property, class feathers.themes.BaseMetalWorksMobileTheme
smallControlGutterSize — Property, class feathers.themes.BaseMetalWorksMobileTheme
The size, in pixels, of smaller padding and gaps within controls.
smallControlSize — Property, class feathers.themes.BaseMetalWorksDesktopTheme
The size, in pixels, of smaller UI controls.
smallControlSize — Property, class feathers.themes.BaseMetalWorksMobileTheme
The size, in pixels, of smaller UI controls.
smallFontSize — Property, class feathers.themes.BaseMetalWorksDesktopTheme
A smaller font size for details.
smallFontSize — Property, class feathers.themes.BaseMetalWorksMobileTheme
A smaller font size for details.
smallGutterSize — Property, class feathers.themes.BaseMetalWorksDesktopTheme
The size, in pixels, of smaller padding and gaps within the major regions in the grid.
smallGutterSize — Property, class feathers.themes.BaseMetalWorksMobileTheme
The size, in pixels, of smaller padding and gaps within the major regions in the grid.
smallLightDisabledFontStyles — Property, class feathers.themes.BaseMetalWorksDesktopTheme
The font styles for small, light, disabled text.
smallLightDisabledFontStyles — Property, class feathers.themes.BaseMetalWorksMobileTheme
The font styles for small, light, disabled text.
smallLightFontStyles — Property, class feathers.themes.BaseMetalWorksDesktopTheme
The font styles for small, light text.
smallLightFontStyles — Property, class feathers.themes.BaseMetalWorksMobileTheme
The font styles for small, light text.
smoothing — Property, class starling.text.BitmapFont
The smoothing filter that is used for the texture.
snapInterval — Property, class feathers.layout.HorizontalSpinnerLayout
The interval, in pixels, between snapping points.
snapInterval — Property, interface feathers.layout.ISpinnerLayout
The interval, in pixels, between snapping points.
snapInterval — Property, class feathers.layout.VerticalSpinnerLayout
The interval, in pixels, between snapping points.
snapScrollPositionsToPixels — Style, class feathers.controls.Scroller
If enabled, the scroll position will always be adjusted to the nearest pixel on the physical screen.
snapToPages — Property, class feathers.controls.SpinnerList
SpinnerList requires that the snapToPages property is set to true.
snapToPages — Style, class feathers.controls.Scroller
Determines if scrolling will snap to the nearest page.
snapToPixels(matrix:flash.geom:Matrix, pixelSize:Number) — Static Method , class starling.utils.MatrixUtil
Updates the given matrix so that it points exactly to pixel boundaries.
softKeyboard — Property, class feathers.controls.text.TextFieldTextEditor
Customizes the soft keyboard that is displayed on a touch screen when the text editor has focus.
softKeyboardActivate — Event, class feathers.controls.TextInput
Dispatched when the soft keyboard is activated by the text editor.
softKeyboardActivate — Event, class feathers.controls.text.StageTextTextEditor
Dispatched when the soft keyboard is activated.
softKeyboardActivate — Event, class feathers.controls.text.TextFieldTextEditor
Dispatched when the soft keyboard is activated.
softKeyboardActivate — Event, interface feathers.core.ITextEditor
Dispatched when the soft keyboard is activated.
softKeyboardActivate — Event, class feathers.extensions.controls.text.TLFTextFieldTextEditor
Dispatched when the soft keyboard is activated.
SOFT_KEYBOARD_ACTIVATE — Constant Static Property, class feathers.events.FeathersEventType
The FeathersEventType.SOFT_KEYBOARD_ACTIVATE event type is used by Feathers text editors when they activate a device's soft keyboard.
softKeyboardActivating — Event, class feathers.controls.TextInput
Dispatched when the soft keyboard is about the be activated by the text editor.
softKeyboardActivating — Event, class feathers.controls.text.StageTextTextEditor
Dispatched when the soft keyboard is about to activate.
softKeyboardActivating — Event, class feathers.controls.text.TextFieldTextEditor
Dispatched when the soft keyboard is about to activate.
softKeyboardActivating — Event, class feathers.extensions.controls.text.TLFTextFieldTextEditor
Dispatched when the soft keyboard is about to activate.
SOFT_KEYBOARD_ACTIVATING — Constant Static Property, class feathers.events.FeathersEventType
The FeathersEventType.SOFT_KEYBOARD_ACTIVATING event type is used by Feathers text editors when they are about to activate a device's soft keyboard.
softKeyboardDeactivate — Event, class feathers.controls.TextInput
Dispatched when the soft keyboard is deactivated by the text editor.
softKeyboardDeactivate — Event, class feathers.controls.text.StageTextTextEditor
Dispatched when the soft keyboard is deactivated.
softKeyboardDeactivate — Event, class feathers.controls.text.TextFieldTextEditor
Dispatched when the soft keyboard is deactivated.
softKeyboardDeactivate — Event, class feathers.extensions.controls.text.TLFTextFieldTextEditor
Dispatched when the soft keyboard is deactivated.
SOFT_KEYBOARD_DEACTIVATE — Constant Static Property, class feathers.events.FeathersEventType
The FeathersEventType.SOFT_KEYBOARD_DEACTIVATE event type is used by Feathers text editors when they deactivate a device's soft keyboard.
softKeyboardDectivate — Event, interface feathers.core.ITextEditor
Dispatched when the soft keyboard is deactivated.
softKeyboardType — Property, class feathers.controls.text.StageTextTextEditor
Controls the appearance of the soft keyboard.
softKeyboardType — Property, class feathers.text.StageTextField
softness — Property, class starling.styles.DistanceFieldStyle
Indicates how soft the transition between inside and outside should be rendered.
sortable — Property, class feathers.extensions.dataGrid.DataGrid
Specifies whether the user can interactively sort columns.
sortableColumns — Property, class feathers.controls.DataGrid
Determines if the data grid's columns may be sorted.
sortAscendingIcon — Style, class feathers.controls.renderers.DefaultDataGridHeaderRenderer
An icon to display when the column is sorted in ascending order.
sortChange — Event, class feathers.data.ArrayCollection
Dispatched when the sortCompareFunction property changes or the refresh() function is called on the IListCollection.
sortChange — Event, interface feathers.data.IListCollection
Dispatched when the sortCompareFunction property changes or the refresh() function is called on the IListCollection.
sortChange — Event, class feathers.data.ListCollection
Dispatched when the sortCompareFunction property changes or the refresh() function is called on the IListCollection.
sortChange — Event, class feathers.data.VectorCollection
Dispatched when the sortCompareFunction property changes or the refresh() function is called on the IListCollection.
sortChange — Event, class feathers.data.XMLListCollection
Dispatched when the sortCompareFunction property changes or the refresh() function is called on the IListCollection.
SORT_CHANGE — Constant Static Property, class feathers.events.CollectionEventType
Dispatched when a sort compare function has been applied to or removed from the collection.
sortChildren(compareFunction:Function) — method, class starling.display.DisplayObjectContainer
Sorts the children according to a given function (that works just like the sort function of the Vector class).
sortCompareFunction — Property, class feathers.controls.DataGridColumn
A function to compare each item in the collection to determine the order when sorted.
sortCompareFunction — Property, class feathers.data.ArrayCollection
A function to compare each item in the collection to determine the order when sorted.
sortCompareFunction — Property, interface feathers.data.IListCollection
A function to compare each item in the collection to determine the order when sorted.
sortCompareFunction — Property, class feathers.data.ListCollection
A function to compare each item in the collection to determine the order when sorted.
sortCompareFunction — Property, class feathers.data.VectorCollection
A function to compare each item in the collection to determine the order when sorted.
sortCompareFunction — Property, class feathers.data.XMLListCollection
A function to compare each item in the collection to determine the order when sorted.
sortDescendingIcon — Style, class feathers.controls.renderers.DefaultDataGridHeaderRenderer
An icon to display when the column is sorted in descending order.
sortOrder — Property, class feathers.controls.DataGridColumn
Indicates if the column may be sorted by triggering the header renderer, and which direction it should be sorted by default (ascending or descending).
sortOrder — Property, class feathers.controls.renderers.DefaultDataGridHeaderRenderer
Indicates if this column is sorted.
sortOrder — Property, interface feathers.controls.renderers.IDataGridHeaderRenderer
Indicates if this column is sorted.
SortOrder — class, package feathers.data
Constants for sorting of items in a collection.
sortRawChildren(compareFunction:Function) — method, interface feathers.controls.IScrollContainer
Sorts the children of the Scroller rather than delegating the call to the view port.
sortRawChildren(compareFunction:Function) — method, class feathers.controls.ScrollContainer
Sorts the children of the Scroller rather than delegating the call to the view port.
sound — Property, class feathers.media.SoundPlayer
The flash.media.Sound object that has loaded the content specified by soundSource.
soundChannel — Property, class feathers.media.SoundPlayer
The currently playing flash.media.SoundChannel.
SoundChannelPeakVisualizer — class, package feathers.media
A visualization of the left and right peaks of the flash.media.SoundChannel from a SoundPlayer component.
SoundChannelPeakVisualizer() — Constructor, class feathers.media.SoundChannelPeakVisualizer
Constructor.
soundLoaderContext — Property, class feathers.media.SoundPlayer
If a custom SoundLoaderContext is provided, it will be passed to the load() method of the flash.media.Sound when loading a sound from a URL.
SoundPlayer — class, package feathers.media
Controls playback of audio with a flash.media.Sound object.
SoundPlayer() — Constructor, class feathers.media.SoundPlayer
Constructor.
soundSource — Property, class feathers.media.SoundPlayer
A URL specified as a String representing a URL, a flash.net.URLRequest, or a flash.media.Sound object.
soundTransform — Property, interface feathers.media.IAudioPlayer
Controls properties of the currently playing audio, like volume and panning.
soundTransform — Property, class feathers.media.SoundPlayer
Controls properties of the currently playing audio, like volume and panning.
soundTransform — Property, class feathers.media.VideoPlayer
Controls properties of the currently playing audio, like volume and panning.
soundTransform — Property, class starling.display.MovieClip
The SoundTransform object used for playback of all frame sounds.
soundTransformChange — Event, interface feathers.media.IAudioPlayer
Dispatched when the media player's sound transform changes.
soundTransformChange — Event, class feathers.media.SoundPlayer
Dispatched when the media player's sound transform changes.
soundTransformChange — Event, class feathers.media.VideoPlayer
Dispatched when the media player's sound transform changes.
SOUND_TRANSFORM_CHANGE — Constant Static Property, class feathers.events.MediaPlayerEventType
Dispatched when a media player's sound transform is changed.
source — Property, class feathers.controls.AutoComplete
The source of the suggestions that appear in the pop-up list.
source — Property, class feathers.controls.ImageLoader
The Texture to display, or a URL pointing to an image file.
sourceFactor — Property, class starling.display.BlendMode
The source blend factor of this blend mode.
SOURCE_SANS_PRO_REGULAR — Constant Static Property, class feathers.themes.BaseMetalWorksDesktopTheme
SOURCE_SANS_PRO_REGULAR — Constant Static Property, class feathers.themes.BaseMetalWorksMobileTheme
SOURCE_SANS_PRO_SEMIBOLD — Constant Static Property, class feathers.themes.BaseMetalWorksDesktopTheme
SOURCE_SANS_PRO_SEMIBOLD — Constant Static Property, class feathers.themes.BaseMetalWorksMobileTheme
SpectrumBarGraphVisualizer — class, package feathers.media
A visualization of the audio spectrum of the runtime's currently playing audio content.
SpectrumBarGraphVisualizer() — Constructor, class feathers.media.SpectrumBarGraphVisualizer
Constructor
speedBackReleaseSwipe — Property, class feathers.extensions.tabbedApplication.ViewNavigator
Speed back in pixels when you release swipe [ViewNavigatorApplication-only].
speedSwipe — Property, class feathers.extensions.tabbedApplication.ViewNavigator
Swipe speed to change View [ViewNavigatorApplication-only].
SpinnerList — class, package feathers.controls
A customized List component where scrolling updates the the selected item.
SpinnerList() — Constructor, class feathers.controls.SpinnerList
Constructor.
SPINNER_LIST_SELECTION_OVERLAY_SCALE9_GRID — Constant Static Property, class feathers.themes.BaseMetalWorksMobileTheme
spinnerListSelectionOverlaySkinTexture — Property, class feathers.themes.BaseMetalWorksMobileTheme
SPLIT — Constant Static Property, class feathers.controls.TrackLayoutMode
The component has multiple tracks, meeting in the middle of the thumb and filling the available space on each side.
SPLIT_HORIZONTAL — Constant Static Property, class feathers.controls.StepperButtonLayoutMode
The decrement button will be placed on the left side of the text input and the increment button will be placed on the right side of the text input.
SPLIT_VERTICAL — Constant Static Property, class feathers.controls.StepperButtonLayoutMode
The decrement button will be placed below the text input and the increment button will be placed above the text input.
Sprite — class, package starling.display
A Sprite is the most lightweight, non-abstract container class.
Sprite() — Constructor, class starling.display.Sprite
Creates an empty sprite.
Sprite3D — class, package starling.display
A container that allows you to position objects in three-dimensional space.
Sprite3D() — Constructor, class starling.display.Sprite3D
Creates an empty Sprite3D.
SpriteMask — class, package starling.extensions.display
The scroll rectangle bounds of the display object.
SpriteMask() — Constructor, class starling.extensions.display.SpriteMask
StackScreenNavigator — class, package feathers.controls
A "view stack"-like container that supports navigation between screens (any display object) through events.
StackScreenNavigator() — Constructor, class feathers.controls.StackScreenNavigator
Constructor.
StackScreenNavigatorApplication — class, package feathers.core
Base class for a Feathers application with a StackScreenNavigator as the root display object.
StackScreenNavigatorApplication() — Constructor, class feathers.core.StackScreenNavigatorApplication
Constructor.
StackScreenNavigatorItem — class, package feathers.controls
Data for an individual screen that will be displayed by a StackScreenNavigator component.
StackScreenNavigatorItem(screen:Object, pushEvents:Object, popEvent:String, properties:Object) — Constructor, class feathers.controls.StackScreenNavigatorItem
Constructor.
stage — Property, interface feathers.core.IFeathersDisplayObject
The stage that the display object is connected to, or null if it is not connected to a stage.
stage — Property, class feathers.text.StageTextField
stage — Property, class starling.core.Starling
The Starling stage object, which is the root of the display tree that is rendered.
stage — Property, class starling.display.DisplayObject
The stage the display object is connected to, or null if it is not connected to the stage.
stage — Property, class starling.events.TouchProcessor
The stage object to which the touch events are (per default) dispatched.
Stage — class, package starling.display
A Stage represents the root of the display tree.
STAGE — Constant Static Property, class feathers.controls.AutoSizeMode
The component will automatically calculate its dimensions to fill the entire stage.
stage3D — Property, class starling.core.Starling
The Flash Stage3D object Starling renders into.
stage3D — Property, class starling.rendering.Painter
The Stage3D instance this painter renders into.
stageHeight — Property, class starling.display.Stage
The height of the stage coordinate system.
stagePadding — Static Property, class feathers.controls.Callout
Quickly sets all stage padding properties to the same value.
stagePaddingBottom — Static Property, class feathers.controls.Callout
The padding between a callout and the bottom edge of the stage when the callout is positioned automatically.
stagePaddingLeft — Static Property, class feathers.controls.Callout
The margin between a callout and the top edge of the stage when the callout is positioned automatically.
stagePaddingRight — Static Property, class feathers.controls.Callout
The padding between a callout and the right edge of the stage when the callout is positioned automatically.
stagePaddingTop — Static Property, class feathers.controls.Callout
The padding between a callout and the top edge of the stage when the callout is positioned automatically.
stageText — Property, class feathers.controls.text.StageTextTextEditor
The StageText instance.
StageTextField — final class, package feathers.text
A StageText replacement for Flash Player with matching properties, since StageText is only available in AIR.
StageTextField(initOptions:Object) — Constructor, class feathers.text.StageTextField
Constructor.
StageTextTextEditor — class, package feathers.controls.text
Text that may be edited at runtime by the user with the TextInput component, rendered with the native flash.text.StageText class in Adobe AIR and the custom feathers.text.StageTextField class in Adobe Flash Player (StageTextField simulates StageText using flash.text.TextField).
StageTextTextEditor() — Constructor, class feathers.controls.text.StageTextTextEditor
Constructor.
stageToStarling(stage:starling.display:Stage) — Package Function, feathers.utils.display
Finds the Starling instance that controls a particular starling.display.Stage.
stageWidth — Property, class starling.display.Stage
The width of the stage coordinate system.
STANDARD — Constant Static Property, class starling.text.BitmapFontType
A standard bitmap font uses a regular RGBA texture containing all glyphs.
StandardMaterial — class, package starling.display.materials
StandardMaterial(vertexShader:starling.display.shaders:IShader, fragmentShader:starling.display.shaders:IShader) — Constructor, class starling.display.materials.StandardMaterial
StandardVertexShader — class, package starling.display.shaders.vertex
StandardVertexShader() — Constructor, class starling.display.shaders.vertex.StandardVertexShader
starling — Property, class feathers.themes.StyleNameFunctionTheme
The Starling instance associated with this theme.
starling — Property, class starling.display.Stage
The Starling instance this stage belongs to.
Starling — class, package starling.core
The Starling class represents the core of the Starling framework.
Starling(rootClass:Class, stage:flash.display:Stage, viewPort:flash.geom:Rectangle, stage3D:flash.display:Stage3D, renderMode:String, profile:Object) — Constructor, class starling.core.Starling
Creates a new Starling instance.
starling.animation — package
starling.core — package
starling.display — package
starling.display.graphics — package
starling.display.graphics.util — package
starling.display.materials — package
starling.display.shaders — package
starling.display.shaders.fragment — package
starling.display.shaders.vertex — package
starling.display.util — package
starling.errors — package
starling.events — package
starling.extensions.display — package
starling.extensions.utils — package
starling.filters — package
starling.geom — package
starling.rendering — package
starling.styles — package
starling.text — package
starling.textures — package
starling.utils — package
start() — method, class starling.core.Starling
As soon as Starling is started, it will queue input events (keyboard/mouse/touch); furthermore, the method nextFrame will be called once per Flash Player frame.
startAngle — Property, class starling.display.graphics.NGon
startDrag(source:feathers.dragDrop:IDragSource, touch:starling.events:Touch, data:feathers.dragDrop:DragData, dragAvatar:starling.display:DisplayObject, dragAvatarOffsetX:Number, dragAvatarOffsetY:Number) — Static Method , class feathers.dragDrop.DragDropManager
Starts a new drag.
startScroll() — method, class feathers.controls.Scroller
If scrolling hasn't already started, prepares the scroller to scroll and dispatches FeathersEventType.SCROLL_START.
state — Property, class starling.display.Button
The current state of the button.
state — Property, class starling.rendering.Painter
The current render state, containing some of the context settings, projection- and modelview-matrix, etc.
stateChange — Event, class feathers.controls.BasicButton
Dispatched when the display object's state changes.
stateChange — Event, class feathers.controls.TextArea
Dispatched when the display object's state changes.
stateChange — Event, class feathers.controls.TextInput
Dispatched when the display object's state changes.
stateChange — Event, class feathers.controls.ToggleSwitch
Dispatched when the display object's state changes.
stateChange — Event, interface feathers.core.IStateContext
Dispatched when the display object's state changes.
STATE_CHANGE — Constant Static Property, class feathers.events.FeathersEventType
The FeathersEventType.STATE_CHANGE event type is used by Feathers classes that implement the IStateContext interface.
stateContext — Property, class feathers.controls.text.BaseTextRenderer
When the text renderer observes a state context, the text renderer may change its font styles based on the current state of that context.
stateContext — Property, class feathers.core.BaseTextEditor
When the text editor observes a state context, the text editor may change its font styles based on the current state of that context.
stateContext — Property, interface feathers.core.IStateObserver
stateContext — Property, class feathers.skins.ImageSkin
When the skin observes a state context, the skin may change its Texture based on the current state of that context.
STATIONARY — Constant Static Property, class starling.events.TouchPhase
The finger or mouse (with pressed button) has not moved since the last frame.
STD_VERTEX_SHADER — Constant Static Property, class starling.rendering.FilterEffect
The AGAL code for the standard vertex shader that most filters will use.
stencilReferenceValue — Property, class starling.rendering.Painter
The current stencil reference value of the active render target.
step — Property, interface feathers.controls.IRange
The amount the value must change to increment or decrement.
step — Property, class feathers.controls.NumericStepper
As the numeric stepper's buttons are pressed, the value is snapped to a multiple of the step.
step — Property, class feathers.controls.ScrollBar
The amount the value must change to increment or decrement.
step — Property, class feathers.controls.SimpleScrollBar
The amount the value must change to increment or decrement.
step — Property, class feathers.controls.Slider
As the slider's thumb is dragged, the value is snapped to a multiple of the step.
StepperButtonLayoutMode — class, package feathers.controls
Layout options for stepper controls.
stepperTextEditorFactory() — Static Method , class feathers.themes.BaseMetalWorksMobileTheme
The text editor factory for a NumericStepper creates a TextBlockTextEditor.
s_textureFragmentShader — Static Property, class starling.display.Graphics
stickyHeader — Property, class feathers.layout.VerticalLayout
If a non-null value for the headerIndices property is provided (by a component like GroupedList), and the stickyHeader property is set to true, a header will stick to the top of the view port until the current group completely scrolls out of the view port.
stop() — method, class feathers.controls.WebView
Stops the current page from loading.
stop() — method, class feathers.media.BaseTimedMediaPlayer
Stops the media content and returns the playhead to the beginning.
stop() — method, interface feathers.media.ITimedMediaPlayer
Stops the media content and returns the playhead to the beginning.
stop() — method, class feathers.motion.effectClasses.BaseEffectContext
Stops the effect at its current position and forces Event.COMPLETE to dispatch.
stop() — method, interface feathers.motion.effectClasses.IEffectContext
Stops the effect at its current position and forces Event.COMPLETE to dispatch.
stop(suspendRendering:Boolean) — method, class starling.core.Starling
Stops all logic and input processing, effectively freezing the app in its current state.
stop() — method, class starling.display.MovieClip
Stops playback, resetting "currentFrame" to zero.
STOP — Constant Static Property, class feathers.motion.EffectInterruptBehavior
When the effect is interrupted, it stops at its current position.
stopImmediatePropagation() — method, class starling.events.Event
Prevents any other listeners from receiving the event.
stopPropagation() — method, class starling.events.Event
Prevents listeners at the next bubble stage from receiving the event.
stopScrolling() — method, class feathers.controls.Scroller
If the user is scrolling with touch or if the scrolling is animated, calling stopScrolling() will cause the scroller to ignore the drag and stop animations.
stopScrollingOnAccessoryTouch — Property, class feathers.controls.renderers.BaseDefaultItemRenderer
If enabled, calls owner.stopScrolling() when TouchEvents are dispatched by the accessory.
stopWithFatalError(message:String) — method, class starling.core.Starling
Stops Starling right away and displays an error message on the native overlay.
StringUtil — class, package starling.utils
A utility class with methods related to the String class.
Stroke — class, package starling.display.graphics
Stroke() — Constructor, class starling.display.graphics.Stroke
_strokeAlpha — Property, class starling.display.Graphics
strokeCollideTest(s1:starling.display.graphics:Stroke, s2:starling.display.graphics:Stroke, intersectPoint:flash.geom:Point, staticLenIntersectPoints:Vector$flash.geom:Point) — Static Method , class starling.display.graphics.Stroke
_strokeColor — Property, class starling.display.Graphics
_strokeInterrupted — Property, class starling.display.Graphics
_strokeMaterial — Property, class starling.display.Graphics
_strokeStyleSet — Property, class starling.display.Graphics
_strokeTexture — Property, class starling.display.Graphics
_strokeThickness — Property, class starling.display.Graphics
StrokeVertex — class, package starling.display.graphics
StrokeVertex() — Constructor, class starling.display.graphics.StrokeVertex
style — Property, class feathers.controls.ImageLoader
The style that is used to render the loader's image.
style — Property, class feathers.controls.text.BitmapFontTextRenderer
The style that is used to render the text's mesh.
style — Property, class starling.display.Mesh
The style that is used to render the mesh.
style — Property, class starling.text.TextField
The mesh style that is used to render the text.
styleFunction — Property, class feathers.skins.FunctionStyleProvider
The target Feathers UI component is passed to this function when applyStyles() is called.
styleName — Property, class feathers.core.FeathersControl
The concatenated styleNameList, with values separated by spaces.
styleName — Property, interface feathers.core.IFeathersControl
The concatenated styleNameList, with values separated by spaces.
StyleNameFunctionStyleProvider — class, package feathers.skins
Similar to FunctionStyleProvider, sets styles on a Feathers UI component by passing it to a function, but also provides a way to define alternate functions that may be called based on the contents of the component's styleNameList.
StyleNameFunctionStyleProvider(styleFunction:Function) — Constructor, class feathers.skins.StyleNameFunctionStyleProvider
Constructor.
StyleNameFunctionTheme — class, package feathers.themes
Base class for themes that pass a StyleNameFunctionStyleProvider to each component class.
StyleNameFunctionTheme() — Constructor, class feathers.themes.StyleNameFunctionTheme
Constructor.
styleNameList — Property, class feathers.core.FeathersControl
Contains a list of all "styles" assigned to this control.
styleNameList — Property, interface feathers.core.IFeathersControl
Contains a list of all "styles" assigned to this control.
styleProvider — Property, class feathers.core.FeathersControl
When a component initializes, a style provider may be used to set properties that affect the component's visual appearance.
styleProvider — Property, interface feathers.core.IFeathersControl
When a component initializes, a style provider may be used to set properties that affect the component's visual appearance.
StyleProviderRegistry — class, package feathers.skins
Used by themes to create and manage style providers for component classes.
StyleProviderRegistry(registerGlobally:Boolean, styleProviderFactory:Function) — Constructor, class feathers.skins.StyleProviderRegistry
Constructor.
styleSheet — Property, class feathers.controls.text.TextFieldTextRenderer
The StyleSheet object to pass to the TextField.
styleSheet — Property, class starling.text.TextField
An optional style sheet to be used for HTML text.
styleSheet — Property, class starling.text.TextOptions
An optional style sheet to be used for HTML text.
styleSheet — Style, class feathers.controls.ScrollText
The StyleSheet object to pass to the TextField.
SubTexture — class, package starling.textures
A SubTexture represents a section of another texture.
SubTexture(parent:starling.textures:Texture, region:flash.geom:Rectangle, ownsParent:Boolean, frame:flash.geom:Rectangle, rotated:Boolean, scaleModifier:Number) — Constructor, class starling.textures.SubTexture
Creates a new SubTexture containing the specified region of a parent texture.
supportedPositions — Property, class feathers.controls.Callout
The position of the callout, relative to its origin.
supportedPositions — Property, class feathers.controls.popups.CalloutPopUpContentManager
The position of the callout, relative to its origin.
supportHighResolutions — Property, class starling.core.Starling
Indicates that if the device supports HiDPI screens Starling will attempt to allocate a larger back buffer than indicated via the viewPort size.
supportsDepthAndStencil — Static Property, class starling.utils.SystemUtil
Returns the value of the 'initialWindow.depthAndStencil' node of the application descriptor, if this in an AIR app; otherwise always true.
supportsVideoTexture — Static Property, class starling.utils.SystemUtil
Indicates if the current platform and runtime support video textures.
suspendEffects() — method, class feathers.core.FeathersControl
Indicates that effects should not be activated temporarily.
suspendEffects() — method, interface feathers.core.IFeathersControl
Indicates that effects should not be activated temporarily.
swapChildren(child1:starling.display:DisplayObject, child2:starling.display:DisplayObject) — method, class starling.display.DisplayObjectContainer
Swaps the indexes of two children.
swapChildrenAt(index1:int, index2:int) — method, class starling.display.DisplayObjectContainer
Swaps the indexes of two children.
swapRawChildren(child1:starling.display:DisplayObject, child2:starling.display:DisplayObject) — method, interface feathers.controls.IScrollContainer
Swaps the children of the Scroller rather than delegating the call to the view port.
swapRawChildren(child1:starling.display:DisplayObject, child2:starling.display:DisplayObject) — method, class feathers.controls.ScrollContainer
Swaps the children of the Scroller rather than delegating the call to the view port.
swapRawChildrenAt(index1:int, index2:int) — method, interface feathers.controls.IScrollContainer
Swaps the children of the Scroller rather than delegating the call to the view port.
swapRawChildrenAt(index1:int, index2:int) — method, class feathers.controls.ScrollContainer
Swaps the children of the Scroller rather than delegating the call to the view port.
swipeDuration — Style, class feathers.controls.TabNavigator
The duration, in seconds, of the animation for a swipe gesture.
swipeEase — Style, class feathers.controls.TabNavigator
The easing function used with the animation for a swipe gesture.
swipeLatencyToStart — Property, class feathers.extensions.tabbedApplication.TabbedViewNavigator
The latency in pixels to start swipe.
swipeNavigator — Property, class feathers.extensions.tabbedApplication.TabbedViewNavigator
Swipe to change Navigator
swipeSpeed — Property, class feathers.extensions.tabbedApplication.TabbedViewNavigator
Swipe speed to change View.
swipeSpeedBackRelease — Property, class feathers.extensions.tabbedApplication.TabbedViewNavigator
Speed back in pixels when you release swipe.
swipeToPopGestureEdgeSize — Property, class feathers.controls.StackScreenNavigator
The size (in inches) of the region near the left edge of the content that can be dragged when isSwipeToPopEnabled is true.
swipeView — Property, class feathers.extensions.tabbedApplication.TabbedViewNavigator
Swipe to change View
swipeView — Property, class feathers.extensions.tabbedApplication.ViewNavigator
Swipe to change View [ViewNavigatorApplication-only].
SystemUtil — class, package starling.utils
A utility class with methods related to the current platform and runtime.
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