| 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 |
| label — Statement |
| Associates a statement with an identifier that can be referenced by break or continue. |
| label — Property in class mx.charts.LegendItem |
|
Specifies the text that Flex displays alongside the legend element. |
| label — Property in class mx.charts.chartClasses.LegendData |
|
The text identifying the series or item displayed in the legend item. |
| label — Property in class mx.containers.FormHeading |
|
Form heading text. |
| label — Property in class mx.containers.FormItem |
|
Text label for the FormItem. |
| label — Property in class mx.controls.Button |
|
Text to appear on the Button control. |
| label — Property in class mx.controls.ProgressBar |
|
Text that accompanies the progress bar. |
| label — Property in class mx.controls.listClasses.BaseListData |
|
The textual representation of the item data, based on the list class's
itemToLabel() method. |
| label — Property in class mx.controls.listClasses.ListItemRenderer |
|
The internal UITextField that displays the text in this renderer. |
| label — Property in class mx.controls.listClasses.TileListItemRenderer |
|
The internal UITextField that displays the text in this renderer. |
| label — Property in class mx.controls.menuClasses.MenuBarItem |
|
The UITextField that displays the text in this MenuBarItem. |
| label — Property in class mx.controls.menuClasses.MenuItemRenderer |
|
The internal UITextField that displays the text in this renderer. |
| label — Property in class mx.controls.treeClasses.TreeItemRenderer |
|
The internal UITextField that displays the text in this renderer. |
| label — Property in class mx.core.Container |
|
The text displayed by some navigator containers to represent
this Container. |
| label — Property in class mx.events.ItemClickEvent |
|
The label of the associated navigation item. |
| label — Property in class mx.events.MenuEvent |
|
The label text of the associated menu item. |
| label — Property in class mx.preloaders.DownloadProgressBar |
|
Text to display when the progress bar is active. |
| Label — Class in package mx.controls |
|
The Label control displays a single line of noneditable text. |
| Label() — Constructor in class mx.controls.Label |
|
Constructor. |
| labelAngle — Property in class mx.charts.series.items.PieSeriesItem |
|
The angle of the label, in radians, for this wedge. |
| LabelAutomationImpl — Class in package mx.automation.delegates.controls |
|
Defines methods and properties required to perform instrumentation for the
Label control. |
| LabelAutomationImpl(obj:mx.controls:Label) — Constructor in class mx.automation.delegates.controls.LabelAutomationImpl |
|
Constructor. |
| labelCache — Property in class mx.charts.chartClasses.NumericAxis |
|
The most recent set of AxisLabel objects
generated to represent this axis. |
| labelContainer — Property in class mx.charts.chartClasses.ChartElement |
|
The DisplayObject that displays labels rendered by this element. |
| labelContainer — Property in interface mx.charts.chartClasses.IChartElement |
|
The DisplayObject that displays labels rendered by this element. |
| labelData — Property in class mx.charts.series.renderData.PieSeriesRenderData |
|
a structure of data associated with the layout of the labels rendered by the pie series. |
| labelElements — Property in class mx.charts.chartClasses.ChartBase |
|
The set of DisplayObjects representing the labels
for the chart elements. |
| labelField — Property in class mx.controls.ColorPicker |
|
Name of the field in the objects of the dataProvider Array that
contain text to display as the label in the SwatchPanel object text box. |
| labelField — Property in class mx.controls.ComboBox |
|
Name of the field in the items in the dataProvider
Array to display as the label in the TextInput portion and drop-down list. |
| labelField — Property in class mx.controls.MenuBar |
|
The name of the field in the data provider that determines the
text to display for each menu item. |
| labelField — Property in class mx.controls.NavBar |
|
Name of the field in the dataProvider object
to display as the label for each navigation item. |
| labelField — Property in class mx.controls.PopUpMenuButton |
|
Name of the field in the dataProvider Array that contains the text to
show for each menu item. |
| labelField — Property in class mx.controls.listClasses.ListBase |
|
The name of the field in the data provider items to display as the label. |
| labelField — Property in class mx.controls.listClasses.ListData |
|
The value of the labelField property in the list class. |
| labelFormat — Property in class mx.preloaders.DownloadProgressBar |
|
The TextFormat object of the TextField component of the label. |
| labelFunction — Property in class mx.charts.CategoryAxis |
|
Specifies a function that defines the labels that are generated
for each item in the CategoryAxis's dataProvider. |
| labelFunction — Property in class mx.charts.chartClasses.NumericAxis |
|
Called to format axis values for display as labels. |
| labelFunction — Property in class mx.charts.series.PieSeries |
|
Specifies a callback function used to render each label
of the PieSeries. |
| labelFunction — Property in class mx.controls.ComboBox |
|
User-supplied function to run on each item to determine its label. |
| labelFunction — Property in class mx.controls.DateField |
|
Function used to format the date displayed
in the text field of the DateField control. |
| labelFunction — Property in class mx.controls.MenuBar |
|
The function that determines the text to display for each menu item. |
| labelFunction — Property in class mx.controls.PopUpMenuButton |
|
A function that determines the text to display for each menu item. |
| labelFunction — Property in class mx.controls.dataGridClasses.DataGridColumn |
|
A function that determines the text to display in this column. |
| labelFunction — Property in class mx.controls.listClasses.ListBase |
|
A user-supplied function to run on each item to determine its label. |
| labelGap — Style in class mx.charts.AxisRenderer |
|
Specifies the gap between the end of the tick marks
and the top of the labels, in pixels. |
| labelMaximum — Property in class mx.charts.chartClasses.NumericAxis |
|
The maximum value where a label should be placed. |
| labelMinimum — Property in class mx.charts.chartClasses.NumericAxis |
|
The minimum value where a label should be placed. |
| labelOffset — Style in class mx.controls.sliderClasses.Slider |
|
The y-position offset (if direction is horizontal)
or x-position offset (if direction is vertical)
of the labels relative to the track. |
| labelPlacement — Style in class mx.charts.Legend |
|
Specifies the label placement of the legend element. |
| labelPlacement — Style in class mx.charts.LegendItem |
|
Specifies the label placement of the legend element. |
| labelPlacement — Property in class mx.controls.Button |
|
Orientation of the label in relation to a specified icon. |
| labelPlacement — Property in class mx.controls.ProgressBar |
|
Placement of the label. |
| labelPlacement — Property in class mx.controls.RadioButton |
|
Position of the label relative to the RadioButton icon. |
| labelPlacement — Property in class mx.controls.RadioButtonGroup |
|
Position of the RadioButton label relative to the RadioButton icon
for each control in the group. |
| labelPosition — Style in class mx.charts.series.PieSeries |
|
Specifies how to render value labels. |
| labelRect — Property in class mx.preloaders.DownloadProgressBar |
|
The dimensions of the TextField component for the label. |
| labelRenderer — Property in class mx.charts.AxisRenderer |
|
A reference to the factory used to render the axis labels. |
| labelRotation — Style in class mx.charts.AxisRenderer |
|
Specifies the label rotation. |
| labels — Property in class flash.display.Scene |
|
An array of FrameLabel objects for the scene. |
| labels — Property in class mx.charts.chartClasses.AxisLabelSet |
|
An array of AxisLabel objects
representing the values of the generating axis. |
| labels — Property in class mx.controls.sliderClasses.Slider |
|
An array of strings used for the slider labels. |
| labelScale — Property in class mx.charts.series.renderData.PieSeriesRenderData |
|
the scale factor of the labels rendered by the pie series. |
| labelStyleName — Style in class mx.controls.sliderClasses.Slider |
|
The name of the style to use for the slider label. |
| labelUnits — Property in class mx.charts.DateTimeAxis |
|
The units that the axis uses to generate labels. |
| labelWidth — Style in class mx.containers.Form |
|
Width of the form labels. |
| labelWidth — Style in class mx.containers.FormHeading |
|
Width of the form labels. |
| labelWidth — Style in class mx.containers.FormItem |
|
Width of the form labels. |
| labelWidth — Style in class mx.controls.ProgressBar |
|
The width of the label in pixels. |
| LANDSCAPE — Constant static property in class flash.printing.PrintJobOrientation |
|
The landscape (horizontal) image orientation for printing. |
| language — Static property in class flash.system.Capabilities |
|
Specifies the language code of the system on which the player is running. |
| language — Property in class mx.resources.Locale |
|
The language of current locale [Read-Only]. |
| LAST — Static property in class mx.collections.CursorBookmark |
|
A bookmark for the last item in an ICollectionView. |
| lastButtonStyleName — Style in class mx.controls.ButtonBar |
|
Name of CSS style declaration that specifies styles for the last button. |
| lastChild — Property in class flash.xml.XMLNode |
|
An XMLNode value that references the last child in the node's child list. |
| lastDropIndex — Property in class mx.controls.listClasses.ListBase |
|
The most recently calculated index where the drag item
should be added to the drop target. |
| lastIndex — Property in class RegExp |
|
Specifies the index position in the string at which to start the next search. |
| LAST_INDEX_MODE — Constant static property in class mx.collections.Sort |
|
When executing a find return the index for the last matching item. |
| lastIndexOf(searchElement, fromIndex:int) — Method in class Array |
|
Searches for an item in an array, working backward from the last item, and returns the index position of the matching item using strict equality (===). |
| lastIndexOf(val:String, startIndex:Number) — Method in class String |
|
Searches the string from right to left and returns the index of the last occurrence
of val found before startIndex. |
| lastSeekPending — Property in class mx.controls.listClasses.ListBase |
|
The most recent seek that caused a page fault. |
| lastTabStyleName — Style in class mx.containers.TabNavigator |
|
Name of CSS style declaration that specifies styles for the last tab. |
| lastTabStyleName — Style in class mx.controls.TabBar |
|
Name of CSS style declaration that specifies the styles to use for the
last tab navigation item. |
| lastVisibleRow — Property in interface mx.automation.IAutomationTabularData |
|
The index of the last visible child. |
| LAYER — Constant static property in class flash.display.BlendMode |
|
Forces the creation of a transparency group for the display object. |
| layout — Property in class mx.containers.Panel |
|
Specifies the layout mechanism used for this container. |
| layout — Property in class mx.core.LayoutContainer |
|
Specifies the layout mechanism used for this application. |
| layoutChrome(unscaledWidth:Number, unscaledHeight:Number) — Method in class mx.controls.VideoDisplay |
|
Responds to size changes by setting the positions and sizes of
the borders. |
| layoutChrome(unscaledWidth:Number, unscaledHeight:Number) — Method in class mx.core.Container |
|
Respond to size changes by setting the positions and sizes
of this container's borders. |
| layoutChrome(unscaledWidth:Number, unscaledHeight:Number) — Method in class mx.core.ScrollControlBase |
|
Responds to size changes by setting the positions and sizes
of this control's borders. |
| LayoutContainer — Class in package mx.core |
|
Flex defines a default, or Application, container that lets you start
adding content to your module or Application without explicitly defining
another container. |
| LayoutContainer() — Constructor in class mx.core.LayoutContainer |
|
Constructor. |
| layoutEditor(x:int, y:int, w:int, h:int) — Method in class mx.controls.List |
|
Positions the item editor instance at the suggested position
with the suggested dimensions. |
| LayoutManager — Class in package mx.managers |
|
The LayoutManager is the engine behind
Flex's measurement and layout strategy. |
| LayoutManager() — Constructor in class mx.managers.LayoutManager |
|
Constructor. |
| layoutObject — Property in class mx.core.LayoutContainer |
|
The mx.containers.utilityClasses.Layout subclass that is doing the layout
|
| LCD — Constant static property in class flash.text.TextDisplayMode |
|
Forces Flash Player to use LCD subpixel anti-aliasing. |
| leading — Property in class flash.text.TextFormat |
|
An integer representing the amount of vertical space (called leading)
between lines. |
| leading — Property in class flash.text.TextLineMetrics |
|
The leading value is the measurement of the vertical distance between the lines of text. |
| leading — Style in class mx.charts.chartClasses.DataTip |
|
Additional vertical space between lines of text. |
| leading — Style in class mx.containers.FormHeading |
|
Additional vertical space between lines of text. |
| leading — Style in class mx.controls.Button |
|
Additional vertical space between lines of text. |
| leading — Style in class mx.controls.ColorPicker |
|
Additional vertical space between lines of text. |
| leading — Style in class mx.controls.ComboBox |
|
Additional vertical space between lines of text. |
| leading — Style in class mx.controls.DateChooser |
|
Additional vertical space between lines of text. |
| leading — Style in class mx.controls.DateField |
|
Additional vertical space between lines of text. |
| leading — Style in class mx.controls.MenuBar |
|
Additional vertical space between lines of text. |
| leading — Style in class mx.controls.NumericStepper |
|
Additional vertical space between lines of text. |
| leading — Style in class mx.controls.ProgressBar |
|
Additional vertical space between lines of text. |
| leading — Style in class mx.controls.Text |
|
Additional vertical space between lines of text. |
| leading — Style in class mx.controls.ToolTip |
|
Additional vertical space between lines of text. |
| leading — Style in class mx.controls.menuClasses.MenuBarItem |
|
Additional vertical space between lines of text. |
| leading — Style in class mx.core.ScrollControlBase |
|
Additional vertical space between lines of text. |
| leading — Style in class mx.core.UITextField |
|
Additional vertical space between lines of text. |
| left — Property in class flash.geom.Rectangle |
|
The x coordinate of the top-left corner of the rectangle. |
| left — Property in class mx.core.EdgeMetrics |
|
The width, in pixels, of the left edge region. |
| left — Style in class mx.core.UIComponent |
|
The horizontal distance in pixels from the left edge of the component's
parent container to the left edge of the component. |
| LEFT — Constant static property in class flash.display.NativeWindowResize |
|
Specifies that the Window resizes on the left. |
| LEFT — Constant static property in class flash.display.StageAlign |
|
Specifies that the Stage is aligned on the left. |
| LEFT — Constant static property in class flash.text.TextFieldAutoSize |
|
Specifies that the text is to be treated as left-justified text,
meaning that the left side of the text field remains fixed and any
resizing of a single line is on the right side. |
| LEFT — Constant static property in class flash.text.TextFormatAlign |
|
Constant; aligns text to the left within the text field. |
| LEFT — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the Left Arrow key (37). |
| LEFT — Constant static property in class flash.ui.KeyLocation |
|
Indicates the key activated is in the left key location (there is more than one possible location for this
key). |
| LEFT — Constant static property in class mx.controls.ButtonLabelPlacement |
|
Specifies that the label appears to the left of the icon. |
| LEFT — Constant static property in class mx.controls.ProgressBarDirection |
|
Specifies to fill the progress bar from the right to the left. |
| LEFT — Constant static property in class mx.controls.ProgressBarLabelPlacement |
|
Specifies to place the label to the left of the progress bar. |
| LEFT — Constant static property in class mx.validators.CurrencyValidatorAlignSymbol |
|
Specifies "left" as the alignment of the currency symbol
for the CurrencyValidator class. |
| leftMargin — Property in class flash.text.TextFormat |
|
The left margin of the paragraph, in pixels. |
| leftPeak — Property in class flash.media.SoundChannel |
|
The current amplitude (volume) of the left channel, from 0 (silent) to 1 (full amplitude). |
| leftToLeft — Property in class flash.media.SoundTransform |
|
A value, from 0 (none) to 1 (all), specifying how much of the left input is played in the
left speaker. |
| leftToRight — Property in class flash.media.SoundTransform |
|
A value, from 0 (none) to 1 (all), specifying how much of the left input is played in the
right speaker. |
| Legend — Class in package mx.charts |
|
The Legend control adds a legend to your charts,
where the legend displays the label for each data series in the chart
and a key showing the chart element for the series. |
| Legend() — Constructor in class mx.charts.Legend |
|
Constructor. |
| LegendAutomationImpl — Class in package mx.automation.delegates.charts |
|
Defines the methods and properties required to perform instrumentation for the
Legend class. |
| LegendAutomationImpl(obj:mx.charts:Legend) — Constructor in class mx.automation.delegates.charts.LegendAutomationImpl |
|
Constructor. |
| legendData — Property in class mx.charts.LegendItem |
|
The LegendData instance that this LegendItem object represents. |
| legendData — Property in class mx.charts.chartClasses.ChartBase |
|
An Array of Legend items. |
| legendData — Property in class mx.charts.chartClasses.HLOCSeriesBase |
|
An Array of LegendData instances that describe the items
that should show up in a legend representing this series. |
| legendData — Property in class mx.charts.chartClasses.Series |
|
An Array of LegendData instances that describe the items
that should show up in a legend representing this series. |
| legendData — Property in class mx.charts.series.BubbleSeries |
|
An Array of LegendData instances that describe the items
that should show up in a legend representing this series. |
| LegendData — Class in package mx.charts.chartClasses |
|
The LegendData structure is used by charts to describe the items
that should be displayed in an auto-generated legend. |
| LegendData() — Constructor in class mx.charts.chartClasses.LegendData |
|
Constructor. |
| legendDataChanged() — Method in class mx.charts.chartClasses.ChartBase |
|
Dispatches a new LegendDataChanged event. |
| legendDataChanged() — Method in class mx.charts.chartClasses.Series |
|
Updates the Legend items when the series display name changes
by dispatching a new LegendDataChanged event. |
| LegendItem — Class in package mx.charts |
|
Controls the individual legend elements in a chart legend. |
| LegendItem() — Constructor in class mx.charts.LegendItem |
|
Constructor. |
| LegendItemAutomationImpl — Class in package mx.automation.delegates.charts |
|
Defines the methods and properties required to perform instrumentation for the
LegendItem class. |
| LegendItemAutomationImpl(obj:mx.charts:LegendItem) — Constructor in class mx.automation.delegates.charts.LegendItemAutomationImpl |
|
Constructor. |
| legendItemClass — Property in class mx.charts.Legend |
|
The class used to instantiate LegendItem objects. |
| legendMarkerRenderer — Style in class mx.charts.LegendItem |
|
Specifies the class that renders the marker portion of the legend item. |
| legendMarkerRenderer — Style in class mx.charts.chartClasses.HLOCSeriesBase |
|
The class that the series uses to render the series's marker in any associated legends. |
| legendMarkerRenderer — Style in class mx.charts.series.AreaSeries |
|
The class that the series uses to render the series's marker in any associated legends. |
| legendMarkerRenderer — Style in class mx.charts.series.BarSeries |
|
The class that the series uses to render the series's marker in any associated legends. |
| legendMarkerRenderer — Style in class mx.charts.series.BubbleSeries |
|
The class that the series uses to render the series's marker in any associated legends. |
| legendMarkerRenderer — Style in class mx.charts.series.ColumnSeries |
|
The class that the series uses to render the series's marker in any associated legends. |
| legendMarkerRenderer — Style in class mx.charts.series.LineSeries |
|
The class that the series uses to render the series's marker in any associated legends. |
| legendMarkerRenderer — Style in class mx.charts.series.PieSeries |
|
The class that the series uses to render the series's marker in any associated legends. |
| legendMarkerRenderer — Style in class mx.charts.series.PlotSeries |
|
The class that the series uses to render the series's marker in any associated legends. |
| LegendMouseEvent — Class in package mx.charts.events |
|
The LegendMouseEvent class represents event objects that are specific to the chart legend components. |
| LegendMouseEvent(type:String, triggerEvent:flash.events:MouseEvent, item:mx.charts:LegendItem) — Constructor in class mx.charts.events.LegendMouseEvent |
|
Constructor. |
| length — Property in class arguments |
|
The number of arguments passed to the function. |
| length — Property in class Array |
|
A non-negative integer specifying the number of elements in the array. |
| length — Property in class String |
|
An integer specifying the number of characters in the specified String object. |
| length() — Method in class XML |
|
For XML objects, this method always returns the integer 1. |
| length() — Method in class XMLList |
|
Returns the number of properties in the XMLList object. |
| length — Property in class flash.geom.Point |
|
The length of the line segment from (0,0) to this point. |
| length — Property in class flash.media.Sound |
|
The length of the current sound in milliseconds. |
| length — Property in class flash.text.TextField |
|
The number of characters in a text field. |
| length — Property in class flash.utils.ByteArray |
|
The length of the ByteArray object, in bytes. |
| length — Property in class mx.automation.AutomationID |
|
The number of parts in this id. |
| length — Property in class mx.charts.AxisRenderer |
|
Specifies the length of the axis, in screen coordinates. |
| length — Property in class mx.charts.chartClasses.RenderData |
|
The number of items represented in this render data. |
| length — Property in interface mx.collections.ICollectionView |
|
The number of items in this view. |
| length — Property in interface mx.collections.IList |
|
The number of items in this collection. |
| length — Property in class mx.collections.ListCollectionView |
|
The number of items in this view. |
| length — Property in class mx.controls.TextArea |
|
The number of characters of text displayed in the TextArea. |
| length — Property in class mx.controls.TextInput |
|
The number of characters of text displayed in the TextArea. |
| letterSpacing — Property in class flash.text.TextFormat |
|
An integer representing the amount of space that is uniformly distributed between all characters. |
| letterSpacing — Style in class mx.charts.chartClasses.DataTip |
|
The number of additional pixels to appear between each character. |
| letterSpacing — Style in class mx.containers.FormHeading |
|
The number of additional pixels to appear between each character. |
| letterSpacing — Style in class mx.controls.Button |
|
The number of additional pixels to appear between each character. |
| letterSpacing — Style in class mx.controls.ColorPicker |
|
The number of additional pixels to appear between each character. |
| letterSpacing — Style in class mx.controls.ComboBox |
|
The number of additional pixels to appear between each character. |
| letterSpacing — Style in class mx.controls.DateChooser |
|
The number of additional pixels to appear between each character. |
| letterSpacing — Style in class mx.controls.DateField |
|
The number of additional pixels to appear between each character. |
| letterSpacing — Style in class mx.controls.Label |
|
The number of additional pixels to appear between each character. |
| letterSpacing — Style in class mx.controls.MenuBar |
|
The number of additional pixels to appear between each character. |
| letterSpacing — Style in class mx.controls.NumericStepper |
|
The number of additional pixels to appear between each character. |
| letterSpacing — Style in class mx.controls.ProgressBar |
|
The number of additional pixels to appear between each character. |
| letterSpacing — Style in class mx.controls.TextInput |
|
The number of additional pixels to appear between each character. |
| letterSpacing — Style in class mx.controls.ToolTip |
|
The number of additional pixels to appear between each character. |
| letterSpacing — Style in class mx.controls.dataGridClasses.DataGridColumn |
|
The number of additional pixels to appear between each character. |
| letterSpacing — Style in class mx.controls.menuClasses.MenuBarItem |
|
The number of additional pixels to appear between each character. |
| letterSpacing — Property in class mx.controls.textClasses.TextRange |
|
The number of additional pixels to appear between each character. |
| letterSpacing — Style in class mx.core.Container |
|
The number of additional pixels to appear between each character. |
| letterSpacing — Style in class mx.core.ScrollControlBase |
|
The number of additional pixels to appear between each character. |
| letterSpacing — Style in class mx.core.UITextField |
|
The number of additional pixels to appear between each character. |
| level — Property in class flash.events.StatusEvent |
|
The category of the message, such as "status", "warning" or "error". |
| level — Property in class mx.logging.AbstractTarget |
|
Provides access to the level this target is currently set at. |
| level — Property in interface mx.logging.ILoggingTarget |
|
Provides access to the level this target is currently set at. |
| level — Property in class mx.logging.LogEvent |
|
Provides access to the level for this log event. |
| LIGHT_COLOR — Constant static property in class flash.text.TextColorType |
|
Used in the colorType parameter in the setAdvancedAntiAliasingTable() method. |
| LIGHTEN — Constant static property in class flash.display.BlendMode |
|
Selects the lighter of the constituent colors of the display object and the colors of the background (the
colors with the larger values). |
| Linear — Class in package mx.effects.easing |
|
The Linear class defines easing functions to implement
linear motion with Flex effect classes. |
| LINEAR — Constant static property in class flash.display.GradientType |
|
Value used to specify a linear gradient fill. |
| LinearAxis — Class in package mx.charts |
|
The LinearAxis class maps numeric values evenly
between a minimum and maximum value along a chart axis. |
| LinearAxis() — Constructor in class mx.charts.LinearAxis |
|
Constructor. |
| LinearGradient — Class in package mx.graphics |
|
The LinearGradient class lets you specify the fill of a graphical element,
where a gradient specifies a gradual color transition
in the fill color. |
| LinearGradient() — Constructor in class mx.graphics.LinearGradient |
|
Constructor. |
| LinearGradientStroke — Class in package mx.graphics |
|
The LinearGradientStroke class lets you specify a gradient filled stroke. |
| LinearGradientStroke(weight:Number, pixelHinting:Boolean, scaleMode:String, caps:String, joints:String, miterLimit:Number) — Constructor in class mx.graphics.LinearGradientStroke |
|
Constructor. |
| LINEAR_RGB — Constant static property in class flash.display.InterpolationMethod |
|
Specifies that the linear RGB interpolation method should be used. |
| LineChart — Class in package mx.charts |
|
The LineChart control represents a data series
as points connected by a continuous line. |
| LineChart() — Constructor in class mx.charts.LineChart |
|
Constructor. |
| LINE_DOWN — Constant static property in class mx.events.ScrollEventDetail |
|
Indicates that the scroll bar has moved down by one line. |
| lineEnding — Static property in class flash.filesystem.File |
|
The line-ending character sequence used by the host operating system. |
| LineFormattedTarget — Class in package mx.logging.targets |
|
All logger target implementations that have a formatted line style output
should extend this class. |
| LineFormattedTarget() — Constructor in class mx.logging.targets.LineFormattedTarget |
|
Constructor. |
| lineGradientStyle(type:String, colors:Array, alphas:Array, ratios:Array, matrix:flash.geom:Matrix, spreadMethod:String, interpolationMethod:String, focalPointRatio:Number) — Method in class flash.display.Graphics |
|
Specifies a gradient for the line style that Flash Player uses for subsequent calls to other
Graphics methods (such as lineTo() or drawCircle()) for the object. |
| LINE_LEFT — Constant static property in class mx.events.ScrollEventDetail |
|
Indicates that the scroll bar has moved left by one line. |
| LineRenderer — Class in package mx.charts.renderers |
|
A simple implementation of a line segment renderer
that is used by LineSeries objects. |
| LineRenderer() — Constructor in class mx.charts.renderers.LineRenderer |
|
Constructor. |
| LINE_RIGHT — Constant static property in class mx.events.ScrollEventDetail |
|
Indicates that the scroll bar has moved right by one line. |
| LineScaleMode — Final class in package flash.display |
|
The LineScaleMode class provides values for the scaleMode
parameter in the Graphics.lineStyle() method. |
| lineScrollSize — Property in class mx.controls.scrollClasses.ScrollBar |
|
Amount to scroll when an arrow button is pressed, in pixels. |
| lineSegmentRenderer — Style in class mx.charts.series.LineSeries |
|
A factory that represents the class the series uses
to represent the individual line segments in the series. |
| lineSegmentType — Property in class mx.charts.series.LineSeries |
|
The class used by this series to store all data
necessary to represent a line segment. |
| LineSeries — Class in package mx.charts.series |
|
Defines a data series for a LineChart control. |
| LineSeries() — Constructor in class mx.charts.series.LineSeries |
|
Constructor. |
| LineSeriesAutomationImpl — Class in package mx.automation.delegates.charts |
|
Defines the methods and properties required to perform instrumentation for the
LineSeries class. |
| LineSeriesAutomationImpl(obj:mx.charts.series:LineSeries) — Constructor in class mx.automation.delegates.charts.LineSeriesAutomationImpl |
|
Constructor. |
| LineSeriesItem — Class in package mx.charts.series.items |
|
Represents the information required to render an item as part of a LineSeries. |
| LineSeriesItem(element:mx.charts.series:LineSeries, data:Object, index:uint) — Constructor in class mx.charts.series.items.LineSeriesItem |
|
Constructor. |
| LineSeriesRenderData — Class in package mx.charts.series.renderData |
|
Represents all the information needed by the LineSeries to render. |
| LineSeriesRenderData(cache:Array, filteredCache:Array, validPoints:Number, segments:Array, radius:Number) — Constructor in class mx.charts.series.renderData.LineSeriesRenderData |
|
Constructor. |
| LineSeriesSegment — Class in package mx.charts.series.items |
|
Represents the information required
to render a segment in a LineSeries. |
| LineSeriesSegment(element:mx.charts.series:LineSeries, index:uint, items:Array, start:uint, end:uint) — Constructor in class mx.charts.series.items.LineSeriesSegment |
|
Constructor. |
| lineStroke — Style in class mx.charts.series.LineSeries |
|
Sets the stroke for the actual line segments. |
| lineStyle(thickness:Number, color:uint, alpha:Number, pixelHinting:Boolean, scaleMode:String, caps:String, joints:String, miterLimit:Number) — Method in class flash.display.Graphics |
|
Specifies a line style that Flash uses for subsequent calls to other
Graphics methods (such as lineTo() or drawCircle()) for the object. |
| lineTo(x:Number, y:Number) — Method in class flash.display.Graphics |
|
Draws a line using the current line style from the current drawing position to (x, y);
the current drawing position is then set to (x, y). |
| LINE_UP — Constant static property in class mx.events.ScrollEventDetail |
|
Indicates that the scroll bar has moved up by one line. |
| link — Event in class flash.text.TextField |
|
Dispatched when a user clicks a hyperlink in an
HTML-enabled text field, where the URL begins with "event:". |
| link — Event in class flash.text.TextField |
| |
| link — Event in class mx.controls.Label |
|
Dispatched when a user clicks a hyperlink in an
HTML-enabled text field, where the URL begins with "event:". |
| link — Event in class mx.controls.TextArea |
|
Dispatched when a user clicks a hyperlink in text defined by the
htmlText property, where the URL begins with "event:". |
| LINK — Constant static property in class flash.events.TextEvent |
|
Defines the value of the type property of a link event object. |
| LINK — Constant static property in class mx.managers.DragManager |
|
Constant that specifies that the type of drag action is "link". |
| LinkBar — Class in package mx.controls |
|
A LinkBar control defines a horizontal or vertical row of LinkButton controls
that designate a series of link destinations. |
| LinkBar() — Constructor in class mx.controls.LinkBar |
|
Constructor
|
| LinkBarAutomationImpl — Class in package mx.automation.delegates.controls |
|
Defines methods and properties required to perform instrumentation for the
LinkBar control. |
| LinkBarAutomationImpl(obj:mx.controls:LinkBar) — Constructor in class mx.automation.delegates.controls.LinkBarAutomationImpl |
|
Constructor. |
| LinkButton — Class in package mx.controls |
|
The LinkButton control is a borderless Button control
whose contents are highlighted when a user moves the mouse over it. |
| LinkButton() — Constructor in class mx.controls.LinkButton |
|
Constructor. |
| LinkButtonSkin — Class in package mx.skins.halo |
|
The skin for all the states of a LinkButton. |
| LinkButtonSkin() — Constructor in class mx.skins.halo.LinkButtonSkin |
|
Constructor. |
| linkCursor — Style in class mx.managers.DragManager |
|
Cursor displayed during a link operation. |
| LinkSeparator — Class in package mx.skins.halo |
|
The skin for the separator between the Links in a LinkBar. |
| LinkSeparator() — Constructor in class mx.skins.halo.LinkSeparator |
|
Constructor. |
| list — Property in class mx.collections.ListCollectionView |
|
The IList that this collection view wraps. |
| List — Class in package mx.controls |
|
The List control displays a vertical list of items. |
| List() — Constructor in class mx.controls.List |
|
Constructor. |
| ListAutomationImpl — Class in package mx.automation.delegates.controls |
|
Defines methods and properties required to perform instrumentation for the
List control. |
| ListAutomationImpl(obj:mx.controls:List) — Constructor in class mx.automation.delegates.controls.ListAutomationImpl |
|
Constructor. |
| ListBase — Class in package mx.controls.listClasses |
|
The ListBase class is the base class for controls that represent lists
of items that can have one or more selected and can scroll through the
items. |
| ListBase() — Constructor in class mx.controls.listClasses.ListBase |
|
Constructor. |
| ListBaseAutomationImpl — Class in package mx.automation.delegates.controls |
|
Defines methods and properties required to perform instrumentation for the
ListBase class. |
| ListBaseAutomationImpl(obj:mx.controls.listClasses:ListBase) — Constructor in class mx.automation.delegates.controls.ListBaseAutomationImpl |
|
Constructor. |
| ListBaseContentHolderAutomationImpl — Class in package mx.automation.delegates.controls |
|
Defines methods and properties required to perform instrumentation for the
ListBaseContentHolder class. |
| ListBaseContentHolderAutomationImpl(obj) — Constructor in class mx.automation.delegates.controls.ListBaseContentHolderAutomationImpl |
|
Constructor. |
| ListBaseSeekPending — Class in package mx.controls.listClasses |
|
An object that stores data about a seek operation
that was interrupted by an ItemPendingError error. |
| ListBaseSeekPending(bookmark:mx.collections:CursorBookmark, offset:int) — Constructor in class mx.controls.listClasses.ListBaseSeekPending |
|
Constructor. |
| ListBaseSelectionData — Class in package mx.controls.listClasses |
|
Records used by list classes to keep track of what is selected. |
| ListBaseSelectionData(data:Object, index:int, approximate:Boolean) — Constructor in class mx.controls.listClasses.ListBaseSelectionData |
|
Constructor. |
| ListCollectionView — Class in package mx.collections |
|
The ListCollectionView class adds the properties and methods of the
ICollectionView interface to an object that conforms to the
IList interface. |
| ListCollectionView(list:mx.collections:IList) — Constructor in class mx.collections.ListCollectionView |
|
The ListCollectionView constructor. |
| listContent — Property in class mx.controls.listClasses.ListBase |
|
An internal display object that parents all of the item renderers,
selection and highlighting indicators and other supporting graphics. |
| listData — Property in class mx.controls.Button |
|
When a component is used as a drop-in item renderer or drop-in
item editor, Flex initializes the listData property
of the component with the appropriate data from the list control. |
| listData — Property in class mx.controls.ComboBox |
|
When a component is used as a drop-in item renderer or drop-in item
editor, Flex initializes the listData property of the
component with the appropriate data from the List control. |
| listData — Property in class mx.controls.DateField |
|
When a component is used as a drop-in item renderer or drop-in
item editor, Flex initializes the listData property
of the component with the appropriate data from the List control. |
| listData — Property in class mx.controls.HTML |
|
When a component is used as a drop-in item renderer or drop-in
item editor, Flex initializes the listData property
of the component with the appropriate data from the List control. |
| listData — Property in class mx.controls.Image |
|
When a component is used as a drop-in item renderer or drop-in
item editor, Flex initializes the listData property
of the component with the appropriate data from the List control. |
| listData — Property in class mx.controls.Label |
|
When a component is used as a drop-in item renderer or drop-in
item editor, Flex initializes the listData property
of the component with the appropriate data from the List control. |
| listData — Property in class mx.controls.NumericStepper |
|
When a component is used as a drop-in item renderer or drop-in
item editor, Flex initializes the listData property
of the component with the appropriate data from the List control. |
| listData — Property in class mx.controls.TextArea |
|
When a component is used as a drop-in item renderer or drop-in
item editor, Flex initializes the listData property
of the component with the appropriate data from the list control. |
| listData — Property in class mx.controls.TextInput |
|
When a component is used as a drop-in item renderer or drop-in
item editor, Flex initializes the listData property
of the component with the appropriate data from the list control. |
| listData — Property in class mx.controls.dataGridClasses.DataGridItemRenderer |
|
The implementation of the listData property as
defined by the IDropInListItemRenderer interface. |
| listData — Property in interface mx.controls.listClasses.IDropInListItemRenderer |
|
Implements the listData property
using setter and getter methods. |
| listData — Property in class mx.controls.listClasses.ListBase |
|
When a component is used as a drop-in item renderer or drop-in
item editor, Flex initializes the listData property
of the component with the additional data from the list control. |
| listData — Property in class mx.controls.listClasses.ListItemRenderer |
|
The implementation of the listData property
as defined by the IDropInListItemRenderer interface. |
| listData — Property in class mx.controls.listClasses.TileListItemRenderer |
|
The implementation of the listData property as
defined by the IDropInListItemRenderer interface. |
| listData — Property in class mx.controls.menuClasses.MenuItemRenderer |
|
The implementation of the listData property
as defined by the IDropInListItemRenderer interface. |
| listData — Property in class mx.controls.treeClasses.TreeItemRenderer |
|
The implementation of the listData property as
defined by the IDropInListItemRenderer interface. |
| ListData — Class in package mx.controls.listClasses |
|
The ListData class defines the data type of the listData
property implemented by drop-in item renderers or drop-in item editors
for the List control. |
| ListData(text:String, icon:Class, labelField:String, uid:String, owner:mx.core:IUIComponent, rowIndex:int, columnIndex:int) — Constructor in class mx.controls.listClasses.ListData |
|
Constructor. |
| listDirectory() — Method in class flash.filesystem.File |
|
Returns an array of File objects corresponding to files and directories in the directory represented by this
File object. |
| listDirectoryAsync() — Method in class flash.filesystem.File |
|
Asynchronously retrieves an array of File objects corresponding to the contents of the directory represented
by this File object. |
| ListDropIndicator — Class in package mx.skins.halo |
|
The skin for the drop indicator of a list-based control. |
| ListDropIndicator() — Constructor in class mx.skins.halo.ListDropIndicator |
|
Constructor. |
| listener — Property in class mx.effects.Tween |
|
Object that is notified at each interval of the animation. |
| listener — Property in class mx.validators.Validator |
|
Specifies the validation listener. |
| ListEvent — Class in package mx.events |
|
The ListEvent class represents events associated with items
in list-based controls such as List, Tree, Menu, and DataGrid. |
| ListEvent(type:String, bubbles:Boolean, cancelable:Boolean, columnIndex:int, rowIndex:int, reason:String, itemRenderer:mx.controls.listClasses:IListItemRenderer) — Constructor in class mx.events.ListEvent |
|
Constructor. |
| ListEventReason — Final class in package mx.events |
|
Constants for the values of the reason property of a
ListEvent object where the value of the type property is
ListEvent.ITEM_EDIT_END. |
| ListItemDragProxy — Class in package mx.controls.listClasses |
|
The default drag proxy used when dragging from a list-based control
(except for the DataGrid class). |
| ListItemDragProxy() — Constructor in class mx.controls.listClasses.ListItemDragProxy |
|
Constructor. |
| ListItemRenderer — Class in package mx.controls.listClasses |
|
The ListItemRenderer class defines the default item renderer
for a List control. |
| ListItemRenderer() — Constructor in class mx.controls.listClasses.ListItemRenderer |
|
Constructor. |
| ListItemRendererAutomationImpl — Class in package mx.automation.delegates.controls |
|
Defines methods and properties required to perform instrumentation for the
ListItemRenderer class. |
| ListItemRendererAutomationImpl(obj:mx.controls.listClasses:ListItemRenderer) — Constructor in class mx.automation.delegates.controls.ListItemRendererAutomationImpl |
|
Constructor. |
| listItems — Property in class mx.controls.listClasses.ListBase |
|
An Array of Arrays that contains
the itemRenderer instances that render each data provider item. |
| ListItemSelectEvent — Class in package mx.automation.events |
|
The ListItemSelectEvent class represents event objects that are dispatched
when an item in a list-based control such as a Menu,
DataGrid, or Tree control is selected or deselected. |
| ListItemSelectEvent(type:String, bubbles:Boolean, cancelable:Boolean, itemRenderer:mx.controls.listClasses:IListItemRenderer, triggerEvent:flash.events:Event, ctrlKey:Boolean, altKey:Boolean, shiftKey:Boolean) — Constructor in class mx.automation.events.ListItemSelectEvent |
|
Constructor. |
| listRootDirectories() — Static method in class flash.filesystem.File |
|
Returns an array of file system root directories. |
| ListRowInfo — Class in package mx.controls.listClasses |
|
Used by the list-based classes to store information about their IListItemRenderers. |
| ListRowInfo(y:Number, height:Number, uid:String, data:Object) — Constructor in class mx.controls.listClasses.ListRowInfo |
|
Constructor. |
| LITTLE_ENDIAN — Constant static property in class flash.utils.Endian |
|
Indicates the least significant byte of the multibyte number appears first in the sequence of bytes. |
| live — Property in class mx.controls.VideoDisplay |
|
Specifies whether the control is streaming a live feed. |
| liveDelay — Property in class flash.net.NetStream |
|
The number of seconds of data in the subscribing stream's
buffer in live (unbuffered) mode. |
| liveDragging — Property in class mx.containers.DividedBox |
|
If true, the children adjacent to a divider
are continuously resized while the user drags it. |
| liveDragging — Property in class mx.controls.sliderClasses.Slider |
|
Specifies whether live dragging is enabled for the slider. |
| liveScrolling — Property in class mx.core.ScrollControlBase |
|
A flag that indicates whether scrolling is live as the
scrollbar thumb is moved
or the view is not updated until the thumb is released. |
| LN10 — Constant static property in class Math |
|
A mathematical constant for the natural logarithm of 10, expressed as loge10,
with an approximate value of 2.302585092994046. |
| LN2 — Constant static property in class Math |
|
A mathematical constant for the natural logarithm of 2, expressed as loge2,
with an approximate value of 0.6931471805599453. |
| load(request:flash.net:URLRequest, context:flash.system:LoaderContext) — Method in class flash.display.Loader |
|
Loads a SWF, JPEG, progressive JPEG, unanimated GIF, or PNG file into an object that is a child of
this Loader object. |
| load(urlRequestToLoad:flash.net:URLRequest) — Method in class flash.html.HTMLControl |
|
Load the control with data from the site specified by urlRequest. |
| load(stream:flash.net:URLRequest, context:flash.media:SoundLoaderContext) — Method in class flash.media.Sound |
|
Initiates loading of an external MP3 file from the specified URL. |
| load(request:flash.net:URLRequest) — Method in class flash.net.URLLoader |
|
Sends and loads data from the specified URL. |
| load(request:flash.net:URLRequest) — Method in class flash.net.URLStream |
|
Begins downloading the URL specified in the request parameter. |
| load(url:Object) — Method in class mx.controls.SWFLoader |
|
Loads an image or SWF file. |
| load() — Method in class mx.controls.VideoDisplay |
|
Loads the media file without playing it. |
| load() — Method in class mx.effects.SoundEffect |
|
Loads the MP3 if the source property points to a URL. |
| load(applicationDomain:flash.system:ApplicationDomain, securityDomain:flash.system:SecurityDomain) — Method in interface mx.modules.IModuleInfo |
|
Requests that the module be loaded. |
| loadBytes(bytes:flash.utils:ByteArray, context:flash.system:LoaderContext) — Method in class flash.display.Loader |
|
Loads from binary data stored in a ByteArray object. |
| loaded — Property in class flash.html.HTMLControl |
|
Indicates whether the JavaScript load event corresponding to the previous call to the load or loadString method
has been delivered to the HTML DOM in the HTMLControl. |
| loaded — Property in class mx.controls.HTML |
|
A flag which indicates whether the JavaScript "load" event
corresponding to the previous loading operation
has been delivered to the HTML DOM in this control. |
| loaded — Property in interface mx.modules.IModuleInfo |
|
A flag that is true if the load()
method has been called on this module. |
| loader — Property in class flash.display.LoaderInfo |
|
The Loader object associated with this LoaderInfo object. |
| Loader — Class in package flash.display |
|
The Loader class is used to load SWF files or image (JPG, PNG, or GIF) files. |
| Loader() — Constructor in class flash.display.Loader |
|
Creates a Loader object that you can use to load files, such as SWF, JPEG, GIF, or PNG files. |
| loaderContext — Property in class mx.controls.SWFLoader |
|
A LoaderContext object to use to control loading of the content. |
| LoaderContext — Class in package flash.system |
|
The LoaderContext class provides options for loading SWF files and other media by using the Loader class. |
| LoaderContext(checkPolicyFile:Boolean, applicationDomain:flash.system:ApplicationDomain, securityDomain:flash.system:SecurityDomain) — Constructor in class flash.system.LoaderContext |
|
Creates a new LoaderContext object, with the specified settings. |
| loaderInfo — Property in class flash.display.DisplayObject |
|
Returns a LoaderInfo object containing information about loading the file
to which this display object belongs. |
| loaderInfo — Property in interface mx.managers.ISystemManager |
|
The LoaderInfo object that represents information about the application. |
| LoaderInfo — Class in package flash.display |
|
The LoaderInfo class provides information about a loaded SWF file or a loaded image file
(JPEG, GIF, or PNG). |
| loaderURL — Property in class flash.display.LoaderInfo |
|
The URL of the SWF file that initiated the loading of the media
described by this LoaderInfo object. |
| loading — Event in class mx.modules.ModuleLoader |
|
Dispatched when the ModuleLoader starts to load a URL. |
| LOADING — Constant static property in class mx.events.FlexEvent |
|
The FlexEvent.LOADING constant defines the value of the
type property of the event object for a loading event. |
| LOADING — Constant static property in class mx.events.VideoEvent |
|
The value of the VideoDisplay.state property
immediately after a call to the
play() or load() method. |
| loadModule() — Method in class mx.modules.ModuleLoader |
|
Loads the module. |
| loadPolicyFile(url:String) — Static method in class flash.system.Security |
|
Loads a cross-domain policy file from a location specified by the url
parameter. |
| loadState(state:Object) — Method in class mx.containers.Accordion |
|
Loads the state of this object. |
| loadState(state:Object) — Method in class mx.containers.ViewStack |
|
Loads the state of this object. |
| loadState(state:Object) — Method in interface mx.managers.IHistoryManagerClient |
|
Loads the state of this object. |
| loadString(htmlContent:String) — Method in class flash.html.HTMLControl |
|
Load the control with the HTML content contained in the HTML string. |
| loadStyleDeclarations(url:String, update:Boolean, trustContent:Boolean) — Static method in class mx.styles.StyleManager |
|
Loads a style SWF. |
| LocalConnection — Class in package flash.net |
|
The LocalConnection class lets you create a LocalConnection object that can invoke a method in another
LocalConnection object, either within a single SWF file or between multiple SWF files. |
| LocalConnection() — Constructor in class flash.net.LocalConnection |
|
Creates a LocalConnection object. |
| Locale — Class in package mx.resources |
|
You can use this class to query the current Locale. |
| Locale(localeStr:String) — Constructor in class mx.resources.Locale |
|
Constructor. |
| localeCompare(other:String, ... rest) — Method in class String |
|
Compares the sort order of two or more strings and returns the result of the comparison as an integer. |
| localFileReadDisable — Static property in class flash.system.Capabilities |
|
Specifies whether read access to the user's hard disk has been
administratively prohibited (true) or allowed
(false). |
| localIndex — Property in class mx.collections.ListCollectionView |
|
When the view is sorted or filtered the localIndex property
contains an array of items in the sorted or filtered (ordered, reduced)
view, in the sorted order. |
| localName — Property in class QName |
|
The local name of the QName object. |
| localName() — Method in class XML |
|
Gives the local name portion of the qualified name of the XML object. |
| localName — Property in class flash.xml.XMLNode |
|
The local name portion of the XML node's name. |
| LOCAL_STORAGE — Constant static property in class flash.system.SecurityPanel |
|
When passed to Security.showSettings(), displays the
Local Storage Settings panel in Flash Player Settings. |
| localToContent(point:flash.geom:Point) — Method in class mx.core.Container |
|
Converts a Point object from local to content coordinates. |
| localToContent(point:flash.geom:Point) — Method in class mx.core.UIComponent |
|
Converts a Point object from local to content coordinates. |
| localToData(pt:flash.geom:Point) — Method in class mx.charts.chartClasses.CartesianChart |
|
Converts a coordinate on screen to a tuple of data values. |
| localToData(pt:flash.geom:Point) — Method in class mx.charts.chartClasses.ChartBase |
|
Converts a coordinate on screen to a tuple of data values. |
| localToData(pt:flash.geom:Point) — Method in class mx.charts.chartClasses.PolarChart |
|
Converts a coordinate on screen to a tuple of data values. |
| localToGlobal(point:flash.geom:Point) — Method in class flash.display.DisplayObject |
|
Converts the point object from the display object's (local) coordinates to the
Stage (global) coordinates. |
| LOCAL_TRUSTED — Constant static property in class flash.system.Security |
|
The SWF file is a local file and has been trusted by the user,
using either the Settings Manager or a FlashPlayerTrust configuration
file. |
| LOCAL_WITH_FILE — Constant static property in class flash.system.Security |
|
The SWF file is a local file, has not been trusted by the user,
and was not published with a networking designation. |
| LOCAL_WITH_NETWORK — Constant static property in class flash.system.Security |
|
The SWF file is a local file, has not been trusted by the user, and
was published with a networking designation. |
| localX — Property in class flash.events.MouseEvent |
|
The horizontal coordinate at which the event occurred relative to the containing sprite. |
| localX — Property in class mx.events.DataGridEvent |
|
The column's x-position; used for replaying column stretch events. |
| localY — Property in class flash.events.MouseEvent |
|
The vertical coordinate at which the event occurred relative to the containing sprite. |
| location — Property in class flash.html.HTMLControl |
|
The URL for the content loaded in the HTMLControl object. |
| location — Property in class mx.controls.HTML |
|
Specifies the URL of an HTML page for display by the control. |
| location — Property in class mx.events.CollectionEvent |
|
When the kind value is CollectionEventKind.ADD,
CollectionEventKind.MOVE,
CollectionEventKind.REMOVE, or
CollectionEventKind.REPLACE, this property is the
zero-base index in the collection of the item(s) specified in the
items property. |
| locationChange — Event in class flash.html.HTMLControl |
|
Signals the location property of the HTMLControl object has changed. |
| locationChange — Event in class flash.html.HTMLControl |
| |
| locationChange — Event in class mx.controls.HTML |
|
Dispatched when the location property changes. |
| LOCATION_CHANGE — Constant static property in class flash.events.Event |
|
Defines the value of the type property of a locationChange event object. |
| lock() — Method in class flash.display.BitmapData |
|
Locks an image so that any objects that reference the BitmapData object, such as Bitmap objects,
are not updated when this BitmapData object changes. |
| lockedColumnCount — Property in class mx.controls.listClasses.ListBase |
|
The index of the first column in the control that scrolls. |
| lockedRowCount — Property in class mx.controls.listClasses.ListBase |
|
The index of the first row in the control that scrolls. |
| log(val:Number) — Static method in class Math |
|
Returns the natural logarithm of the parameter val. |
| log(level:int, message:String, ... rest) — Method in interface mx.logging.ILogger |
|
Logs the specified data at the given level. |
| log(level:int, message:String, ... rest) — Method in class mx.logging.LogLogger |
|
Logs the specified data at the given level. |
| Log — Class in package mx.logging |
|
Provides psuedo-hierarchical logging capabilities with multiple format and
output options. |
| LOG — Constant static property in class mx.logging.LogEvent |
|
Event type constant; identifies a logging event. |
| LOG10E — Constant static property in class Math |
|
A mathematical constant for the base-10 logarithm of the constant e (Math.E),
expressed as log10e, with an approximate value of 0.4342944819032518. |
| LOG2E — Constant static property in class Math |
|
A mathematical constant for the base-2 logarithm of the constant e, expressed
as log2e, with an approximate value of 1.442695040888963387. |
| LogAxis — Class in package mx.charts |
|
The LogAxis class maps numeric values logarithmically
between a minimum and maximum value along a chart axis. |
| LogAxis() — Constructor in class mx.charts.LogAxis |
|
Constructor. |
| logEvent(event:mx.logging:LogEvent) — Method in class mx.logging.AbstractTarget |
|
This method handles a LogEvent from an associated logger. |
| logEvent(event:mx.logging:LogEvent) — Method in class mx.logging.targets.LineFormattedTarget |
|
This method handles a LogEvent from an associated logger. |
| LogEvent — Class in package mx.logging |
|
Represents the log information for a single logging event. |
| LogEvent(message:String, level:int) — Constructor in class mx.logging.LogEvent |
|
Constructor. |
| LogEventLevel — Final class in package mx.logging |
|
Static class containing constants for use in the level
property. |
| LogLogger — Class in package mx.logging |
|
The logger that is used within the logging framework. |
| LogLogger(category:String) — Constructor in class mx.logging.LogLogger |
|
Constructor. |
| loop — Property in class flash.ui.ContextMenuBuiltInItems |
|
Lets the user set a SWF file to start over automatically when it reaches the final
frame (does not appear for a single-frame SWF file). |
| loopback — Property in class flash.media.Camera |
|
Specifies whether a local view of what the camera is capturing is compressed
and decompressed (true), as it would be for live transmission using
Flash Media Server, or uncompressed (false). |
| loops — Property in class mx.effects.SoundEffect |
|
The number of times to play the sound in a loop, where a value of
0 means play the effect once, a value of 1 means play the effect twice,
and so on. |
| loops — Property in class mx.effects.effectClasses.SoundEffectInstance |
|
The number of times to play the sound in a loop, where a value of
0 means play the effect once, a value of 1 means play the effect twice,
and so on. |
| low — Property in class mx.charts.series.items.HLOCSeriesItem |
|
The low value of this item converted into screen coordinates. |
| LOW — Constant static property in class flash.display.StageQuality |
|
Specifies low rendering quality: graphics are not anti-aliased, and bitmaps are not smoothed. |
| LOW — Constant static property in class flash.filters.BitmapFilterQuality |
|
Defines the low quality filter setting. |
| LOW — Constant static property in class mx.managers.CursorManagerPriority |
|
Constant that specifies the lowest cursor priority when passed
as the priority argument to setCursor(). |
| lowerMargin — Property in class mx.charts.chartClasses.BoundedValue |
|
The margin, in pixels, required below the value
in order to render properly. |
| lowerThanMinError — Property in class mx.validators.CurrencyValidator |
|
Error message when the value is less than minValue. |
| lowerThanMinError — Property in class mx.validators.NumberValidator |
|
Error message when the value is less than minValue. |
| lowField — Property in class mx.charts.chartClasses.HLOCSeriesBase |
|
Specifies the field of the data provider that determines
the y-axis location of the low value of the element. |
| lowFilter — Property in class mx.charts.series.items.HLOCSeriesItem |
|
The low value of this item, filtered against the vertical axis of the containing chart. |
| lowNumber — Property in class mx.charts.series.items.HLOCSeriesItem |
|
The low value of this item, converted to a number by the vertical axis of the containing chart. |
| lowValue — Property in class mx.charts.series.items.HLOCSeriesItem |
|
The low value of this item. |
|
| 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 |