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 |
maintainAspectRatio — Property, class feathers.controls.ImageLoader |
|
Determines if the aspect ratio of the texture is maintained when the
dimensions of the ImageLoader are changed manually and
the new dimensions have a different aspect ratio than the texture. |
margin — Property, class feathers.controls.popups.VerticalCenteredPopUpContentManager |
|
Quickly sets all margin properties to the same value. |
marginBottom — Property, class feathers.controls.popups.VerticalCenteredPopUpContentManager |
|
The minimum space, in pixels, between the bottom edge of the content
and the bottom edge of the stage. |
marginLeft — Property, class feathers.controls.popups.VerticalCenteredPopUpContentManager |
|
The minimum space, in pixels, between the left edge of the content
and the left edge of the stage. |
marginRight — Property, class feathers.controls.popups.VerticalCenteredPopUpContentManager |
|
The minimum space, in pixels, between the right edge of the content
and the right edge of the stage. |
marginTop — Property, class feathers.controls.popups.VerticalCenteredPopUpContentManager |
|
The minimum space, in pixels, between the top edge of the content and
the top edge of the stage. |
matrixToRotation(matrix:flash.geom:Matrix) — Package Function, feathers.utils.geom |
|
Extracts the rotation value (in radians) from a flash.geom.Matrix
|
matrixToScaleX(matrix:flash.geom:Matrix) — Package Function, feathers.utils.geom |
|
Extracts the x scale value from a flash.geom.Matrix
|
matrixToScaleY(matrix:flash.geom:Matrix) — Package Function, feathers.utils.geom |
|
Extracts the y scale value from a flash.geom.Matrix
|
maxChars — Property, class feathers.controls.TextArea |
|
The maximum number of characters that may be entered. |
maxChars — Property, class feathers.controls.TextInput |
|
The maximum number of characters that may be entered. |
maxChars — Property, class feathers.controls.text.BitmapFontTextEditor |
|
Indicates the maximum number of characters that a user can enter into
the text editor. |
maxChars — Property, class feathers.controls.text.StageTextTextEditor |
|
Indicates the maximum number of characters that a user can enter into
the text editor. |
maxChars — Property, class feathers.controls.text.TextBlockTextEditor |
|
Indicates the maximum number of characters that a user can enter into
the text editor. |
maxChars — Property, class feathers.controls.text.TextFieldTextEditor |
|
The maximum number of characters that the text field can contain, as
entered by a user. |
maxChars — Property, interface feathers.core.ITextEditor |
|
The maximum number of characters that may be entered. |
maxChars — Property, class feathers.text.StageTextField |
| |
maxHeight — Property, class feathers.core.FeathersControl |
|
The maximum recommended height to be used for self-measurement and,
optionally, by any code that is resizing this component. |
maxHeight — Property, interface feathers.core.IFeathersControl |
|
The maximum recommended height to be used for self-measurement and,
optionally, by any code that is resizing this component. |
maxHeight — Property, class feathers.layout.ViewPortBounds |
|
The maximum height of the view port, in pixels. |
maxHorizontalPageIndex — Property, class feathers.controls.Scroller |
|
The maximum horizontal page index that may be displayed by this
container, if page snapping is enabled. |
maxHorizontalScrollPosition — Property, class feathers.controls.Scroller |
|
The number of pixels the scroller may be scrolled horizontally to the
right. |
maximum — Property, interface feathers.controls.IRange |
|
The maximum numeric value of the range. |
maximum — Property, class feathers.controls.NumericStepper |
|
The numeric stepper's value will not go higher than the maximum. |
maximum — Property, class feathers.controls.ProgressBar |
|
The progress bar's value will not go higher than the maximum. |
maximum — Property, class feathers.controls.ScrollBar |
|
The maximum numeric value of the range. |
maximum — Property, class feathers.controls.SimpleScrollBar |
|
The maximum numeric value of the range. |
maximum — Property, class feathers.controls.Slider |
|
The slider's value will not go higher than the maximum. |
maximumPadding — Property, class feathers.controls.Slider |
|
The space, in pixels, between the maximum position of the thumb and
the maximum edge of the track. |
maximumTrack — Property, class feathers.controls.ScrollBar |
|
The scroll bar's maximum track sub-component. |
maximumTrack — Property, class feathers.controls.Slider |
|
The maximum track sub-component. |
maximumTrackFactory — Property, class feathers.controls.ScrollBar |
|
A function used to generate the scroll bar's maximum track
sub-component. |
maximumTrackFactory — Property, class feathers.controls.Slider |
|
A function used to generate the slider's maximum track sub-component. |
maximumTrackName — Property, class feathers.controls.ScrollBar |
|
DEPRECATED: Replaced by maximumTrackStyleName. |
maximumTrackName — Property, class feathers.controls.Slider |
|
DEPRECATED: Replaced by maximumTrackStyleName. |
maximumTrackProperties — Property, class feathers.controls.ScrollBar |
|
An object that stores properties for the scroll bar's "maximum"
track, and the properties will be passed down to the "maximum" track when
the scroll bar validates. |
maximumTrackProperties — Property, class feathers.controls.Slider |
|
An object that stores properties for the slider's "maximum" track,
and the properties will be passed down to the "maximum" track when
the slider validates. |
maximumTrackStyleName — Property, class feathers.controls.ScrollBar |
|
The value added to the styleNameList of the maximum
track. |
maximumTrackStyleName — Property, class feathers.controls.Slider |
|
The value added to the styleNameList of the maximum
track. |
maxTextureDimensions — Property, class feathers.controls.text.TextBlockTextRenderer |
|
The maximum size of individual textures that are managed by this text
renderer. |
maxTextureDimensions — Property, class feathers.controls.text.TextFieldTextRenderer |
|
The maximum size of individual textures that are managed by this text
renderer. |
maxVerticalPageIndex — Property, class feathers.controls.Scroller |
|
The maximum vertical page index that may be displayed by this
container, if page snapping is enabled. |
maxVerticalScrollPosition — Property, class feathers.controls.Scroller |
|
The number of pixels the scroller may be scrolled vertically beyond
the bottom edge. |
maxVisibleHeight — Property, class feathers.controls.text.TextFieldTextEditorViewPort |
| |
maxVisibleWidth — Property, class feathers.controls.text.TextFieldTextEditorViewPort |
| |
maxWidth — Property, class feathers.core.FeathersControl |
|
The maximum recommended width to be used for self-measurement and,
optionally, by any code that is resizing this component. |
maxWidth — Property, interface feathers.core.IFeathersControl |
|
The maximum recommended width to be used for self-measurement and,
optionally, by any code that is resizing this component. |
maxWidth — Property, class feathers.layout.ViewPortBounds |
|
The maximum width of the view port, in pixels. |
measureText(result:flash.geom:Point) — method, class feathers.controls.text.BitmapFontTextRenderer |
|
Measures the text's bounds (without a full validation, if
possible). |
measureText(result:flash.geom:Point) — method, class feathers.controls.text.StageTextTextEditor |
|
Measures the text's bounds (without a full validation, if
possible). |
measureText(result:flash.geom:Point) — method, class feathers.controls.text.TextBlockTextRenderer |
|
Measures the text's bounds (without a full validation, if
possible). |
measureText(result:flash.geom:Point) — method, class feathers.controls.text.TextFieldTextEditor |
|
Measures the text's bounds (without a full validation, if
possible). |
measureText(result:flash.geom:Point) — method, class feathers.controls.text.TextFieldTextRenderer |
|
Measures the text's bounds (without a full validation, if
possible). |
measureText(result:flash.geom:Point) — method, interface feathers.core.ITextEditor |
|
Measures the text's bounds (without a full validation, if
possible). |
measureText(result:flash.geom:Point) — method, interface feathers.core.ITextRenderer |
|
Measures the text's bounds (without a full validation, if
possible). |
measureTextField — Property, class feathers.controls.text.TextFieldTextEditor |
|
The separate text field sub-component used for measurement. |
measureViewPort — Property, class feathers.controls.Scroller |
|
Determines if the dimensions of the view port are used when measuring
the scroller. |
measureViewPort(itemCount:int, viewPortBounds:feathers.layout:ViewPortBounds, result:flash.geom:Point) — method, class feathers.layout.FlowLayout |
|
Used internally by a component, such as List, to measure
the view port based on the typical item dimensions or cached
dimensions, if available. |
measureViewPort(itemCount:int, viewPortBounds:feathers.layout:ViewPortBounds, result:flash.geom:Point) — method, class feathers.layout.HorizontalLayout |
|
Used internally by a component, such as List, to measure
the view port based on the typical item dimensions or cached
dimensions, if available. |
measureViewPort(itemCount:int, viewPortBounds:feathers.layout:ViewPortBounds, result:flash.geom:Point) — method, class feathers.layout.HorizontalSpinnerLayout |
|
Used internally by a component, such as List, to measure
the view port based on the typical item dimensions or cached
dimensions, if available. |
measureViewPort(itemCount:int, viewPortBounds:feathers.layout:ViewPortBounds, result:flash.geom:Point) — method, interface feathers.layout.IVirtualLayout |
|
Used internally by a component, such as List, to measure
the view port based on the typical item dimensions or cached
dimensions, if available. |
measureViewPort(itemCount:int, viewPortBounds:feathers.layout:ViewPortBounds, result:flash.geom:Point) — method, class feathers.layout.TiledColumnsLayout |
|
Used internally by a component, such as List, to measure
the view port based on the typical item dimensions or cached
dimensions, if available. |
measureViewPort(itemCount:int, viewPortBounds:feathers.layout:ViewPortBounds, result:flash.geom:Point) — method, class feathers.layout.TiledRowsLayout |
|
Used internally by a component, such as List, to measure
the view port based on the typical item dimensions or cached
dimensions, if available. |
measureViewPort(itemCount:int, viewPortBounds:feathers.layout:ViewPortBounds, result:flash.geom:Point) — method, class feathers.layout.VerticalLayout |
|
Used internally by a component, such as List, to measure
the view port based on the typical item dimensions or cached
dimensions, if available. |
measureViewPort(itemCount:int, viewPortBounds:feathers.layout:ViewPortBounds, result:flash.geom:Point) — method, class feathers.layout.VerticalSpinnerLayout |
|
Used internally by a component, such as List, to measure
the view port based on the typical item dimensions or cached
dimensions, if available. |
measureViewPort(itemCount:int, viewPortBounds:feathers.layout:ViewPortBounds, result:flash.geom:Point) — method, class feathers.layout.WaterfallLayout |
|
Used internally by a component, such as List, to measure
the view port based on the typical item dimensions or cached
dimensions, if available. |
mediaPlayer — Property, class feathers.media.FullScreenToggleButton |
|
The media player that this component controls. |
mediaPlayer — Property, interface feathers.media.IMediaPlayerControl |
|
The media player that this component controls. |
mediaPlayer — Property, class feathers.media.MuteToggleButton |
|
The media player that this component controls. |
mediaPlayer — Property, class feathers.media.PlayPauseToggleButton |
|
The media player that this component controls. |
mediaPlayer — Property, class feathers.media.SeekSlider |
|
The media player that this component controls. |
mediaPlayer — Property, class feathers.media.SoundChannelPeakVisualizer |
|
The media player that this component controls. |
mediaPlayer — Property, class feathers.media.SpectrumBarGraphVisualizer |
|
The media player that this component controls. |
mediaPlayer — Property, class feathers.media.TimeLabel |
|
The media player that this component controls. |
mediaPlayer — Property, class feathers.media.VolumeSlider |
|
The media player that this component controls. |
MediaPlayerEventType — class, package feathers.events |
|
Event type constants for Feathers media player controls. |
menuButtonHandler — Property, class feathers.controls.PanelScreen |
|
Optional callback for the menu hardware key. |
menuButtonHandler — Property, class feathers.controls.Screen |
|
Optional callback for the menu hardware key. |
menuButtonHandler — Property, class feathers.controls.ScrollScreen |
|
Optional callback for the menu hardware key. |
message — Property, class feathers.controls.Alert |
|
The alert's main text content. |
messageFactory — Property, class feathers.controls.Alert |
|
A function used to instantiate the alert's message text renderer
sub-component. |
messageName — Property, class feathers.controls.Alert |
|
DEPRECATED: Replaced by messageStyleName. |
messageProperties — Property, class feathers.controls.Alert |
|
An object that stores properties for the alert's message text
renderer sub-component, and the properties will be passed down to the
text renderer when the alert validates. |
messageStyleName — Property, class feathers.controls.Alert |
|
The value added to the styleNameList of the alert's
message text renderer. |
messageTextRenderer — Property, class feathers.controls.Alert |
|
The message text renderer sub-component. |
middleCenter — Property, class feathers.textures.Scale9Textures |
|
The texture for the region in the middle center. |
middleLeft — Property, class feathers.textures.Scale9Textures |
|
The texture for the region in the middle left. |
middleRight — Property, class feathers.textures.Scale9Textures |
|
The texture for the region in the middle right. |
minAccessoryGap — Property, class feathers.controls.renderers.BaseDefaultItemRenderer |
|
If the value of the accessoryGap property is
Number.POSITIVE_INFINITY, meaning that the gap will
fill as much space as possible, the final calculated value will not be
smaller than the value of the minAccessoryGap property. |
minGap — Property, class feathers.controls.Button |
|
If the value of the gap property is
Number.POSITIVE_INFINITY, meaning that the gap will
fill as much space as possible, the final calculated value will not be
smaller than the value of the minGap property. |
minHeight — Property, class feathers.core.FeathersControl |
|
The minimum recommended height to be used for self-measurement and,
optionally, by any code that is resizing this component. |
minHeight — Property, interface feathers.core.IFeathersControl |
|
The minimum recommended height to be used for self-measurement and,
optionally, by any code that is resizing this component. |
minHeight — Property, class feathers.layout.ViewPortBounds |
|
The minimum width of the view port, in pixels. |
minHorizontalPageIndex — Property, class feathers.controls.Scroller |
|
The minimum horizontal page index that may be displayed by this
container, if page snapping is enabled. |
minHorizontalScrollPosition — Property, class feathers.controls.Scroller |
|
The number of pixels the scroller may be scrolled horizontally to the
left. |
minimum — Property, interface feathers.controls.IRange |
|
The minimum numeric value of the range. |
minimum — Property, class feathers.controls.NumericStepper |
|
The numeric stepper's value will not go lower than the minimum. |
minimum — Property, class feathers.controls.ProgressBar |
|
The progress bar's value will not go lower than the minimum. |
minimum — Property, class feathers.controls.ScrollBar |
|
The minimum numeric value of the range. |
minimum — Property, class feathers.controls.SimpleScrollBar |
|
The minimum numeric value of the range. |
minimum — Property, class feathers.controls.Slider |
|
The slider's value will not go lower than the minimum. |
minimumAutoCompleteLength — Property, class feathers.controls.AutoComplete |
|
The minimum number of entered characters required to request
suggestions from the IAutoCompleteSource. |
minimumDragDistance — Property, class feathers.controls.Drawers |
|
The minimum physical distance (in inches) that a touch must move
before a drag gesture begins. |
minimumDragDistance — Property, class feathers.controls.Scroller |
|
The minimum physical distance (in inches) that a touch must move
before the scroller starts scrolling. |
minimumDrawerThrowVelocity — Property, class feathers.controls.Drawers |
|
The minimum physical velocity (in inches per second) that a touch
must move before the a drawern can be "thrown" to open or close it. |
minimumPadding — Property, class feathers.controls.Slider |
|
The space, in pixels, between the minimum position of the thumb and
the minimum edge of the track. |
minimumPageThrowVelocity — Property, class feathers.controls.Scroller |
|
The minimum physical velocity (in inches per second) that a touch
must move before the scroller will "throw" to the next page. |
minimumTrack — Property, class feathers.controls.ScrollBar |
|
The scroll bar's minimum track sub-component. |
minimumTrack — Property, class feathers.controls.Slider |
|
The minimum track sub-component. |
minimumTrackFactory — Property, class feathers.controls.ScrollBar |
|
A function used to generate the scroll bar's minimum track
sub-component. |
minimumTrackFactory — Property, class feathers.controls.Slider |
|
A function used to generate the slider's minimum track sub-component. |
minimumTrackName — Property, class feathers.controls.ScrollBar |
|
DEPRECATED: Replaced by minimumTrackStyleName. |
minimumTrackName — Property, class feathers.controls.Slider |
|
DEPRECATED: Replaced by minimumTrackStyleName. |
minimumTrackProperties — Property, class feathers.controls.ScrollBar |
|
An object that stores properties for the scroll bar's "minimum"
track, and the properties will be passed down to the "minimum" track when
the scroll bar validates. |
minimumTrackProperties — Property, class feathers.controls.Slider |
|
An object that stores properties for the slider's "minimum" track,
and the properties will be passed down to the "minimum" track when
the slider validates. |
minimumTrackStyleName — Property, class feathers.controls.ScrollBar |
|
The value added to the styleNameList of the minimum
track. |
minimumTrackStyleName — Property, class feathers.controls.Slider |
|
The value added to the styleNameList of the minimum
track. |
minTouchHeight — Property, class feathers.core.FeathersControl |
|
If using isQuickHitAreaEnabled, and the hit area's
height is smaller than this value, it will be expanded. |
minTouchWidth — Property, class feathers.core.FeathersControl |
|
If using isQuickHitAreaEnabled, and the hit area's
width is smaller than this value, it will be expanded. |
minVerticalPageIndex — Property, class feathers.controls.Scroller |
|
The minimum vertical page index that may be displayed by this
container, if page snapping is enabled. |
minVerticalScrollPosition — Property, class feathers.controls.Scroller |
|
The number of pixels the scroller may be scrolled vertically beyond
the top edge. |
minVisibleHeight — Property, class feathers.controls.text.TextFieldTextEditorViewPort |
| |
minVisibleWidth — Property, class feathers.controls.text.TextFieldTextEditorViewPort |
| |
minWidth — Property, class feathers.core.FeathersControl |
|
The minimum recommended width to be used for self-measurement and,
optionally, by any code that is resizing this component. |
minWidth — Property, interface feathers.core.IFeathersControl |
|
The minimum recommended width to be used for self-measurement and,
optionally, by any code that is resizing this component. |
minWidth — Property, class feathers.layout.ViewPortBounds |
|
The minimum width of the view port, in pixels. |
MOUSE_WHEEL_SCROLL_DIRECTION_HORIZONTAL — Constant Static Property, class feathers.controls.GroupedList |
|
The scroller will scroll horizontally when the mouse wheel is scrolled. |
MOUSE_WHEEL_SCROLL_DIRECTION_HORIZONTAL — Constant Static Property, class feathers.controls.List |
|
The scroller will scroll horizontally when the mouse wheel is scrolled. |
MOUSE_WHEEL_SCROLL_DIRECTION_HORIZONTAL — Constant Static Property, class feathers.controls.Panel |
|
The scroller will scroll horizontally when the mouse wheel is scrolled. |
MOUSE_WHEEL_SCROLL_DIRECTION_HORIZONTAL — Constant Static Property, class feathers.controls.PanelScreen |
|
The scroller will scroll horizontally when the mouse wheel is scrolled. |
MOUSE_WHEEL_SCROLL_DIRECTION_HORIZONTAL — Constant Static Property, class feathers.controls.ScrollContainer |
|
The scroller will scroll horizontally when the mouse wheel is scrolled. |
MOUSE_WHEEL_SCROLL_DIRECTION_HORIZONTAL — Constant Static Property, class feathers.controls.ScrollText |
|
The scroller will scroll horizontally when the mouse wheel is scrolled. |
MOUSE_WHEEL_SCROLL_DIRECTION_HORIZONTAL — Constant Static Property, class feathers.controls.Scroller |
|
The scroller will scroll horizontally when the mouse wheel is scrolled. |
MOUSE_WHEEL_SCROLL_DIRECTION_HORIZONTAL — Constant Static Property, class feathers.controls.TextArea |
|
The scroller will scroll horizontally when the mouse wheel is scrolled. |
MOUSE_WHEEL_SCROLL_DIRECTION_VERTICAL — Constant Static Property, class feathers.controls.GroupedList |
|
The scroller will scroll vertically when the mouse wheel is scrolled. |
MOUSE_WHEEL_SCROLL_DIRECTION_VERTICAL — Constant Static Property, class feathers.controls.List |
|
The scroller will scroll vertically when the mouse wheel is scrolled. |
MOUSE_WHEEL_SCROLL_DIRECTION_VERTICAL — Constant Static Property, class feathers.controls.Panel |
|
The scroller will scroll vertically when the mouse wheel is scrolled. |
MOUSE_WHEEL_SCROLL_DIRECTION_VERTICAL — Constant Static Property, class feathers.controls.PanelScreen |
|
The scroller will scroll vertically when the mouse wheel is scrolled. |
MOUSE_WHEEL_SCROLL_DIRECTION_VERTICAL — Constant Static Property, class feathers.controls.ScrollContainer |
|
The scroller will scroll vertically when the mouse wheel is scrolled. |
MOUSE_WHEEL_SCROLL_DIRECTION_VERTICAL — Constant Static Property, class feathers.controls.ScrollText |
|
The scroller will scroll vertically when the mouse wheel is scrolled. |
MOUSE_WHEEL_SCROLL_DIRECTION_VERTICAL — Constant Static Property, class feathers.controls.Scroller |
|
The scroller will scroll vertically when the mouse wheel is scrolled. |
MOUSE_WHEEL_SCROLL_DIRECTION_VERTICAL — Constant Static Property, class feathers.controls.TextArea |
|
The scroller will scroll vertically when the mouse wheel is scrolled. |
mouseWheelScrollDuration — Property, class feathers.controls.Scroller |
|
The duration, in seconds, of the animation when the mouse wheel
initiates a scroll action. |
move(x:Number, y:Number) — method, class feathers.core.FeathersControl |
|
Sets both the x and the y positions of the control in a single
function call. |
move(x:Number, y:Number) — method, interface feathers.core.IFeathersControl |
|
Sets both the x and the y positions of the control in a single
function call. |
multiline — Property, class feathers.controls.text.StageTextTextEditor |
|
Indicates whether the StageText object can display more than one line
of text. |
multiline — Property, class feathers.controls.text.TextFieldTextEditor |
|
Indicates whether field is a multiline text field. |
multiline — Property, interface feathers.core.IMultilineTextEditor |
|
Indicates whether the text editor can display more than one line of
text. |
multiline — Property, class feathers.text.StageTextField |
| |
MultiStarlingStyleNameFunctionTheme — class, package feathers.themes |
|
Base class for themes that need to skin components in multiple instances
of Starling. |
MultiStarlingStyleNameFunctionTheme() — Constructor, class feathers.themes.MultiStarlingStyleNameFunctionTheme |
|
Constructor. |
MuteToggleButton — class, package feathers.media |
|
A specialized toggle button that controls whether a media player's volume
is muted or not. |
MuteToggleButton() — Constructor, class feathers.media.MuteToggleButton |
|
Constructor. |
|
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 |