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  
object() — method, class vegas.strings.json.JSONSerializer
Check the Object values in the source expression.
ObjectArgument — class, package system.ioc
This object defines an argument definition in an object definition.
ObjectArgument(value:any, policy:String, evaluators:Array) — Constructor, class system.ioc.ObjectArgument
Creates a new ObjectArgument instance.
ObjectAttribute — class, package system.ioc
The static enumeration list of all object attributes.
objectCompare(o1:any, o2:any) — Static Method , class vegas.utils.Comparater
Compares if two Objects are equal by value.
ObjectConfig — class, package system.ioc
This object contains the configuration of the IoC object factory.
ObjectConfig(init:Object) — Constructor, class system.ioc.ObjectConfig
Creates a new ObjectConfig instance.
ObjectDefinition — class, package system.ioc
The concrete implementation of the IObjectDefinition interface.
ObjectDefinition(id:any, type:String, singleton:Boolean, lazyInit:Boolean) — Constructor, class system.ioc.ObjectDefinition
Creates a new ObjectDefinition instance.
ObjectDefinitionContainer — class, package system.ioc
Creates a container to register all the Object define by the corresponding IObjectDefinition objects.
ObjectDefinitionContainer() — Constructor, class system.ioc.ObjectDefinitionContainer
Creates a new ObjectDefinitionContainer instance.
OBJECT_DEPENDS_ON — Constant Static Property, class system.ioc.ObjectAttribute
The name of the "dependsOn" object definition attribute.
OBJECT_DESTROY_METHOD_NAME — Constant Static Property, class system.ioc.ObjectAttribute
The name of the external object property to register the destroy method name.
objectEncoding — Property, class system.process.ActionURLStream
Controls the version of Action Message Format (AMF) used when writing or reading an object.
objectEncoding — Property, class system.remoting.RemotingService
The object encoding (AMF version) for the internal NetConnection instance.
objectEncoding — Property, class vegas.net.NetServerConnection
The ObjectEncoding class allows classes that serialize objects (such as FileStream, NetStream, NetConnection, SharedObject, and ByteArray) to work with prior versions of ActionScript.
ObjectFactory — class, package system.ioc
The basic Inversion of Control container/factory class.
ObjectFactory(config:system.ioc:ObjectConfig, objects:Array) — Constructor, class system.ioc.ObjectFactory
Creates a new ObjectFactory instance.
ObjectFactoryLoader — class, package vegas.ioc
This loader object load an external IoC context and this dependencies and fill the IoC container.
ObjectFactoryLoader(context:String, path:String, factory:system.ioc:ObjectFactory) — Constructor, class vegas.ioc.ObjectFactoryLoader
Creates a new ObjectFactoryLoader instance.
OBJECT_FACTORY_LOGIC — Constant Static Property, class system.ioc.ObjectAttribute
The name of the "factoryLogic" object definition attribute.
ObjectFactoryMethod — class, package system.ioc.strategies
This object create a delegate factory configured in the IObjectDefinition and replace the natural factory of the ObjectFactory.
ObjectFactoryMethod(factory:String, name:String, arguments:Array) — Constructor, class system.ioc.strategies.ObjectFactoryMethod
Creates a new ObjectFactoryMethod instance.
OBJECT_FACTORY_METHOD — Constant Static Property, class system.ioc.ObjectAttribute
The name of the "factoryMethod" object definition attribute.
ObjectFactoryProperty — class, package system.ioc.strategies
This object create a proxy factory configured in the IObjectDefinition and replace the natural factory of the ObjectFactory.
ObjectFactoryProperty(factory:String, name:String, evaluators:Array) — Constructor, class system.ioc.strategies.ObjectFactoryProperty
Creates a new ObjectFactoryProperty instance.
OBJECT_FACTORY_PROPERTY — Constant Static Property, class system.ioc.ObjectAttribute
The name of the "factoryProperty" object definition attribute.
ObjectFactoryReference — class, package system.ioc.strategies
This stategy get a reference in the IoC factory if the "factoryReference" attribute is used in the object definition.
ObjectFactoryReference(ref:String) — Constructor, class system.ioc.strategies.ObjectFactoryReference
Creates a new ObjectFactoryReference instance.
OBJECT_FACTORY_REFERENCE — Constant Static Property, class system.ioc.ObjectAttribute
The name of the "factoryReference" object definition attribute.
ObjectFactoryValue — class, package system.ioc.strategies
This stategy create an object in the IoC factory with an easy value if the attribute "factoryValue" is used in the object definition.
ObjectFactoryValue(value:any) — Constructor, class system.ioc.strategies.ObjectFactoryValue
Creates a new ObjectFactoryValue instance.
OBJECT_FACTORY_VALUE — Constant Static Property, class system.ioc.ObjectAttribute
The name of the "factoryValue" object definition attribute.
OBJECT_GENERATES — Constant Static Property, class system.ioc.ObjectAttribute
The name of the "generates" object definition attribute.
objectID — Property, class vegas.ui.MouseWheelInspector
Returns the id attribute of the object tag in Internet Explorer, or the name attribute of the embed tag in Netscape.
OBJECT_ID — Constant Static Property, class system.ioc.ObjectAttribute
The name of the external object property to define the id of the object.
OBJECT_INIT_METHOD_NAME — Constant Static Property, class system.ioc.ObjectAttribute
The name of the external object property to register the init method name.
ObjectIterator — class, package system.data.iterators
Converts an object to an iterator of all enumerable properties of the Object.
ObjectIterator(o:Object) — Constructor, class system.data.iterators.ObjectIterator
Creates a new ObjectIterator instance.
ObjectListener — class, package system.ioc
This object defines a listener definition in an object definition.
ObjectListener(dispatcher:String, type:String, method:String, useCapture:Boolean, priority:int, useWeakReference:Boolean, order:String) — Constructor, class system.ioc.ObjectListener
Creates a new ObjectListener instance.
OBJECT_LISTENERS — Constant Static Property, class system.ioc.ObjectAttribute
Defines the label of the "listeners" name property of the object.
ObjectMethod — class, package system.ioc
This object defines a method definition with a method name and this arguments.
ObjectMethod(name:String, arguments:Array) — Constructor, class system.ioc.ObjectMethod
Creates a new ObjectMethod instance.
ObjectOrder — class, package system.ioc
Enumeration of all sort of "orders" can be use in the object definitions.
ObjectPool — class, package vegas.utils.pool
This class implements the object pool design pattern implementation.
ObjectPool(growing:Boolean) — Constructor, class vegas.utils.pool.ObjectPool
Creates a new ObjectPool instance.
ObjectPoolBuilder — Interface, package vegas.utils.pool
This interface defines an object pool factory object.
ObjectPoolNode — class, package vegas.utils.pool
This class defines all nodes in the ObjectPool manager.
ObjectPoolNode() — Constructor, class vegas.utils.pool.ObjectPoolNode
Creates a new Node instance.
OBJECT_PROPERTIES — Constant Static Property, class system.ioc.ObjectAttribute
The name of the external object property to register the properties.
ObjectProperty — class, package system.ioc
This object defines a property definition in the object definitions.
ObjectProperty(name:String, value:any, policy:String, evaluators:Array) — Constructor, class system.ioc.ObjectProperty
Creates a new ObjectProperty instance.
ObjectReceiver — class, package system.ioc
This object defines a receiver definition in an object definition.
ObjectReceiver(signal:String, slot:String, priority:int, autoDisconnect:Boolean, order:String) — Constructor, class system.ioc.ObjectReceiver
Creates a new ObjectReceiver instance.
OBJECT_RECEIVERS — Constant Static Property, class system.ioc.ObjectAttribute
Defines the label of the "receivers" name property of the object.
ObjectResource — class, package vegas.ioc.io
Convenience base class for resource implementations in the IoC factory loader.
ObjectResource(init:Object) — Constructor, class vegas.ioc.io.ObjectResource
Creates a new ObjectResource instance.
ObjectResourceBuilder — Package Constant Property, vegas.ioc.io
A factory helper to create ObjectResource objects with a generic object in the IoC context.
ObjectResourceInfo — class, package vegas.ioc.io
The ObjectResource info object.
ObjectResourceInfo(resource:vegas.ioc.io:ObjectResource) — Constructor, class vegas.ioc.io.ObjectResourceInfo
Creates a new ObjectResourceInfo instance.
ObjectResourceType — class, package vegas.ioc.io
Convenience base class for resource implementations.
objects — Property, class system.ioc.ObjectFactory
This array contains objects to fill this factory with the run or create method.
objects — Property, class vegas.ioc.ObjectFactoryLoader
The array representation of the object definitions to insert in the IoC factory container.
Objects — class, package system
A static class for Object utilities.
OBJECTS — Constant Static Property, class system.ioc.ObjectAttribute
Defines the label of the 'objects' top-level attribute.
ObjectScope — class, package system.ioc
The static enumeration list of all object scopes.
OBJECT_SCOPE — Constant Static Property, class system.ioc.ObjectAttribute
The name of the external object property to define the scope flag of the object.
OBJECT_SINGLETON — Constant Static Property, class system.ioc.ObjectAttribute
The name of the external object property to define the singleton flag of the object.
ObjectStaticFactoryMethod — class, package system.ioc.strategies
This object create a static proxy factory configured in the IObjectDefinition and replace the natural factory of the ObjectFactory.
ObjectStaticFactoryMethod(type:String, name:String, arguments:Array) — Constructor, class system.ioc.strategies.ObjectStaticFactoryMethod
Creates a new ObjectStaticFactoryMethod instance.
OBJECT_STATIC_FACTORY_METHOD — Constant Static Property, class system.ioc.ObjectAttribute
The name of the external object property to define the static factory flag of the object.
ObjectStaticFactoryProperty — class, package system.ioc.strategies
This object create a static proxy factory configured in the IObjectDefinition and replace the natural factory of the ObjectFactory.
ObjectStaticFactoryProperty(name:String, type:String, evaluators:Array) — Constructor, class system.ioc.strategies.ObjectStaticFactoryProperty
Creates a new ObjectStaticFactoryProperty instance.
OBJECT_STATIC_FACTORY_PROPERTY — Constant Static Property, class system.ioc.ObjectAttribute
The name of the external object property to define the static property flag of the object.
octaves — Property, class graphics.display.PerlinNoiseBitmapData
Number of octaves or individual noise functions to combine to create this noise.
OCTOBER — Constant Static Property, class system.formatters.date.Months
Fully written out string for october.
OCTOBER — Static Property, class vegas.date.Month
Fully written out string for october.
Odd — class, package system.rules
Evaluates if the value is odd.
Odd(value:any) — Constructor, class system.rules.Odd
Creates a new Odd instance.
OFF — Constant Static Property, class graphics.transitions.EasingPolicy
The OFF value of the easing policy.
OFF — Constant Static Property, class lunas.ScrollPolicy
Never show the scrollbar.
offset — Property, class graphics.colors.RGBA
Defines the alpha component value with an offset representation (between 0 and 255)
offsetAngle — Property, class vegas.display.coverflow.CoverFlow
The offset angle value of the covers (default 45).
offsetCenterLeft — Property, class vegas.display.coverflow.CoverFlow
The offset space between two covers in the left area of the coverflow.
offsetCenterRight — Property, class vegas.display.coverflow.CoverFlow
The offset space between two covers in the right area of the coverflow.
offsetCover — Property, class vegas.display.coverflow.CoverFlow
The offset value between two covers (default 100).
offsetDepth — Property, class vegas.display.coverflow.CoverFlow
The offset depth value of the covers (default 256).
OLD_LACE — Constant Static Property, class vegas.colors.SVGColor
The 'LodLace' SVG color object.
oldSize — Property, class vegas.strings.Minifier
Indicates the original size of the input source.
OLIVE — Constant Static Property, class vegas.colors.HTMLColor
The html 'olive' color static reference.
OLIVE — Constant Static Property, class vegas.colors.SVGColor
The 'Olive' SVG color object.
OLIVE_DRAB — Constant Static Property, class vegas.colors.SVGColor
The 'OliveDrab' SVG color object.
ON — Constant Static Property, class graphics.transitions.EasingPolicy
The ON value of the easing policy.
ON — Constant Static Property, class lunas.ScrollPolicy
Always show the scrollbar.
ON2_VP6_1 — Constant Static Property, class vegas.media.VideoCodec
The first value of the On2 VP6 video codec.
ON2_VP6_2 — Constant Static Property, class vegas.media.VideoCodec
The second value of the On2 VP6 video codec.
onActivity(e:flash.events:ActivityEvent) — method, class vegas.media.MediaExpert
Invoked when the microphone starts or stops detecting sound.
onCuePoint(info:Object) — method, interface vegas.net.INetStreamClient
Invoked when an embedded cue point is reached while playing an FLV file.
onCuePoint(info:Object) — method, class vegas.net.NetStreamClient
Invoked when an embedded cue point is reached while playing an FLV file.
ONE_DAY_MS — Constant Static Property, class vegas.date.Calendar
Constant field representing one day, in milliseconds
onImageData(imageData:Object) — method, interface vegas.net.INetStreamClient
Dispatched when Flash Player receives image data as a byte array embedded in a media file that is playing.
onImageData(imageData:Object) — method, class vegas.net.NetStreamClient
Dispatched when Flash Player receives image data as a byte array embedded in a media file that is playing.
onLink(e:flash.events:TextEvent) — method, class lunas.components.labels.PaginationLabelBuilder
Invoked when a link is selected in the field.
onMetaData(info:Object) — method, interface vegas.net.INetStreamClient
Dispatched when the application receives descriptive information embedded in the video being played.
onMetaData(info:Object) — method, class vegas.net.NetStreamClient
Dispatched when the application receives descriptive information embedded in the video being played.
onNonSwitch(value:String) — method, class system.cli.ArgumentsParser
Used to display the usage string when a non switch occurs.
onParsed() — method, class system.cli.ArgumentsParser
Used to display the usage string when a parse occurs.
onPlayStatus(info:Object) — method, interface vegas.net.INetStreamClient
Dispatched when the application receives descriptive information embedded in the video being played.
onPlayStatus(info:Object) — method, class vegas.net.NetStreamClient
Dispatched when the application receives descriptive information embedded in the video being played.
onStatus(e:flash.events:StatusEvent) — method, class vegas.media.MediaExpert
Invoked when the microphone status change.
onSwitch(symbol:String, value:String) — method, class system.cli.ArgumentsParser
Used to display the usage string when a switch occurs.
onTextData(textData:Object) — method, interface vegas.net.INetStreamClient
The onTextData event sends text data through an AMF0 data channel.
onTextData(textData:Object) — method, class vegas.net.NetStreamClient
The onTextData event sends text data through an AMF0 data channel.
onUsage(errorInfo:String) — method, class system.cli.ArgumentsParser
Used to display the usage string when an error occurs.
onXMPData(info:Object) — method, interface vegas.net.INetStreamClient
The onXMPData() callback function receives information specific to Adobe Extensible Metadata Platform (XMP) that is embedded in the Adobe F4V or FLV video file.
onXMPData(info:Object) — method, class vegas.net.NetStreamClient
The onXMPData() callback function receives information specific to Adobe Extensible Metadata Platform (XMP) that is embedded in the Adobe F4V or FLV video file.
_open(e:flash.events:Event) — method, class system.process.CoreActionLoader
Dispatch Event.OPEN event when the download operation commences following a call to the load() method.
open — Property, class system.process.CoreActionLoader
This signal emit when the notifyOpen method is invoked.
openingBrace — Constant Static Property, class system.Char
The opening brace "{" character.
openingBracket — Constant Static Property, class system.Char
The "" unicode character.
openingParenthesis — Constant Static Property, class system.Char
The "" unicode character.
OperatingSystem — class, package system.hosts
Represents information about an operating system, such as the version and platform identifier.
OperatingSystem(platform:system.hosts:PlatformID, version:system:Version, signature:String) — Constructor, class system.hosts.OperatingSystem
Creates a new OperatingSystem instance.
option — Property, class vegas.net.BOM
The optional value of the BOM (only in the BOCU-1 BOM).
OPTION — Constant Static Property, class lunas.components.buttons.ItemButton
The option name event.
optionClick(e:flash.events:MouseEvent) — method, class lunas.components.buttons.ItemButtonBuilder
Invoked when the option button is selected.
optionIcon — Property, class lunas.components.buttons.ItemButton
Defines the option button view reference.
optionIcon — Property, class lunas.components.buttons.ItemButtonBuilder
The light picture option button reference of the component.
options — Property, class system.data.lists.SortedArrayList
Indicates the options to sort the elements in the list.
options — Property, class system.data.maps.SortedArrayMap
Indicates the options to sort the elements in the Map.
options — Property, class system.data.queues.PriorityQueue
Indicates the options to sort the elements in the list.
Or — class, package system.rules
Used to perform a logical disjunction on two conditions or more.
Or(rule1:system.rules:Rule, rule2:system.rules:Rule, ... rest) — Constructor, class system.rules.Or
Creates a new Or instance.
ORANGE — Constant Static Property, class vegas.colors.SVGColor
The 'Orange' SVG color object.
ORANGE_RED — Constant Static Property, class vegas.colors.SVGColor
The 'OrangeRed' SVG color object.
ORCHID — Constant Static Property, class vegas.colors.SVGColor
The 'Orchid' SVG color object.
order — Property, class graphics.layouts.BoxLayout
Indicates the direction order of to layout all children in the container.
order — Property, class system.ioc.ObjectListener
The order of the listener registration ('after' or by default 'before').
order — Property, class system.ioc.ObjectReceiver
The order of the receiver registration ('after' or by default 'before').
ORDER — Constant Static Property, class system.ioc.ObjectListener
Defines the "order" attribute in a listener object definition.
ORDER — Constant Static Property, class system.ioc.ObjectReceiver
Defines the "order" attribute in a receiver object definition.
OrderedIterator — Interface, package system.data
Defines an iterator that operates over an ordered collection.
OrderedMapModel — class, package system.models.maps
This map model object is ordered with a previous and next methods inside.
OrderedMapModel(key:String) — Constructor, class system.models.maps.OrderedMapModel
Creates a new OrderedMapModel instance.
OrderedMapModelObject — class, package vegas.models.maps
This map model object is ordered with a previous and next methods inside.
OrderedMapModelObject(global:Boolean, channel:String, id:any) — Constructor, class vegas.models.maps.OrderedMapModelObject
Creates a new OrderedMapModelObject instance.
orientation — Property, class graphics.layouts.GridLayout
The orientation of the layout.
Orientation — class, package graphics
Constants defining layout orientation options.
originalHeight(target:flash.display:DisplayObject) — Static Method , class graphics.display.DisplayObjects
Returns the original height in pixels of the specified DisplayObject.
originalWidth(target:flash.display:DisplayObject) — Static Method , class graphics.display.DisplayObjects
Returns the original width in pixels of the specified DisplayObject.
ORTHOGONALS — Constant Static Property, class graphics.CardinalDirection
The set of all orthogonals directions (north, south, south, north).
Orthographic — class, package graphics.filters.projections
The byteCode of the pixelbender Orthographic effect to initialize a Shader with it.
Orthographic() — Constructor, class graphics.filters.projections.Orthographic
Creates a new Orthographic instance.
OrthographicFilter — class, package graphics.filters.projections
Apply a orthographic projection.
OrthographicFilter(shader:flash.display:Shader, init:Object) — Constructor, class graphics.filters.projections.OrthographicFilter
Creates a new OrthographicFilter instance.
os — Property, class system._Environment
Returns the os OperatingSystem value of the current client application.
OUT — Static Property, class lunas.events.ButtonEvent
Defines the value of the type property of an out event object.
outer — Property, class graphics.drawing.ScalePen
Indicates the outer scale nine area of the pen.
outerRadius — Property, class graphics.drawing.GearPen
The outer radius of the teeth.
outerRadius — Property, class graphics.drawing.StarPen
The radius of the tips of the points
outerRadius — Property, class graphics.filters.CircleSpectrumFilter
The outer radius of the circle (between 0 and 2800 px, default 100 px).
outerRadius — Property, class graphics.filters.MagnifyFilter
The outer radius of the effect (between 0 and 500 px, default 80 px).
outerRadius — Property, class graphics.geom.Ring
The ring's outer radius.
output — package property, system.terminals
Text output function.
output — Property, class system.formatters.StringFormatter
The source to format.
output — Property, class vegas.strings.Minifier
The output result of the minifier process.
OUT_SELECTED — Static Property, class lunas.events.ButtonEvent
Defines the value of the type property of an out selected event object.
over(e:lunas.events:ButtonEvent) — method, class lunas.components.buttons.BackgroundButtonBuilder
Invoked when the button is over.
over(e:lunas.events:ButtonEvent) — method, class lunas.components.buttons.BitmapFilterButtonBuilder
Invoked when the button is over.
over(e:lunas.events:ButtonEvent) — method, class lunas.components.buttons.DashboardButtonBuilder
Invoked when the button is over.
over(e:lunas.events:ButtonEvent) — method, class lunas.components.buttons.LabelButtonBuilder
Invoked when the button is over.
over(e:lunas.events:ButtonEvent) — method, class lunas.components.buttons.LightButtonBuilder
Invoked when the button is over.
over(e:lunas.events:ButtonEvent) — method, class lunas.components.buttons.LightFrameLabelButtonBuilder
Invoked when the button is over.
over(e:lunas.events:ButtonEvent) — method, class lunas.components.buttons.MediaButtonBuilder
Invoked when the button is over.
over(e:lunas.events:ButtonEvent) — method, class lunas.components.buttons.PictureButtonBuilder
Invoked when the button is over.
over(e:lunas.events:ButtonEvent) — method, class lunas.components.buttons.RadioIconButtonBuilder
Invoked when the button is over.
over(e:lunas.events:ButtonEvent) — method, class lunas.components.buttons.SwitchLabelButtonBuilder
Invoked when the button is over.
OVER — Static Property, class lunas.events.ButtonEvent
Defines the value of the type property of an over event object.
overlap(r:system.numeric:Range) — method, class system.numeric.Range
Returns true if the range in argument overlap the current range.
OVER_SELECTED — Static Property, class lunas.events.ButtonEvent
Defines the value of the type property of a over selected event object.
owner — Property, class vegas.ioc.io.ObjectResource
The owner reference of this resource.
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