Adobe® Flex® 4 Language Reference
Hide Packages and Classes List |  Packages  |  Classes  |  Index  |  Appendixes
 
X Index 
  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  
x — Property, class flash.display.DisplayObject
Indicates the x coordinate of the DisplayObject instance relative to the local coordinates of the parent DisplayObjectContainer.
x — Property, class flash.display.NativeWindow
The horizontal axis coordinate of this window's top left corner relative to the origin of the operating system desktop.
x — Property, class flash.geom.Point
The horizontal coordinate of the point.
x — Property, class flash.geom.Rectangle
The x coordinate of the top-left corner of the rectangle.
x — Property, class flash.geom.Vector3D
The first element of a Vector3D object, such as the x coordinate of a point in the three-dimensional space.
x — Property, class flash.html.HTMLWindowCreateOptions
Specifies the desired initial x position of the new window on the screen.
x — Property, class flash.text.TextLineMetrics
The x value is the left position of the first character in pixels.
x — Property, interface flashx.textLayout.compose.IVerticalJustificationLine
The horizontal position of the line relative to its container, expressed as the offset in pixels from the left of the container.
x — Property, class flashx.textLayout.compose.TextFlowLine
The horizontal position of the line relative to its container, expressed as the offset in pixels from the left of the container.
x — Property, class mx.charts.HitData
Specifies the X coordinate of the data item on the screen.
x — Property, class mx.charts.series.items.AreaSeriesItem
The x value of this item converted into screen coordinates.
x — Property, class mx.charts.series.items.BarSeriesItem
The x value of this item converted into screen coordinates.
x — Property, class mx.charts.series.items.BubbleSeriesItem
The x value of this item converted into screen coordinates.
x — Property, class mx.charts.series.items.ColumnSeriesItem
The x value of this item converted into screen coordinates.
x — Property, class mx.charts.series.items.HLOCSeriesItem
The x value of this item converted into screen coordinates.
x — Property, class mx.charts.series.items.LineSeriesItem
The x value of this item converted into screen coordinates.
x — Property, class mx.charts.series.items.PlotSeriesItem
The x value of this item converted into screen coordinates.
x — Property, class mx.containers.utilityClasses.PostScaleAdapter
x — Property, interface mx.core.IFlexDisplayObject
Indicates the x coordinate of the DisplayObject instance relative to the local coordinates of the parent DisplayObjectContainer.
x — Property, interface mx.core.IVisualElement
Indicates the x coordinate of the DisplayObject instance relative to the local coordinates of the parent DisplayObjectContainer.
x — Property, class mx.core.UIComponent
Number that specifies the component's horizontal position, in pixels, within its parent container.
x — Property, class mx.flash.UIMovieClip
Number that specifies the component's horizontal position, in pixels, within its parent container.
x — Property, class mx.geom.CompoundTransform
The x value of the transform.
x — Property, class mx.geom.TransformOffsets
the x value added to the transform
x — Property, class mx.graphics.BitmapFill
The distance by which to translate each point along the x axis.
x — Property, class mx.graphics.GradientBase
The distance by which to translate each point along the x axis.
x — Property, class spark.primitives.supportClasses.GraphicElement
The x position of the graphic element.
X — Constant Static Property, class flash.ui.Keyboard
Constant associated with the key code value for the X key (88).
X_AXIS — Constant Static Property, class flash.geom.Vector3D
The x axis defined as a Vector3D object with coordinates (1,0,0).
xBy — Property, class mx.effects.Move
Number of pixels to move the components along the x axis.
xBy — Property, class mx.effects.effectClasses.MoveInstance
Number of pixels to move the components along the x axis.
xBy — Property, class spark.effects.Move
Number of pixels by which to modify the x position of the target.
xBy — Property, class spark.effects.Move3D
Number of pixels by which to modify the x position of the target.
xField — Property, class mx.charts.chartClasses.HLOCSeriesBase
Specifies the field of the data provider that determines the x-axis location of the element.
xField — Property, class mx.charts.series.AreaSeries
Specifies the field of the data provider that determines the position of the data points on the horizontal axis.
xField — Property, class mx.charts.series.BarSeries
Specifies the field of the data provider that determines the x-axis location of the top of each bar.
xField — Property, class mx.charts.series.BubbleSeries
Specifies the field of the data provider that determines the x-axis location of each data point.
xField — Property, class mx.charts.series.ColumnSeries
Specifies the field of the data provider that determines the x-axis location of the column.
xField — Property, class mx.charts.series.LineSeries
Specifies the field of the data provider that determines the x-axis location of each data point.
xField — Property, class mx.charts.series.PlotSeries
Specifies the field of the data provider that determines the x-axis location of each data point.
xFilter — Property, class mx.charts.series.items.AreaSeriesItem
The x value of this item, filtered against the horizontal axis of the containing chart.
xFilter — Property, class mx.charts.series.items.BarSeriesItem
The x value of this item, filtered against the horizontal axis of the containing chart.
xFilter — Property, class mx.charts.series.items.BubbleSeriesItem
The x value of this item, filtered against the horizontal axis of the containing chart.
xFilter — Property, class mx.charts.series.items.ColumnSeriesItem
The x value of this item, filtered against the horizontal axis of the containing chart.
xFilter — Property, class mx.charts.series.items.HLOCSeriesItem
The x value of this item, filtered against the horizontal axis of the containing chart.
xFilter — Property, class mx.charts.series.items.LineSeriesItem
The x value of this item, filtered against the horizontal axis of the containing chart.
xFilter — Property, class mx.charts.series.items.PlotSeriesItem
The x value of this item, filtered against the horizontal axis of the containing chart.
xFrom — Property, class mx.effects.MaskEffect
Initial position's x coordinate for mask.
xFrom — Property, class mx.effects.Move
Initial position's x coordinate.
xFrom — Property, class mx.effects.effectClasses.MaskEffectInstance
Initial position's x coordinate for mask.
xFrom — Property, class mx.effects.effectClasses.MoveInstance
Initial position's x coordinate.
xFrom — Property, class spark.effects.Move
Initial x position of the target, in pixels.
xFrom — Property, class spark.effects.Move3D
Initial x position of the target, in pixels.
xFrom — Property, class spark.primitives.Line
The starting x position for the line.
xml — Static Property, class mx.messaging.config.ServerConfig
The XML configuration; this value must contain the relevant portions of the <services> tag from the services-config.xml file.
xml — Property, class mx.rpc.events.XMLLoadEvent
The raw XML document.
xml — Property, class mx.rpc.livecycle.DocumentReference
Populated for an XML document whose contents are passed in-line.
XML — final dynamic class, Top Level
The XML class contains methods and properties for working with XML objects.
XML(expression:Object) — Package Function, Top Level
Converts an object to an XML object.
XML(value:Object) — Constructor, class XML
Creates a new XML object.
xmlDecl — Property, class flash.xml.XMLDocument
A string that specifies information about a document's XML declaration.
xmlDecode — Property, class mx.rpc.http.AbstractOperation
ActionScript function used to decode a service result from XML.
xmlDecode — Property, class mx.rpc.http.HTTPService
ActionScript function used to decode a service result from XML.
XMLDocument — class, package flash.xml
The XMLDocument class represents the legacy XML object that was present in ActionScript 2.0.
XMLDocument(source:String) — Constructor, class flash.xml.XMLDocument
Creates a new XMLDocument object.
xmlEncode — Property, class mx.rpc.http.AbstractOperation
ActionScript function used to encode a service request as XML.
xmlEncode — Property, class mx.rpc.http.HTTPService
ActionScript function used to encode a service request as XML.
XMLList — final dynamic class, Top Level
The XMLList class contains methods for working with one or more XML elements.
XMLList(expression:Object) — Package Function, Top Level
Converts an object to an XMLList object.
XMLList(value:Object) — Constructor, class XMLList
Creates a new XMLList object.
XMLListCollection — class, package mx.collections
The XMLListCollection class provides collection functionality to an XMLList object and makes available some of the methods of the native XMLList class.
XMLListCollection(source:XMLList) — Constructor, class mx.collections.XMLListCollection
Constructor.
XMLLoadEvent — class, package mx.rpc.events
The XMLLoadEvent class is a base class for events that are dispatched when an RPC service successfully loaded an XML document.
XMLLoadEvent(type:String, bubbles:Boolean, cancelable:Boolean, xml:XML, location:String) — Constructor, class mx.rpc.events.XMLLoadEvent
Constructor.
XMLNode — class, package flash.xml
The XMLNode class represents the legacy XML object that was present in ActionScript 2.0 and that was renamed in ActionScript 3.0.
XMLNode(type:uint, value:String) — Constructor, class flash.xml.XMLNode
Creates a new XMLNode object.
XMLNodeType — final class, package flash.xml
The XMLNodeType class contains constants used with XMLNode.nodeType.
xmlNotification(currentTarget:Object, type:String, target:Object, value:Object, detail:Object) — method, class mx.collections.HierarchicalCollectionView
Called whenever an XML object contained in our list is updated in some way.
XMLNotifier — class, package mx.utils
Used for watching changes to XML and XMLList objects.
XMLNotifier(x:XMLNotifier.as$1294:XMLNotifierSingleton) — Constructor, class mx.utils.XMLNotifier
Constructor.
XMLSignatureValidator — class, package flash.security
The XMLSignatureValidator class validates whether an XML signature file is well formed, unmodified, and, optionally, whether it is signed using a key linked to a trusted digital certificate.
XMLSignatureValidator() — Constructor, class flash.security.XMLSignatureValidator
Creates an XMLSignatureValidator object.
XMLSocket — class, package flash.net
The XMLSocket class implements client sockets that let the Flash Player or AIR application communicate with a server computer identified by an IP address or domain name.
XMLSocket(host:String, port:int) — Constructor, class flash.net.XMLSocket
Creates a new XMLSocket object.
xmlSpecialCharsFilter — Property, class mx.rpc.soap.AbstractWebService
Custom function to be used to escape XML special characters before encoding any simple content.
xmlSpecialCharsFilter — Property, class mx.rpc.soap.Operation
Specifies a custom function used to escape XML special characters before encoding any simple content.
xmlSpecialCharsFilter — Property, interface mx.rpc.xml.IXMLEncoder
The function to be used to escape XML special characters before encoding any simple content.
XML_TYPE — Constant Static Property, class flashx.textLayout.conversion.ConversionType
Export as type XML.
XMLUtil — class, package mx.utils
The XMLUtil class is an all-static class with methods for working with XML within Flex.
xNumber — Property, class mx.charts.series.items.AreaSeriesItem
The x value of this item, converted to a numeric representation by the horizontal axis of the containing chart.
xNumber — Property, class mx.charts.series.items.BarSeriesItem
The x value of this item, converted to a number by the horizontal axis of the containing chart.
xNumber — Property, class mx.charts.series.items.BubbleSeriesItem
The x value of this item, converted to a number by the horizontal axis of the containing chart.
xNumber — Property, class mx.charts.series.items.ColumnSeriesItem
The x value of this item, converted to a number by the horizontal axis of the containing chart.
xNumber — Property, class mx.charts.series.items.HLOCSeriesItem
The x value of this item, converted to a number by the horizontal axis of the containing chart.
xNumber — Property, class mx.charts.series.items.LineSeriesItem
The x value of this item, converted to a number by the horizontal axis of the containing chart.
xNumber — Property, class mx.charts.series.items.PlotSeriesItem
The x value of this item, converted to a number by the horizontal axis of the containing chart.
xPosition — Property, class mx.controls.sliderClasses.SliderThumb
Specifies the position of the center of the thumb on the x-axis.
xsiType — Property, interface mx.rpc.xml.IXMLSchemaInstance
When encoding ActionScript instances as XML the encoder may require a type definition for the concrete implementation when the associated XML Schema complexType is abstract.
xSymbol — Property, class spark.skins.spark.TitleWindowCloseButtonSkin
Defines the appearance of the x in the close button.
xTo — Property, class mx.effects.MaskEffect
Destination position's x coordinate for mask.
xTo — Property, class mx.effects.Move
Destination position's x coordinate.
xTo — Property, class mx.effects.effectClasses.MaskEffectInstance
Destination position's x coordinate for mask.
xTo — Property, class mx.effects.effectClasses.MoveInstance
Destination position's x coordinate.
xTo — Property, class spark.effects.Move
Final x, in pixels.
xTo — Property, class spark.effects.Move3D
Final x, in pixels.
xTo — Property, class spark.primitives.Line
The ending x position for the line.
xValue — Property, class mx.charts.series.items.AreaSeriesItem
The x value of this item.
xValue — Property, class mx.charts.series.items.BarSeriesItem
The x value of this item.
xValue — Property, class mx.charts.series.items.BubbleSeriesItem
The x value of this item.
xValue — Property, class mx.charts.series.items.ColumnSeriesItem
The x value of this item.
xValue — Property, class mx.charts.series.items.HLOCSeriesItem
The x value of this item.
xValue — Property, class mx.charts.series.items.LineSeriesItem
The x value of this item.
xValue — Property, class mx.charts.series.items.PlotSeriesItem
The x 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