Symbols   A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
M — Constant static property, class flash.ui.Keyboard
Constant associated with the key code value for the M key (77).
macType — Property, class flash.net.FileFilter
A list of Macintosh file types.
mainScreen — Static property, class flash.display.Screen
The primary display.
maintainAspectRatio — Property, class mx.controls.SWFLoader
A flag that indicates whether to maintain the aspect ratio of the loaded content.
maintainAspectRatio — Property, class mx.controls.VideoDisplay
Specifies whether the control should maintain the original aspect ratio while resizing the video.
makeJavascriptSubclass(constructorFunction:Object) — Static method, class air.net.ServiceMonitor
Adds public ServiceMonitor methods to a JavaScript constructor function's prototype.
makeListData(data:Object, uid:String, rowNum:int) — Method, class mx.controls.List
Creates a new ListData instance and populates the fields based on the input data provider item.
makeListData(data:Object, uid:String, rowNum:int) — Method, class mx.controls.Menu
Creates a new MenuListData instance and populates the fields based on the input data provider item.
makeListData(data:Object, uid:String, rowNum:int) — Method, class mx.controls.Tree
Creates a new TreeListData instance and populates the fields based on the input data provider item.
makeListData(data:Object, uid:String, rowNum:int, columnNum:int, column:mx.controls.advancedDataGridClasses:AdvancedDataGridColumn) — Method, class mx.controls.advancedDataGridClasses.AdvancedDataGridBase
Creates a new AdvancedDataGridListData instance and populates the fields based on the input data provider item.
makeListData(data:Object, uid:String, rowNum:int, columnNum:int, column:mx.controls.dataGridClasses:DataGridColumn) — Method, class mx.controls.dataGridClasses.DataGridBase
Creates a new DataGridListData instance and populates the fields based on the input data provider item.
makeListData(data:Object, uid:String, rowNum:int, columnNum:int) — Method, class mx.controls.listClasses.TileBase
Creates a new ListData instance and populates the fields based on the input data provider item.
makeObjectsBindable — Property, class mx.rpc.AbstractInvoker
When this value is true, anonymous objects returned are forced to bindable objects.
makeObjectsBindable — Property, class mx.rpc.remoting.Operation
When this value is true, anonymous objects returned are forced to bindable objects.
makeObjectsBindable — Property, class mx.rpc.remoting.RemoteObject
When this value is true, anonymous objects returned are forced to bindable objects.
makeObjectsBindable — Property, class mx.rpc.soap.AbstractWebService
When this value is true, anonymous objects returned are forced to bindable objects.
makeObjectsBindable — Property, class mx.rpc.soap.Operation
When this value is true, anonymous objects returned are forced to bindable objects.
makeObjectsBindable — Property, interface mx.rpc.xml.IXMLDecoder
When makeObjectsBindable is set to true, anonymous Objects and Arrays are wrapped to make them bindable.
makeRow(contentHolder:mx.controls.listClasses:ListBaseContentHolder, rowNum:int, left:Number, right:Number, yy:Number, data:Object, uid:String) — Method, class mx.controls.dataGridClasses.DataGridBase
Make the renderers for the given rowNum, dataObject and uid
makeRowsAndColumns(left:Number, top:Number, right:Number, bottom:Number, firstColumn:int, firstRow:int, byCount:Boolean, rowsNeeded:uint) — Method, class mx.controls.listClasses.ListBase
Make enough rows and columns to fill the area described by left, top, right, bottom.
manageCookies — Property, class flash.html.HTMLLoader
Specifies whether the HTTP protocol stack should manage cookies for this object.
manageCookies — Property, class flash.net.URLRequest
Specifies whether the HTTP protocol stack should manage cookies for this request.
manageCookies — Static property, class flash.net.URLRequestDefaults
The default setting for the manageCookies property of URLRequest objects.
MANUAL — Constant static property, class mx.controls.ProgressBarMode
You manually update the ProgressBar status.
manufacturer — Static property, class flash.system.Capabilities
Specifies the manufacturer of the running version of Flash Player or the AIR runtime, in the format "Adobe OSName".
map(callback:Function, thisObject) — Method, class Array
Executes a function on each item in an array, and constructs a new array of items corresponding to the results of the function on each item in the original array.
mapBitmap — Property, class flash.filters.DisplacementMapFilter
A BitmapData object containing the displacement map data.
mapCache(cache:Array, field:String, convertedField:String, indexValues:Boolean) — Method, class mx.charts.CategoryAxis
Converts a set of values of arbitrary type to a set of numbers that can be transformed into screen coordinates.
mapCache(cache:Array, field:String, convertedField:String, indexValues:Boolean) — Method, interface mx.charts.chartClasses.IAxis
Converts a set of values of arbitrary type to a set of numbers that can be transformed into screen coordinates.
mapCache(cache:Array, field:String, convertedField:String, indexValues:Boolean) — Method, class mx.charts.chartClasses.NumericAxis
Converts a set of values of arbitrary type to a set of numbers that can be transformed into screen coordinates.
mappingChanged() — Method, class mx.charts.chartClasses.CartesianDataCanvas
Called when the mapping of one or more associated axes changes.
mappingChanged() — Method, class mx.charts.chartClasses.ChartElement
Called when the mapping of one or more associated axes changes.
mappingChanged() — Method, interface mx.charts.chartClasses.IChartElement
Indicates to the element that the data mapping of the associated axes has changed.
mappingChanged() — Method, class mx.charts.chartClasses.PolarDataCanvas
Called when the mapping of one or more associated axes changes.
mapPoint — Property, class flash.filters.DisplacementMapFilter
A value that contains the offset of the upper-left corner of the target display object from the upper-left corner of the map image.
marker — Property, class mx.charts.LegendItem
The marker displayed by this legend item.
marker — Property, class mx.charts.chartClasses.LegendData
A visual indicator associating the legend item with the series or item being represented.
markerAspectRatio — Property, class mx.charts.LegendItem
The aspect ratio for the marker associated with this legend item.
markerHeight — Style, class mx.charts.Legend
Specifies the height of the legend element.
markerHeight — Style, class mx.charts.LegendItem
Specifies the height of the legend element.
markerWidth — Style, class mx.charts.Legend
Specifies the width of the legend element.
markerWidth — Style, class mx.charts.LegendItem
Specifies the width of the legend element.
marshallExceptions — Static property, class flash.external.ExternalInterface
Indicates whether the external interface should attempt to pass ActionScript exceptions to the current browser and JavaScript exceptions to Flash Player.
mask — Property, class flash.display.DisplayObject
The calling display object is masked by the specified mask object.
mask — Property, interface mx.core.IFlexDisplayObject
The calling display object is masked by the specified mask object.
MaskEffect — Class, package mx.effects
The MaskEffect class is an abstract base class for all effects that animate a mask, such as the wipe effects and the Iris effect.
MaskEffect(target:Object) — Constructor, class mx.effects.MaskEffect
Constructor.
MaskEffectInstance — Class, package mx.effects.effectClasses
The MaskEffectInstance class is an abstract base class that implements the instance class for the MaskEffect class.
MaskEffectInstance(target:Object) — Constructor, class mx.effects.effectClasses.MaskEffectInstance
Constructor.
maskShape — Property, class mx.core.ScrollControlBase
The mask.
maskSkin — Style, class mx.controls.ProgressBar
Skin style for the mask of the determinate and indeterminate bars.
MASTER_CARD — Constant static property, class mx.validators.CreditCardValidatorCardType
Specifies the card type as MasterCard.
match(pattern) — Method, class String
Matches the specifed pattern against the string.
matchedIndex — Property, class mx.validators.RegExpValidationResult
An integer that contains the starting index in the input String of the match.
matchedString — Property, class mx.validators.RegExpValidationResult
A String that contains the substring of the input String that matches the regular expression.
matchedSubstrings — Property, class mx.validators.RegExpValidationResult
An Array of Strings that contains parenthesized substring matches, if any.
MATCH_HEIGHT — Constant static property, class mx.printing.FlexPrintJobScaleType
Scales the object to fill the available page height.
MATCH_WIDTH — Constant static property, class mx.printing.FlexPrintJobScaleType
Scales the object to fill the available page width.
Math — Final class, Top Level
The Math class contains methods and constants that represent common mathematical functions and values.
matrix — Property, class flash.filters.ColorMatrixFilter
An array of 20 items for 4 x 5 color transform.
matrix — Property, class flash.filters.ConvolutionFilter
An array of values used for matrix transformation.
matrix — Property, class flash.geom.Transform
A Matrix object containing values that affect the scaling, rotation, and translation of the display object.
Matrix — Class, package flash.geom
The Matrix class represents a transformation matrix that determines how to map points from one coordinate space to another.
Matrix(a:Number, b:Number, c:Number, d:Number, tx:Number, ty:Number) — Constructor, class flash.geom.Matrix
Creates a new Matrix object with the specified parameters.
matrixX — Property, class flash.filters.ConvolutionFilter
The x dimension of the matrix (the number of columns in the matrix).
matrixY — Property, class flash.filters.ConvolutionFilter
The y dimension of the matrix (the number of rows in the matrix).
max(val1:Number, val2:Number, ... rest) — Static method, class Math
Evaluates val1 and val2 (or more values) and returns the largest value.
max — Property, class mx.charts.chartClasses.DataDescription
The maximum data value displayed by the element.
MaxAggregator — Class, package mx.olap.aggregators
The MaxAggregator class implements the maximum aggregator.
maxBarWidth — Style, class mx.charts.BarChart
Specifies how wide to draw the bars, in pixels.
maxBarWidth — Property, interface mx.charts.chartClasses.IBar
Specifies how wide to draw the items, in pixels.
maxBarWidth — Property, class mx.charts.series.BarSeries
Specifies the width of the bars, in pixels.
maxBarWidth — Property, class mx.charts.series.BarSet
Specifies how wide to draw the bars, in pixels.
MAX_BITMAP_DIMENSION — Constant static property, class mx.graphics.ImageSnapshot
The maximum width and height of a Bitmap.
maxChars — Property, class flash.text.TextField
The maximum number of characters that the text field can contain, as entered by a user.
maxChars — Property, class mx.controls.NumericStepper
The maximum number of characters that can be entered in the field.
maxChars — Property, class mx.controls.TextArea
Maximum number of characters that users can enter in the text field.
maxChars — Property, class mx.controls.TextInput
Maximum number of characters that users can enter in the text field.
maxChars — Property, interface mx.core.IUITextField
The maximum number of characters that the text field can contain, as entered by a user.
maxColumns — Property, class mx.controls.listClasses.TileBase
The maximum number of columns that the control can have.
maxColumnWidth — Style, class mx.charts.CandlestickChart
Specifies how wide to draw the candlesticks, in pixels.
maxColumnWidth — Style, class mx.charts.ColumnChart
Specifies how wide to draw the columns, in pixels.
maxColumnWidth — Style, class mx.charts.HLOCChart
Specifies how wide to draw the HLOC lines, in pixels.
maxColumnWidth — Property, class mx.charts.chartClasses.HLOCSeriesBase
Specifies the width of the elements, in pixels.
maxColumnWidth — Property, interface mx.charts.chartClasses.IColumn
Specifies how wide to draw the items, in pixels.
maxColumnWidth — Property, class mx.charts.series.ColumnSeries
Specifies the width of the columns, in pixels.
maxColumnWidth — Property, class mx.charts.series.ColumnSet
Specifies the width of the columns, in pixels.
maxHeight — Property, class mx.containers.utilityClasses.ConstraintRow
Number that specifies the maximum height of the ConstraintRow instance, in pixels, in the ConstraintRow instance's coordinates.
maxHeight — Property, interface mx.core.IUIComponent
Number that specifies the maximum height of the component, in pixels, as the component's coordinates.
maxHeight — Property, class mx.core.UIComponent
Number that specifies the maximum height of the component, in pixels, in the component's coordinates.
maxHeight — Property, class mx.core.UITextField
Number that specifies the maximum height of the component, in pixels, in the component's coordinates.
maxHeight — Property, class mx.core.Window
Specifies the maximum height of the application's window.
maxHeight — Property, class mx.core.WindowedApplication
Specifies the maximum height of the application's window.
maxHeight — Property, class mx.flash.UIMovieClip
Number that specifies the maximum height of the component, in pixels, as the component's coordinates.
maxHorizontalScrollPosition — Property, class mx.controls.Tree
The maximum value for the maxHorizontalScrollPosition property for the Tree control.
maxHorizontalScrollPosition — Property, class mx.core.Container
The largest possible value for the horizontalScrollPosition property.
maxHorizontalScrollPosition — Property, class mx.core.ScrollControlBase
The maximum value for the horizontalScrollPosition property.
maximizable — Property, class flash.display.NativeWindow
Reports the maximizable setting used to create this window.
maximizable — Property, class flash.display.NativeWindowInitOptions
Specifies whether the window can be maximized.
maximizable — Property, interface mx.core.IWindow
Specifies whether the window can be maximized.
maximizable — Property, class mx.core.Window
Specifies whether the window can be maximized.
maximizable — Property, class mx.core.WindowedApplication
Specifies whether the window can be maximized.
maximize() — Method, class flash.display.NativeWindow
Maximizes this native window according to system rules and behavior.
maximize() — Method, interface mx.core.IWindow
Maximizes the window, or does nothing if it's already maximized.
maximize() — Method, class mx.core.Window
Maximizes the window, or does nothing if it's already maximized.
maximize() — Method, class mx.core.WindowedApplication
Maximizes the window, or does nothing if it's already maximized.
maximizeButton — Property, class mx.core.windowClasses.TitleBar
The Button object that defines the maximize button.
maximizeButtonSkin — Style, class mx.core.WindowedApplication
Skin for maximize button when using Flex chrome.
maximizeButtonSkin — Style, class mx.core.Window
Skin for maximize button when using Flex chrome.
MAXIMIZED — Constant static property, class flash.display.NativeWindowDisplayState
The maximized display state.
maximum — Property, class mx.charts.DateTimeAxis
Specifies the maximum value for an axis label.
maximum — Property, class mx.charts.LinearAxis
Specifies the maximum value for an axis label.
maximum — Property, class mx.charts.LogAxis
Specifies the maximum value for an axis label.
maximum — Property, class mx.controls.NumericStepper
Maximum value of the NumericStepper.
maximum — Property, class mx.controls.ProgressBar
Largest progress value for the ProgressBar.
maximum — Property, class mx.controls.sliderClasses.Slider
The maximum allowed value on the slider.
maximumDataTipCount — Style, class mx.charts.chartClasses.ChartBase
Specifies the maximum number of datatips a chart will show.
maximumLabelPrecision — Property, class mx.charts.LinearAxis
Specifies the maximum number of decimal places for representing fractional values on the labels generated by this axis.
maximumLabelPrecision — Property, class mx.charts.LogAxis
Specifies the maximum number of decimal places for representing fractional values on the labels generated by this axis.
maxLabelRadius — Property, class mx.charts.series.PieSeries
The maximum amount of the PieSeries's radius that can be allocated to labels.
maxLabelWidth — Property, class mx.charts.ColumnChart
Determines maximum width in pixels of label of items.
maxLabelWidth — Property, class mx.containers.Form
The maximum width, in pixels, of the labels of the FormItems containers in this Form.
maxLength — Property, class mx.validators.StringValidator
Maximum length for a valid String.
maxLevel — Static property, class flash.text.TextRenderer
The adaptively sampled distance fields (ADFs) quality level for advanced anti-aliasing.
maxMeasuredBranchIconWidth — Property, class mx.controls.menuClasses.MenuListData
The max branch icon width for all MenuItemListRenderers
maxMeasuredIconWidth — Property, class mx.controls.menuClasses.MenuListData
The max icon width for all MenuItemListRenderers
maxMeasuredTypeIconWidth — Property, class mx.controls.menuClasses.MenuListData
The max type icon width for all MenuItemListRenderers
maxRadius — Style, class mx.charts.BubbleChart
The maximum radius of the largest chart element, in pixels Flex assigns this radius to the data point with the largest value; all other data points are assigned a smaller radius based on their value relative to the smallest and largest value.
maxRadius — Property, class mx.charts.series.BubbleSeries
The radius of the largest item renderered in this series.
maxRows — Property, class mx.controls.listClasses.TileBase
The maximum number of rows that the control can have.
maxScrollH — Property, class flash.text.TextField
The maximum value of scrollH.
maxScrollH — Property, interface mx.core.IUITextField
The maximum value of scrollH.
maxScrollPosition — Property, class mx.controls.scrollClasses.ScrollBar
Number which represents the maximum scroll position.
maxScrollV — Property, class flash.text.TextField
The maximum value of scrollV.
maxScrollV — Property, interface mx.core.IUITextField
The maximum value of scrollV.
maxSize — Property, class flash.display.NativeWindow
The maximum size for this window.
MAX_TIP_LENGTH — Constant static property, class flash.desktop.SystemTrayIcon
The permitted length of the system tray icon tooltip.
maxTipWidth — Static property, class mx.charts.chartClasses.DataTip
Specifies the maximum width of the bounding box, in pixels, for new DataTip controls.
maxValue — Property, class mx.validators.CurrencyValidator
Maximum value for a valid number.
maxValue — Property, class mx.validators.NumberValidator
Maximum value for a valid number.
MAX_VALUE — Constant static property, class int
The largest representable 32-bit signed integer, which is 2,147,483,647.
MAX_VALUE — Constant static property, class Number
The largest representable number (double-precision IEEE-754).
MAX_VALUE — Constant static property, class uint
The largest representable 32-bit unsigned integer, which is 4,294,967,295.
maxVerticalScrollPosition — Property, class mx.core.Container
The largest possible value for the verticalScrollPosition property.
maxVerticalScrollPosition — Property, class mx.core.ScrollControlBase
The maximum value for the verticalScrollPosition property.
maxWidth — Property, class mx.containers.utilityClasses.ConstraintColumn
Number that specifies the maximum width of the ConstraintColumn instance, in pixels, in the ConstraintColumn instance's coordinates.
maxWidth — Static property, class mx.controls.ToolTip
Maximum width in pixels for new ToolTip controls.
maxWidth — Property, interface mx.core.IUIComponent
Number that specifies the maximum width of the component, in pixels, as the component's coordinates.
maxWidth — Property, class mx.core.UIComponent
Number that specifies the maximum width of the component, in pixels, in the component's coordinates.
maxWidth — Property, class mx.core.UITextField
Number that specifies the maximum width of the component, in pixels, in the component's coordinates.
maxWidth — Property, class mx.core.Window
Specifies the maximum width of the application's window.
maxWidth — Property, class mx.core.WindowedApplication
Specifies the maximum width of the application's window.
maxWidth — Property, class mx.flash.UIMovieClip
Number that specifies the maximum width of the component, in pixels, as the component's coordinates.
maxYear — Property, class mx.controls.DateChooser
The last year selectable in the control.
maxYear — Property, class mx.controls.DateField
The last year selectable in the control.
measure() — Method, class mx.charts.AxisRenderer
Calculates the default size, and optionally the default minimum size, of the component.
measure() — Method, class mx.charts.Legend
Calculates the preferred, minimum, and maximum sizes of the Legend.
measure() — Method, class mx.charts.chartClasses.CartesianChart
measure() — Method, class mx.charts.chartClasses.ChartLabel
Calculates the default size, and optionally the default minimum size, of the component.
measure() — Method, class mx.charts.chartClasses.DataTip
Calculates the default size, and optionally the default minimum size, of the component.
measure() — Method, class mx.containers.Box
Calculates the default sizes and minimum and maximum values of the Box container.
measure() — Method, class mx.containers.Canvas
Calculates the preferred minimum and preferred maximum sizes of the Canvas.
measure() — Method, class mx.containers.Form
Calculates the preferred, minimum and maximum sizes of the Form.
measure() — Method, class mx.containers.FormItem
Calculates the preferred, minimum and maximum sizes of the FormItem.
measure() — Method, class mx.containers.Grid
Calculates the preferred, minimum, and maximum sizes of the Grid.
measure() — Method, class mx.containers.Panel
Calculates the default mininum and maximum sizes of the Panel container.
measure() — Method, class mx.containers.TabNavigator
Calculates the default sizes and mininum and maximum values of this TabNavigator container.
measure() — Method, class mx.containers.Tile
Calculates the default minimum and maximum sizes of the Tile container.
measure() — Method, class mx.containers.ViewStack
Calculates the default sizes and minimum and maximum values of the ViewStack container.
measure() — Method, class mx.controls.ComboBase
Determines the measuredWidth and measuredHeight properties of the control.
measure() — Method, class mx.controls.ComboBox
Makes sure the control is at least 40 pixels wide, and tall enough to fit one line of text in the TextInput portion of the control but at least 22 pixels high.
measure() — Method, class mx.controls.Menu
Calculates the preferred width and height of the Menu based on the widths and heights of its menu items.
measure() — Method, class mx.controls.MenuBar
Calculates the preferred width and height of the MenuBar based on the default widths of the MenuBar items.
measure() — Method, class mx.controls.dataGridClasses.DataGridDragProxy
measure() — Method, class mx.controls.dataGridClasses.DataGridHeader
Calculates the default size, and optionally the default minimum size, of the component.
measure() — Method, class mx.controls.listClasses.AdvancedListBase
Calculates the measured width and height of the component based on the rowCount, columnCount, rowHeight and columnWidth properties.
measure() — Method, class mx.controls.listClasses.ListBase
Calculates the measured width and height of the component based on the rowCount, columnCount, rowHeight and columnWidth properties.
measure() — Method, class mx.controls.listClasses.ListItemDragProxy
measure() — Method, class mx.controls.sliderClasses.Slider
Calculates the amount of space that the component takes up.
measure() — Method, class mx.core.UIComponent
Calculates the default size, and optionally the default minimum size, of the component.
measuredBranchIconWidth — Property, interface mx.controls.menuClasses.IMenuItemRenderer
The width of the branch icon
measuredBranchIconWidth — Property, class mx.controls.menuClasses.MenuItemRenderer
The width of the branch icon
measuredHeight — Property, class mx.controls.dataGridClasses.DataGridLockedRowContentHolder
The measured height of the DataGrid control.
measuredHeight — Property, class mx.core.BitmapAsset
The measured height of this object.
measuredHeight — Property, class mx.core.ButtonAsset
The measured height of this object.
measuredHeight — Property, interface mx.core.IFlexDisplayObject
The measured height of this object.
measuredHeight — Property, class mx.core.MovieClipAsset
The measured height of this object.
measuredHeight — Property, class mx.core.SpriteAsset
The measured height of this object.
measuredHeight — Property, class mx.core.TextFieldAsset
The measured height of this object.
measuredHeight — Property, class mx.core.UIComponent
The default height of the component, in pixels.
measuredHeight — Property, class mx.core.UITextField
The default height of the component, in pixels.
measuredHeight — Property, class mx.flash.UIMovieClip
The measured height of this object.
measuredHeight — Property, class mx.managers.SystemManager
The measuredHeight is the explicit or measuredHeight of the main mx.core.Application window or the starting height of the SWF if the main window has not yet been created or does not exist.
measuredHeight — Property, class mx.skins.ProgrammaticSkin
The measured height of this object.
measuredIconWidth — Property, interface mx.controls.menuClasses.IMenuItemRenderer
The width of the icon
measuredIconWidth — Property, class mx.controls.menuClasses.MenuItemRenderer
The width of the icon
measureDimensionName — Property, class mx.olap.OLAPCube
Sets the name of the dimension for the measures of the OLAP cube.
measuredMinHeight — Property, interface mx.core.IUIComponent
The default minimum height of the component, in pixels.
measuredMinHeight — Property, class mx.core.UIComponent
The default minimum height of the component, in pixels.
measuredMinHeight — Property, class mx.core.UITextField
The default minimum height of the component, in pixels.
measuredMinHeight — Property, class mx.flash.UIMovieClip
The default minimum height of the component, in pixels.
measuredMinWidth — Property, interface mx.core.IUIComponent
The default minimum width of the component, in pixels.
measuredMinWidth — Property, class mx.core.UIComponent
The default minimum width of the component, in pixels.
measuredMinWidth — Property, class mx.core.UITextField
The default minimum width of the component, in pixels.
measuredMinWidth — Property, class mx.flash.UIMovieClip
The default minimum width of the component, in pixels.
measuredTypeIconWidth — Property, interface mx.controls.menuClasses.IMenuItemRenderer
The width of the type icon (radio/check)
measuredTypeIconWidth — Property, class mx.controls.menuClasses.MenuItemRenderer
The width of the type icon (radio/check)
measuredWidth — Property, class mx.core.BitmapAsset
The measured width of this object.
measuredWidth — Property, class mx.core.ButtonAsset
The measured width of this object.
measuredWidth — Property, interface mx.core.IFlexDisplayObject
The measured width of this object.
measuredWidth — Property, class mx.core.MovieClipAsset
The measured width of this object.
measuredWidth — Property, class mx.core.SpriteAsset
The measured width of this object.
measuredWidth — Property, class mx.core.TextFieldAsset
The measured width of this object.
measuredWidth — Property, class mx.core.UIComponent
The default width of the component, in pixels.
measuredWidth — Property, class mx.core.UITextField
The default width of the component, in pixels.
measuredWidth — Property, class mx.flash.UIMovieClip
The measured width of this object.
measuredWidth — Property, class mx.managers.SystemManager
The measuredWidth is the explicit or measuredWidth of the main mx.core.Application window, or the starting width of the SWF if the main window has not yet been created or does not exist.
measuredWidth — Property, class mx.skins.ProgrammaticSkin
The measured width of this object.
measureHeightOfItems(index:int, count:int) — Method, class mx.controls.listClasses.AdvancedListBase
Measures a set of items from the data provider using the current item renderer and returns the sum of the heights of those items.
measureHeightOfItems(index:int, count:int) — Method, class mx.controls.listClasses.ListBase
Measures a set of items from the data provider using the current item renderer and returns the sum of the heights of those items.
measureHTMLText(htmlText:String) — Method, class mx.core.UIComponent
Measures the specified HTML text, which may contain HTML tags such as <font> and <b>, assuming that it is displayed in a single-line UITextField using a UITextFormat determined by the styles of this UIComponent.
measureHTMLText(htmlText:String, roundUp:Boolean) — Method, class mx.core.UITextFormat
Returns measurement information for the specified HTML text, which may contain HTML tags such as <font> and <b>, assuming that it is displayed in a single-line UITextField, and using this UITextFormat object to define the text format.
measures — Property, class mx.olap.OLAPCube
Sets the measures of the OLAP cube, as a list of OLAPMeasure instances.
measureText(text:String) — Method, class mx.core.UIComponent
Measures the specified text, assuming that it is displayed in a single-line UITextField using a UITextFormat determined by the styles of this UIComponent.
measureText(text:String, roundUp:Boolean) — Method, class mx.core.UITextFormat
Returns measurement information for the specified text, assuming that it is displayed in a single-line UITextField component, and using this UITextFormat object to define the text format.
measureWidthOfItems(index:int, count:int) — Method, class mx.controls.listClasses.AdvancedListBase
Measures a set of items from the data provider using the current item renderer and returns the maximum width found.
measureWidthOfItems(index:int, count:int) — Method, class mx.controls.listClasses.ListBase
Measures a set of items from the data provider using the current item renderer and returns the maximum width found.
measuringObjects — Property, class mx.controls.List
cache of measuring objects by factory
measuringObjects — Property, class mx.controls.listClasses.TileBase
cache of measuring objects by factory
MEDIUM — Constant static property, class flash.display.StageQuality
Specifies medium rendering quality: graphics are anti-aliased using a 2 x 2 pixel grid, but bitmaps are not smoothed.
MEDIUM — Constant static property, class flash.filters.BitmapFilterQuality
Defines the medium quality filter setting.
MEDIUM — Constant static property, class mx.managers.CursorManagerPriority
Constant that specifies a medium cursor priority when passed as the priority argument to setCursor().
members — Property, interface mx.olap.IOLAPAxisPosition
The members for this position, as a list of IOLAPMember instances.
members — Property, interface mx.olap.IOLAPDimension
Returns all the members of this dimension, as a list of IOLAPMember instances.
members — Property, interface mx.olap.IOLAPHierarchy
All members of all the levels that belong to this hierarchy, as a list of IOLAPMember instances.
members — Property, interface mx.olap.IOLAPLevel
The members of this level, as a list of IOLAPMember instances, or null if a member is not found.
members — Property, class mx.olap.OLAPAttribute
All members of all the levels that belong to this hierarchy, as a list of IOLAPMember instances.
members — Property, class mx.olap.OLAPAxisPosition
The members of the query result, at this position as a list of IOLAPMember instances.
members — Property, class mx.olap.OLAPDimension
Returns all the members of this dimension, as a list of IOLAPMember instances.
members — Property, class mx.olap.OLAPHierarchy
All members of all the levels that belong to this hierarchy, as a list of IOLAPMember instances.
members — Property, class mx.olap.OLAPLevel
The members of this level, as a list of IOLAPMember instances, or null if a member is not found.
MemoryError — Dynamic class, package flash.errors
The MemoryError exception is thrown when a memory allocation request fails.
MemoryError(message:String) — Constructor, class flash.errors.MemoryError
Creates a new M