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  
r — Property, class graphics.colors.RGB
The red component, between 0 and 255.
r — Property, class graphics.geom.MatrixN
Defined the number of rows in the Matrix.
RAD — Constant Static Property, class graphics.colors.ColorMatrix
Value to convert a degree value in radian (Math.PI / 180).
RAD2DEG — Package Constant Property, core.maths
This constant change radians to degrees : 180/Math.PI.
RAD2DEG — Constant Property, class graphics.geom.MatrixTransform
This constant change radians to degrees : 180/Math.PI.
RadialPerlinBitmapData — class, package graphics.display
A circular perlin noise effect.
RadialPerlinBitmapData(radius:Number, numOctaves:uint, randomSeed:int, fractalNoise:Boolean, channelOptions:uint, grayScale:Boolean, fadeEdge:Boolean) — Constructor, class graphics.display.RadialPerlinBitmapData
The constructor creates a Radialperlin effect.
radiansToDegrees — Package Constant Property, core.maths
Converts an angle in radians in degrees
RadioButtonGroup — class, package lunas.groups
This singleton class defined all groups for the different RadioButton in the application.
RadioButtonGroup() — Constructor, class lunas.groups.RadioButtonGroup
Creates a new RadioButtonGroup.
RadioIconButton — class, package lunas.components.buttons
This button display is a radiobutton component (or checkbox) with an IconTitle inside.
RadioIconButton() — Constructor, class lunas.components.buttons.RadioIconButton
Creates a new RadioIconButton instance.
RadioIconButtonBuilder — class, package lunas.components.buttons
The builder of the RadioIconButton component.
RadioIconButtonBuilder(target:flash.display:DisplayObject) — Constructor, class lunas.components.buttons.RadioIconButtonBuilder
Creates a new RadioIconButtonBuilder instance.
RadioIconButtonStyle — class, package lunas.components.buttons
The style of the RadioIconButton component.
RadioIconButtonStyle(init:any, id:any) — Constructor, class lunas.components.buttons.RadioIconButtonStyle
Creates a new RadioIconButtonStyle instance.
radius — Property, class graphics.drawing.ArcPen
Defines the radius value of the arc shape.
radius — Property, class graphics.drawing.CirclePen
The radius value of the circle pen.
radius — Property, class graphics.drawing.HexagonPen
The radius size of the hexagon.
radius — Property, class graphics.drawing.PolygonPen
The radius value of the pen.
radius — Property, class graphics.filters.HoleFilter
The radius of the hole filter.
radius — Property, class graphics.filters.SharpenFilter
The radius value of the sharpen filter (between 0 and 1).
radius — Property, class graphics.filters.TwirlFilter
The radius of the twirl filter.
radius — Property, class graphics.geom.Hexagon
Distance from the center to a vertex.
radius — Property, class graphics.geom.Metaball
The radius of the metaball.
radius — Property, class graphics.geom.Polar
The distance from the pole.
radius — Property, class graphics.layouts.CircleLayout
Indicates the radius of the circle container.
radius — Property, class lunas.containers.CircleContainer
Indicates the radius of the circle container.
radiusByApothem(apothem:Number, sides:uint) — Static Method , class graphics.geom.RegularPolygon
Determinates the radius of the regular polygon with the specified apothem.
radiusBySide(side:Number, sides:uint) — Static Method , class graphics.geom.RegularPolygon
Determinates the radius of the regular polygon with the specified side length.
randomInt() — method, class system.numeric.PRNG
Provides the next pseudorandom number as an unsigned integer (31 bits)
randomIntByMinMax(min:Number, max:Number) — method, class system.numeric.PRNG
Provides the next pseudorandom number as an unsigned integer (31 bits) betweeen a minimum value and maximum value.
randomIntByRange(r:system.numeric:Range) — method, class system.numeric.PRNG
Provides the next pseudorandom number as an unsigned integer (31 bits) betweeen a given range.
randomNumber() — method, class system.numeric.PRNG
Provides the next pseudo random number as a float between nearly 0 and nearly 1.0.
randomNumberByMinMax(min:Number, max:Number) — method, class system.numeric.PRNG
Provides the next pseudo random number as a float between a minimum value and maximum value.
randomNumberByRange(r:system.numeric:Range) — method, class system.numeric.PRNG
Provides the next pseudo random number as a float between a given range.
range — Property, class graphics.transitions.TweenRange
The range used to interpolate the position property.
Range — class, package system.numeric
Represents an immutable range of values.
Range(min:Number, max:Number) — Constructor, class system.numeric.Range
Creates a new Range instance.
RANGE_DAY_AS_TEXT — Constant Static Property, class system.formatters.DateFormatter
The internal range use to defined the days as text in the DateFormatter.
RANGE_HOUR — Constant Static Property, class system.formatters.DateFormatter
The internal range use to defined the hours in the DateFormatter.
RANGE_MILLISECOND — Constant Static Property, class system.formatters.DateFormatter
The internal range use to defined the milliseconds in the DateFormatter.
RANGE_MINUTE — Constant Static Property, class system.formatters.DateFormatter
The internal range use to defined the minutes in the DateFormatter.
RANGE_MONTH — Constant Static Property, class system.formatters.DateFormatter
The internal range use to defined the months in the DateFormatter.
RANGE_SECOND — Constant Static Property, class system.formatters.DateFormatter
The internal range use to defined the seconds in the DateFormatter.
rate — Property, class vegas.media.MicrophoneVO
The rate at which the microphone captures sound, in kHz.
ratio — Property, class graphics.filters.CircleSpectrumFilter
The ratio of the spectrum circle (between 0 and 1, default 1).
ratios — Property, class graphics.GradientStyle
An array of color distribution ratios; valid values are 0 to 255.
ratios — Property, class vegas.process.display.SwitchBackgroundGradientColor
The array of all ratios to change in the gradient fill.
R_AXIS — Constant Static Property, class graphics.colors.ColorMatrix
Defines the red axis value in the rotate method (0).
Ray — class, package graphics.geom
This means half of a line, it is infinite in one direction, but ends at a certain point in the other direction.
Ray(... rest) — Constructor, class graphics.geom.Ray
Creates a new Ray instance.
read() — method, class system.diagnostics.TextFieldConsole
read() — method, interface system.io.Readable
Returns the last char.
read() — method, interface system.terminals.InteractiveConsole
Returns the last char.
read() — method, class system.terminals.TraceConsole
Readable — Interface, package system.io
Represents a Readable object.
readLine() — method, class system.diagnostics.TextFieldConsole
readLine() — method, interface system.io.Readable
Returns the last line.
readLine() — method, interface system.terminals.InteractiveConsole
Returns the last line.
readLine() — method, class system.terminals.TraceConsole
readOnly — Constant Static Property, class system.reflection.AccessorType
Determinates the "readOnly" accessor type value.
readWrite — Constant Static Property, class system.reflection.AccessorType
Determinates the "readWrite" accessor type value.
receive(... rest) — method, class system.logging.LoggerTarget
This method is called when the receiver is connected with a Signal object.
receive(... rest) — method, interface system.signals.Receiver
This method is called when the receiver is connected with a Signal object.
Receiver — Interface, package system.signals
The Receiver interface is the primary method for receiving values from Signal objects.
receivers — Property, class system.signals.InternalSignal
The Array representation of all receivers.
receiveSharedEvent(e:any) — method, class vegas.net.NetServerGateway
Invoked when the NetServerConnection receive from the server a shared event.
RECORD — Static Property, class vegas.net.NetStreamPublishType
Flash Media Server publishes and records live data, saving the recorded data to a new file with a name matching the value passed to the name parameter.
RECORD_FAILED — Constant Static Property, class vegas.net.NetStreamStatus
An attempt to record a stream failed.
RECORD_NOACCESS — Constant Static Property, class vegas.net.NetStreamStatus
Attempt to record a stream that is still playing or the client has no access right.
RECORD_START — Constant Static Property, class vegas.net.NetStreamStatus
Recording has started.
RECORD_STOP — Constant Static Property, class vegas.net.NetStreamStatus
Recording stopped.
rectangle — Property, class graphics.drawing.BubblePen
The Rectangle reference of this pen (use it to defines the rectangle area and not the arrow area of the bubble).
rectangle — Property, class graphics.drawing.RectanglePen
Returns the Rectangle reference of this pen.
rectangle — Property, class lunas.containers.ListContainer
Returns the internal Rectangle object of this display.
RectanglePen — Dynamic Class, package graphics.drawing
This pen draw a rectangle shape with a Graphics object.
RectanglePen(graphic:any, x:Number, y:Number, width:Number, height:Number, align:uint) — Constructor, class graphics.drawing.RectanglePen
Creates a new RectanglePen instance.
Rectangles — class, package graphics.geom
The Rectangle class is used to create and modify Rectangle objects.
red — Property, class vegas.colors.SolidColor
Returns the red color value of a Color object.
RED — Constant Static Property, class vegas.colors.HTMLColor
The html 'red' color static reference.
RED — Constant Static Property, class vegas.colors.SVGColor
The 'Red' SVG color object.
redDirection — Property, class graphics.filters.RGBDistortFilter
Indicates the direction level of the red component (between -1 and 1).
redFrequency — Property, class graphics.filters.RGBDistortFilter
Indicates the frequency level of the red component (between 0 and 1).
redIntensity — Property, class graphics.filters.RGBDistortFilter
Indicates the intensity level of the red component (between 0 and 1).
redOffset — Property, class vegas.colors.SolidColor
Returns the red offset percentage color value of a Color object.
redPercent — Property, class vegas.colors.SolidColor
Returns the red percentage color value of a Color object.
RedTamarin — Constant Static Property, class system.hosts.HostID
reduce — Package Constant Property, core.arrays
Apply a function simultaneously against two values of the array (from left-to-right) as to reduce it to a single value.
reduceRight — Package Constant Property, core.arrays
Apply a function simultaneously against two values of the array (from right-to-left) as to reduce it to a single value.
ref — Property, class system.ioc.strategies.ObjectFactoryReference
The reference id of this strategy factory.
REFERENCE — Constant Static Property, class system.ioc.ObjectAttribute
Defines the label of the reference in a property object.
referenceEvaluator — Property, class system.ioc.ObjectConfig
Indicates the reference evaluator object.
ReferenceEvaluator — class, package system.ioc.evaluators
Evaluates a reference string expression and return the property value who corresponding in the target object specified in this evaluator.
ReferenceEvaluator(factory:system.ioc:IObjectFactory) — Constructor, class system.ioc.evaluators.ReferenceEvaluator
Creates a new ReferenceEvaluator instance.
reflect(normal:graphics.geom:Vector2) — method, class graphics.geom.Vector2
Reflects the current Vector2 object with the passed-in normal Vector2 argument.
reflect(vector:graphics.geom:Vector2, normal:graphics.geom:Vector2) — Static Method , class graphics.geom.Vector2
Creates a new Vector2 object, the reflect of the specific vector.
reflection — Property, class lunas.components.buttons.DashboardButtonStyle
Indicates if a reflection effect is apply over the text.
Reflection — class, package graphics.filters
The byteCode of the pixelbender Reflection effect to initialize a Shader in the ReflectionFilter class.
Reflection — class, package system
Provides a basic reflection mecanisms on the language.
Reflection() — Constructor, class graphics.filters.Reflection
Creates a new Reflection instance.
reflectionAlpha — Property, class vegas.display.coverflow.Cover
Defines the alpha value of the reflection gradient of this cover.
ReflectionBitmapData — class, package graphics.display
The ReflectionBitmapData class.
ReflectionBitmapData(bitmap:flash.display:IBitmapDrawable, alpha:Number, ratio:Number, size:Number, space:Number) — Constructor, class graphics.display.ReflectionBitmapData
Creates a new ReflectionBitmapData instance of the passed-in BitmapData and add in the view a transparent reflection effect.
ReflectionConfigurator — class, package system.reflection
ReflectionConfigurator(config:Object) — Constructor, class system.reflection.ReflectionConfigurator
Creates a new ReflectionConfigurator instance.
ReflectionFilter — class, package graphics.filters
The ReflectionFilter class applies a reflection over a display or a bitmap.
ReflectionFilter(shader:flash.display:Shader, init:Object) — Constructor, class graphics.filters.ReflectionFilter
Creates a new ReflectionFilter instance.
reflectionRatio — Property, class vegas.display.coverflow.Cover
Defines the ratio of the reflection gradient of this cover.
reflectionSize — Property, class vegas.display.coverflow.Cover
Defines the size of the reflection of this cover.
reflectionSpace — Property, class vegas.display.coverflow.Cover
Defines the space between the cover and this reflect.
refresh() — method, class system.models.arrays.PageableArrayModel
Refresh the iterator of the model and run it.
refresh(init:any) — method, class vegas.display.Background
Refresh and initialize the display with a generic object and invoke the "update" method.
refresh() — method, class vegas.models.arrays.PageableArrayModelObject
Refresh the model.
_refreshAlign() — method, class graphics.drawing.RectanglePen
Invoked to refresh the offset x and y position defines by the align property.
refreshBackground(theme:graphics:IFillStyle, themeBorder:graphics:ILineStyle) — method, class lunas.components.buttons.BackgroundButtonBuilder
Refresh the internal background.
refreshBackground() — method, class lunas.containers.ListContainer
Refresh the mask view of the display.
_refreshChilds(... rest) — method, class lunas.containers.ScrollContainer
Invoked to refreshChilds during the scroll of this container.
refreshContainer() — method, class lunas.components.buttons.IconButtonBuilder
Refresh the container.
refreshContainer() — method, class lunas.components.buttons.ItemButtonBuilder
Refresh the container.
refreshContainer() — method, class lunas.components.labels.IconLabelBuilder
Refresh the container.
refreshField() — method, class lunas.components.buttons.LabelButtonBuilder
Refreshs the internal field.
refreshField() — method, class lunas.components.buttons.MediaButtonBuilder
Refreshs the internal field.
refreshField() — method, class lunas.components.labels.LabelBuilder
Refreshs the internal field.
refreshField() — method, class lunas.components.labels.PaginationLabelBuilder
Returns the formatted label of the component.
refreshFieldLayout() — method, class lunas.components.buttons.MediaButtonBuilder
Refresh the field layout.
refreshFieldLayout() — method, class lunas.components.labels.LabelBuilder
Refresh the field layout.
refreshFieldLayout() — method, class lunas.components.labels.PaginationLabelBuilder
Refresh the field layout.
refreshIconContainer() — method, class lunas.components.buttons.ItemButtonBuilder
Refresh the container.
refreshMask() — method, class lunas.containers.ListContainer
Refresh the mask view of the display.
refreshState(e:flash.events:Event) — method, class lunas.components.buttons.CoreButtonBuilder
Invoked when a ButtonEvent register in this builder is dispatched.
refreshState(e:flash.events:Event) — method, class lunas.components.buttons.FrameLabelButtonBuilder
Invoked when a ButtonEvent register in this button is dispatched.
register(alias:String, value:String) — method, class core.data.aliases
Inserts an alias in the collector.
register(dispatcher:flash.events:IEventDispatcher) — method, class system.process.ActionLoader
Register the loader object.
register(dispatcher:flash.events:IEventDispatcher) — method, class system.process.CoreActionLoader
Register the loader object.
register(type:String) — Static Method , class vegas.ioc.io.AssemblyResource
Registers the resource in the ObjectResourceBuilder.
register(type:String) — Static Method , class vegas.ioc.io.ConfigResource
Registers the resource in the ObjectResourceBuilder.
register(type:String) — Static Method , class vegas.ioc.io.ContextResource
Registers the resource in the ObjectResourceBuilder.
register(type:String) — Static Method , class vegas.ioc.io.FontResource
Registers the resource in the ObjectResourceBuilder.
register(type:String) — Static Method , class vegas.ioc.io.LocaleResource
Registers the resource in the ObjectResourceBuilder.
register(type:String) — Static Method , class vegas.ioc.io.ShaderResource
Registers the resource in the ObjectResourceBuilder.
register(type:String) — Static Method , class vegas.ioc.io.SoundResource
Registers the resource in the ObjectResourceBuilder.
register(type:String) — Static Method , class vegas.ioc.io.StyleSheetResource
Registers the resource in the ObjectResourceBuilder.
register(type:String) — Static Method , class vegas.ioc.io.TextResource
Registers the resource in the ObjectResourceBuilder.
register(type:String) — Static Method , class vegas.ioc.io.XMLResource
Registers the resource in the ObjectResourceBuilder.
register(aliasName:String) — Static Method , class vegas.media.CameraVO
Preserves the class (type) of an object when the object is encoded in Action Message Format (AMF).
register(aliasName:String) — Static Method , class vegas.media.MicrophoneVO
Preserves the class (type) of an object when the object is encoded in Action Message Format (AMF).
register(dispatcher:flash.events:IEventDispatcher) — method, class vegas.media.SoundLoader
Register the loader object.
register(aliasName:String) — Static Method , class vegas.vo.FilterVO
Preserves the class (type) of an object when the object is encoded in Action Message Format (AMF).
register(aliasName:String) — Static Method , class vegas.vo.NetServerInfoVO
Preserves the class (type) of an object when the object is encoded in Action Message Format (AMF).
registerClassAlias(aliasName:String, classObject:Class) — Static Method , class system.remoting.RemotingService
Preserves the class (type) of an object when the object is encoded in Action Message Format (AMF).
registerEventListener(type:String, listener:any, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class system.events.CoreEventDispatcher
Allows the registration of event listeners on the event target (Function or EventListener).
registerEventListener(type:String, listener:any, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, interface system.events.IEventDispatcher
Registers an EventListener object with an system.events.EventDispatcher object so that the listener receives notification of an event.
registerEventListener(type:String, listener:any, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class system.events.InternalDispatcher
Registers an system.events.EventListener object with an system.events.EventDispatcher object so that the listener receives notification of an event.
registerEventListener(type:String, listener:any, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class vegas.media.CoreSound
Registers an system.events.EventListener object with an system.events.EventDispatcher object so that the listener receives notification of an event.
registerEventListener(type:String, listener:any, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class vegas.net.Connection
Registers an system.events.EventListener object with an system.events.EventDispatcher object so that the listener receives notification of an event.
registerFactory() — method, class vegas.ioc.ObjectFactoryLoader
Register the current factory reference of this loader.
registerFontByName(name:String, domain:flash.system:ApplicationDomain) — method, class vegas.text.FontLoader
Register the specified Font with the passed-in font name.
registerFontClassName(name:String) — method, class vegas.text.FontLoader
Registers a new FontClassName in the specified FontLoader.
registerLight(target:flash.display:DisplayObject) — method, class lunas.components.buttons.BackgroundButtonBuilder
Register the scope of the light effect of the component.
registerListeners(o:any, listeners:Array) — method, class system.ioc.ObjectFactory
Initialize the listener callback of the specified object.
registerReceivers(o:any, receivers:Array) — method, class system.ioc.ObjectFactory
Initialize the receiver callback of the specified object.
registerService(service:system.remoting:RemotingService) — method, interface system.remoting.IRemotingServiceListener
Registers the specific remoting service.
registerService(service:system.remoting:RemotingService) — method, class system.remoting.RemotingServiceListener
Registers the specific remoting service.
registerType(type:String, callback:Function) — method, class lunas.components.buttons.CoreButtonBuilder
Registers the ButtonEvent type passed in argument.
registerType(type:String, callback:Function) — method, class lunas.components.buttons.FrameLabelButton
Registers the ButtonEvent type passed in argument.
registerView(scope:flash.display:DisplayObjectContainer) — method, class lunas.CoreComponent
Registers the view of this component.
registerView(scope:flash.display:DisplayObjectContainer) — method, class lunas.components.buttons.CoreButton
Register the view in argument.
regularIn — Package Constant Property, graphics.easings
The regularIn function starts motion from zero velocity and then accelerates motion as it executes.
regularInOut — Package Constant Property, graphics.easings
The regularInOut function combines the motion of the regularIn() and regularOut() methods to start the motion from a zero velocity, accelerate motion, then decelerate to a zero velocity.
regularOut — Package Constant Property, graphics.easings
The regularOut function starts motion fast and then decelerates motion to a zero velocity as it executes.
RegularPolygon — final class, package graphics.geom
Tool class to manipulates and transforms the regular polygons.
REJECT — Constant Static Property, class vegas.events.NetServerEvent
The name of the NetServerEvent when the connection is rejected.
release(id:String) — Static Method , class vegas.i18n.Localization
Releases the specified Localization singleton with the specified name in argument.
RELEASE — Static Property, class lunas.events.ButtonEvent
Defines the value of the type property of a release event object.
RELEASE_OUTSIDE — Static Property, class lunas.events.ButtonEvent
Defines the value of the type property of a releaseOutside event object.
RemotingAuthentification — class, package system.remoting
Creates a credential authentification with a remoting service.
RemotingAuthentification(userid:String, password:String) — Constructor, class system.remoting.RemotingAuthentification
Creates a new RemotingAuthentification instance.
RemotingConnection — class, package system.remoting
The RemotingConnection object used in the RemotingService class to connect the client with the server.
RemotingConnection(url:String) — Constructor, class system.remoting.RemotingConnection
Creates a new RemotingConnection instance.
RemotingConnections — class, package system.remoting
The collection of all remoting connections registered with a specific gateway url.
RemotingConnections() — Constructor, class system.remoting.RemotingConnections
Creates a new RemotingCollector instance.
RemotingGatewayUrl — class, package system.remoting
This factory build the gateway url of the services of this application.
RemotingGatewayUrl(parameters:system.ioc:Parameters) — Constructor, class system.remoting.RemotingGatewayUrl
Creates a new RemotingGatewayUrl instance.
RemotingService — class, package system.remoting
This class provides a service object to communicate with a remoting gateway server.
RemotingService(gatewayUrl:String, serviceName:String, methodName:String, params:Array) — Constructor, class system.remoting.RemotingService
Creates a new RemotingService instance.
RemotingServiceListener — class, package system.remoting
The basic concrete implementation of the IRemotingServiceListener interface.
RemotingServiceListener(service:any, verbose:Boolean) — Constructor, class system.remoting.RemotingServiceListener
Creates a new RemotingServiceListener instance.
RemotingServiceProxy — Dynamic Class, package system.remoting
This class defines a proxy of the RemotingService class to invoke all methods of the service with a simple method.
RemotingServiceProxy(service:system.remoting:RemotingService) — Constructor, class system.remoting.RemotingServiceProxy
Creates a new RemotingServiceProxy instance.
remove() — method, class graphics.display.TimelineIterator
Unsupported operation in this iterator.
remove(index:any) — method, class graphics.display.TimelineScript
Unregisters a script function in the frame specified by the label or index value passed-in argument of the method.
remove(entry:graphics.transitions:TweenEntry) — method, class graphics.transitions.Tween
Remove a TweenEntry in the Tween Object.
remove(entry:any) — method, class graphics.transitions.TweenBuffer
Removes an entry in the model.
remove(id:any) — Static Method , class lunas.StyleCollector
Removes the specified IStyle object with the passed-in id value into the StyleCollector.
remove(o:any) — method, interface system.data.Collection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove() — method, interface system.data.Iterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove(o:any) — method, interface system.data.Map
Removes the mapping for this key from this map if it is present (optional operation).
remove(o:any) — method, class system.data.bags.CoreMapBag
Removes the object in argument in the bag.
remove(o:any) — method, class system.data.collections.ArrayCollection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(o:any) — method, class system.data.collections.TypedCollection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove() — method, class system.data.iterators.ArrayIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove() — method, class system.data.iterators.BagIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove() — method, class system.data.iterators.LinkedListIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove() — method, class system.data.iterators.MapIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove() — method, class system.data.iterators.ObjectIterator
Removes from the object the last element returned by the iterator (optional operation).
remove() — method, class system.data.iterators.PageByPageIterator
Unsupported operation in a PageByPageIterator.
remove() — method, class system.data.iterators.ProtectedIterator
Unsupported method in all ProtectedIterator objects.
remove() — method, class system.data.iterators.StringIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove() — method, class system.data.iterators.VectorIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove(o:any) — method, class system.data.lists.ArrayList
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(o:any) — method, class system.data.lists.LinkedList
Removes the first occurrence of the specified element in this list.
remove(o:any) — method, class system.data.maps.ArrayMap
Removes the mapping for this key from this map if present.
remove(o:any) — method, class system.data.maps.HashMap
Removes the mapping for this key from this map if present.
remove(o:any) — method, class system.data.maps.MultiSetMap
Removes a specific value from map with a specific key.
remove(o:any) — method, class system.data.maps.MultiValueMap
Removes a specific value from map with a specific key.
remove(o:any) — method, class system.data.maps.TypedMap
Removes the mapping for this key from this map if it is present (optional operation).
remove(o:any) — method, class system.data.queues.CircularQueue
Unsupported method in all CircularQueue objects.
remove(o:any) — method, class system.data.queues.TypedQueue
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(o:any) — method, class system.data.sets.CoreSet
Removes the specified element from this set if it is present.
remove(key:String) — method, class system.data.trees.Trie
Removes the object with the given key from the trie.
remove(evaluator:system.evaluators:Evaluable) — method, class system.evaluators.MultiEvaluator
Removes an Evaluable objects in the MultiEvaluator if is register.
remove(o:any) — method, class system.events.EventListenerBatch
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(eventName:String) — method, class system.events.FrontController
Remove an entry into the FrontController.
remove() — method, class system.models.arrays.PageableArrayModel
Removes from the underlying model the last element returned by the iterator (optional operation).
remove(entry:Object) — method, class system.models.maps.MapModel
Removes an entry in the model.
remove(o:any) — method, class system.process.Batch
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(conf:vegas.config:IConfigurable) — Static Method , class vegas.config.ConfigCollector
Removes the specified IConfigurable object in the collector.
remove(lang:vegas.i18n:Lang) — Static Method , class vegas.i18n.Lang
Removes the specified Lang reference in the static LANGS HashMap.
remove(lang:any) — method, class vegas.i18n.Localization
Removes the specified Lang in the Localization model.
remove(id:any, child:flash.display:InteractiveObject) — method, class vegas.managers.TabManager
Removes a child object in the manager with the specified id.
remove(key:any) — method, class vegas.models.maps.MapModel
Removes the entry register in the model with the specified key.
remove(type:String) — method, class vegas.net.NetServerGateway
Remove an entry into the Gateway controller.
REMOVE — Static Property, class vegas.events.EntryEvent
Default event type when an entry is removed in a model.
REMOVE — Static Property, class vegas.events.ValueEvent
Default event type when an entry is removed in a model.
removeAction(action:system.process:Action) — method, class system.process.BatchTask
Remove a specific action register in the chain and if the passed-in argument is null all actions register in the chain are removed.
removeAction(action:system.process:Action) — method, class system.process.TaskGroup
Remove a specific action register in the task group and if the passed-in argument is null all actions register in the chain are removed.
removeAlias(alias:String) — method, class system.serializers.eden.EdenSerializer
Remove a specific alias in the dictionary.
removeAll(c:system.data:Collection) — method, interface system.data.Bag
Removes objects from the bag according to their count in the specified collection.
removeAll(c:system.data:Collection) — method, class system.data.bags.CoreMapBag
Removes objects from the bag according to their count in the specified collection.
removeAll(c:system.data:Collection) — method, class system.data.collections.ArrayCollection
Removes from this Collection all the elements that are contained in the specified Collection (optional operation).
removeAll(c:system.data:Collection) — method, class system.data.lists.LinkedList
Removes all elements defined in the specified Collection in the list.
removeAllElseIf() — method, class system.logic.IfTask
Removes the 'then' action.
removeAllParameters() — method, class system.URI
Removes all the parameters in the query.
removeAt(id:uint, len:int) — method, interface system.data.List
Removes from this list all the elements that are contained between the specific id position and the end of this list (optional operation).
removeAt(id:uint, len:int) — method, class system.data.lists.ArrayList
Removes from this list all the elements that are contained between the specific id position and the end of this list (optional operation).
removeAt(index:uint, len:int) — method, class system.data.lists.LinkedList
Removes an element at the specified position in this list.
removeAuthorized(... rest) — method, class system.serializers.eden.EdenSerializer
Removes an authorized path in the white list of the parser.
removeByKey(key:any, value:any) — method, class system.data.maps.MultiSetMap
Removes a specific value from map with the specific passed-in key value.
removeByKey(key:any, value:any) — method, class system.data.maps.MultiValueMap
Removes a specific value from all the map.
removeChild(child:flash.display:DisplayObject) — method, interface lunas.IContainer
Removes the specified child DisplayObject instance from the child list of the DisplayObjectContainer instance.
removeChild(child:flash.display:DisplayObject) — method, class lunas.containers.Container
Removes the specified child DisplayObject instance from the child list of the DisplayObjectContainer instance.
removeChild(child:flash.display:DisplayObject) — method, class lunas.containers.ScrollContainer
Removes the specified child DisplayObject instance from the child list of the DisplayObjectContainer instance.
RemoveChild — class, package graphics.process.display
This process remove a DisplayObject in a specific DisplayObjectContainer.
RemoveChild(target:flash.display:DisplayObjectContainer, child:flash.display:DisplayObject) — Constructor, class graphics.process.display.RemoveChild
Creates a new RemoveChild instance.
removeChildAt(index:int) — method, interface lunas.IContainer
Removes a child DisplayObject from the specified index position in the child list of the DisplayObjectContainer.
removeChildAt(index:int) — method, class lunas.containers.Container
Removes a child DisplayObject from the specified index position in the child list of the DisplayObjectContainer.
removeChildAt(index:int) — method, class lunas.containers.ScrollContainer
Removes a child DisplayObject from the specified index position in the child list of the DisplayObjectContainer.
RemoveChildAt — class, package graphics.process.display
This process remove a DisplayObject with a specific index in a DisplayObjectContainer.
RemoveChildAt(target:flash.display:DisplayObjectContainer, at:uint) — Constructor, class graphics.process.display.RemoveChildAt
Creates a new RemoveChildAt instance.
RemoveChildren — class, package graphics.process.display
This process remove all children in a specific DisplayObjectContainer object.
RemoveChildren(container:flash.display:DisplayObjectContainer) — Constructor, class graphics.process.display.RemoveChildren
Creates a new RemoveChildren instance.
removeChildsAt(index:int, size:Number) — method, interface lunas.IContainer
Removes all childs in the model defined for the first item by the specified index value, this method remove the first and the size - 1 items.
removeChildsAt(index:int, size:Number) — method, class lunas.containers.Container
Removes all childs in the model defined for the first item by the specified index value, this method remove the first and the size - 1 items.
removeChildsAt(index:int, size:Number) — method, class lunas.containers.ScrollContainer
Removes all childs in the model defined for the first item by the specified index value, this method remove the first and the size - 1 items.
removeConnection(gatewayUrl:String) — method, class system.remoting.RemotingConnections
Removes the specific connection with the passed-in gateway url or all connections if the passed-in argument is null or empty.
removeCopies(o:any, nCopies:uint) — method, interface system.data.Bag
Removes a specified number of copies of an object from the bag.
removeCopies(o:any, nCopies:uint) — method, class system.data.bags.CoreMapBag
Removes a specified number of copies of an object from the bag.
removed — Property, class system.models.maps.MapModel
Emits a message when an entry is removed in the model.
removedFromStage(e:flash.events:Event) — method, class lunas.components.buttons.CoreButton
Invoked when the display is removed from the stage.
removedFromStage(e:flash.events:Event) — method, class lunas.components.labels.PaginationLabel
Invoked when the display is removed from the stage.
removedFromStage(e:flash.events:Event) — method, class lunas.components.textinputs.CoreTextInput
Invoked when the display is removed from the stage.
removedFromStage(e:flash.events:Event) — method, class vegas.display.CoreMovieClip
Invoked when the display is removed from the stage.
removedFromStage(e:flash.events:Event) — method, class vegas.display.CoreShape
Invoked when the display is removed from the stage.
removedFromStage(e:flash.events:Event) — method, class vegas.display.CoreSprite
Invoked when the display is removed from the stage.
removedFromStage(e:flash.events:Event) — method, class vegas.managers.ProtectorManager
Invoked when the protector register in this manager is removed from the stage.
removedFromStage(e:flash.events:Event) — method, class vegas.text.CoreTextField
Invoked when the display is removed from the stage.
removedFromStageResize(e:flash.events:Event) — method, class vegas.display.Background
Invoked when the display is removed from the stage to disable the autoSize mode.
removeElse() — method, class system.logic.IfTask
Removes the 'else' action.
removeEntry(e:system.data.lists:LinkedListEntry) — method, class system.data.lists.LinkedList
Removes an Entry in the list.
REMOVE_ENTRY — Static Property, class graphics.events.TweenEntryEvent
Default event type when a tween entry is removed.
removeEventListener(type:String, listener:Function, useCapture:Boolean) — method, class system.events.CoreEventDispatcher
Removes a listener from the EventDispatcher object.
removeExtension(ext:String) — method, class vegas.net.MIME
Removes an extension in the collection of all extensions of this MIME type.
removeFilter(filter:flash.filters:BitmapFilter) — method, class graphics.filters.Filters
Removes a specific BitmapFilter reference.
removeFilter(channel:String) — method, class system.logging.LoggerTarget
Remove a channel in the fllters if this channel exist.
removeFirst() — method, class system.data.lists.LinkedList
Removes and returns the first element from this list.
removeInstance(channel:String) — Static Method , class system.events.EventDispatcher
Removes a global EventDispatcher singleton.
removeInstance(channel:String) — Static Method , class system.events.FrontController
Removes a global FrontController singleton.
removeLast() — method, class system.data.lists.LinkedList
Removes and returns the last element from this list.
removeLayer(target:flash.display:DisplayObject) — method, class vegas.display.Parallaxe
Removes the specified DisplayObject registered in the parallaxe tool (remove this layer).
removeListener(listener:any) — method, interface system.broadcasters.Broadcaster
Removes the specified listener or all listeners if the parameter is null.
removeListener(listener:any) — method, class system.broadcasters.CoreBroadcaster
Removes the specified listener or all listeners if the parameter is null.
removeListener(listener:any) — method, class system.broadcasters.InternalBroadcaster
Removes the specified listener or all listeners if the parameter is null.
removeLogger(logger:system.logging:Logger) — method, class system.logging.LoggerTarget
Stops this target from receiving events from the specified logger.
removeObjectDefinition(name:String) — method, interface system.ioc.IObjectDefinitionContainer
Unregisters an object definition in the container.
removeObjectDefinition(id:String) — method, class system.ioc.ObjectDefinitionContainer
Unregisters an object definition in the container.
removeParameter(name:String) — method, class system.URI
Removes the named query parameter.
removeProperty(prop:String) — method, class graphics.transitions.Tween
Remove a property in the Tween Object.
removeRange(from:int, to:int) — method, interface lunas.IContainer
Removes a range of childs in the container.
removeRange(from:int, to:int) — method, class lunas.containers.Container
Removes a range of childs in the container.
removeRange(from:int, to:int) — method, class lunas.containers.ScrollContainer
Removes a range of childs in the container.
removeRange(fromIndex:uint, toIndex:uint) — method, interface system.data.List
Removes from this List all of the elements whose index is between fromIndex, inclusive and toIndex, exclusive.
removeRange(fromIndex:uint, toIndex:uint) — method, class system.data.lists.ArrayList
Removes from this List all of the elements whose index is between fromIndex, inclusive and toIndex, exclusive.
removeRange(fromIndex:uint, toIndex:uint) — method, class system.data.lists.LinkedList
Removes from this list all the elements that are contained between the specific from and the specific to position in this list (optional operation).
removeRule() — method, class system.logic.IfTask
Removes the 'conditional rule' of the task.
removeSingleton(id:String) — method, interface system.ioc.IObjectFactory
Removes and destroy a singleton in the container.
removeSingleton(id:String) — method, class system.ioc.ObjectFactory
Removes and destroy a singleton in the container.
removeTarget(target:system.logging:LoggerTarget) — method, class system.logging.LoggerFactory
Stops the specified target from receiving notification of log events.
removeThen() — method, class system.logic.IfTask
Removes the 'then' action.
removeVO(vo:system.data:ValueObject) — method, class vegas.models.collections.CollectionModelObject
Removes a value object in the model.
removeVO(vo:system.data:ValueObject) — method, class vegas.models.maps.IndexedMapModelObject
Removes a value object in the model.
removeVO(vo:system.data:ValueObject) — method, class vegas.models.maps.MapModelObject
Removes a value object in the model.
REMOVE_VO — Static Property, class vegas.events.ModelObjectEvent
Default event type when the ValueObject is removed in a model.
render() — method, class graphics.display.PerlinNoiseBitmapData
Render the perlin noise effect.
render(distance:Number, rotation:Number) — method, class graphics.display.RadialPerlinBitmapData
Render the radial perlin effect with the specified distance and rotation value.
render() — method, class graphics.layouts.BoxLayout
Render the layout, refresh and change the position of all childs in a specific container.
render() — method, class graphics.layouts.CircleLayout
Render the layout, refresh and change the position of all childs in a specific container.
render() — method, class graphics.layouts.CoreLayout
Render the layout, refresh and change the position of all childs in a specific container.
render() — method, class graphics.layouts.GridLayout
Render the layout, refresh and change the position of all childs in a specific container.
render() — method, interface graphics.layouts.Layout
Render the layout, refresh and change the position of all childs in a specific container.
renderer — Property, class graphics.layouts.CoreLayout
This signal emit before the rendering is started.
renderer — Property, interface graphics.layouts.Layout
The signal invoked when the render method is called.
renderLayout(layout:graphics.layouts:Layout) — method, class lunas.CoreComponent
Receives a message when the layout emit when is rendered.
renderState — Property, class vegas.media.StageVideoExpert
This signal emit when the StageVideo object render state of the StageVideo object changes.
repeat — Package Constant Property, core.arrays
Returns a new Array who contains the specified Array elements repeated count times.
repeat — Package Constant Property, core.strings
Returns a new String value who contains the specified String characters repeated count times.
repeat — Property, class graphics.FillBitmapStyle
If true, the bitmap image repeats in a tiled pattern.
repeat(str:String, count:uint) — Static Method , class vegas.utils.StringUtil
Returns a new String value who contains the specified String characters repeated count times.
_repeatCount — Property, class graphics.transitions.FrameTimer
The internal repeat counter of the timer.
repeatCount — Property, class graphics.transitions.FrameTimer
The total number of times the timer is set to run.
repeatCount — Property, interface graphics.transitions.ITimer
The total number of times the timer is set to run.
replace(str:String, search:String, replace:String) — Static Method , class vegas.utils.StringUtil
Replaces the 'search' string with the 'replace' String.
replaceNaN — Package Constant Property, core.maths
Replace the passed-in Number value, if the value is NaN the return value is the default value in second argument.
request — Property, class lunas.components.buttons.PictureButton
Returns the URLRequest of the picture of the component.
request — Property, class lunas.components.buttons.ThumbButton
Indicates the external picture or view request of the thumb.
request — Property, class system.process.CoreActionLoader
Indicates the URLRequest object who captures all of the information in a single HTTP request.
request — Property, class vegas.config.CoreConfigLoader
Indicates the URLRequest object who captures all of the information in a single HTTP request.
request — Property, class vegas.i18n.CoreLocalizationLoader
Indicates the URLRequest object who captures all of the information in a single HTTP request.
requirePairValue — Static Property, class system.serializers.eden.strings
MultiSerialize require pairs of values.
reservedKeyword — Static Property, class system.serializers.eden.strings
"{0}" is a reserved keyword.
RESERVED_KEYWORDS — Constant Static Property, class system.serializers.eden.ECMAScript
The following are reserved words and may not be used as variables, functions, methods, or object identifiers.
reset(init:Array) — method, class graphics.colors.ColorMatrix
Reset and sets this colormatrix to identity: [ 1 , 0 , 0 , 0 , 0 , 0 , 1 , 0 , 0 , 0 , 0 , 0 , 1 , 0 , 0 , 0 , 0 , 0 , 1 , 0 ];
reset() — method, class graphics.display.TimelineIterator
Resets the key pointer of the iterator.
reset() — method, class graphics.geom.Hexagon
Resets all components of the regular hexagon.
reset() — method, class graphics.transitions.FrameTimer
Stops the timer, if it is running, and sets the currentCount property back to 0, like the reset button of a stopwatch.
reset() — method, interface system.data.Iterator
Reset the internal pointer of the iterator (optional operation).
reset() — method, class system.data.iterators.ArrayIterator
Reset the internal pointer of the iterator (optional operation).
reset() — method, class system.data.iterators.BagIterator
Unsupported method in all BagIterator.
reset() — method, class system.data.iterators.LinkedListIterator
Reset the internal pointer of the iterator (optional operation).
reset() — method, class system.data.iterators.MapIterator
Reset the internal pointer of the iterator (optional operation).
reset() — method, class system.data.iterators.ObjectIterator
Reset the internal pointer of the iterator (optional operation).
reset() — method, class system.data.iterators.PageByPageIterator
Resets the key pointer of the iterator.
reset() — method, class system.data.iterators.ProtectedIterator
Unsupported method in all ProtectedIterator.
reset() — method, class system.data.iterators.StringIterator
Reset the internal pointer of the iterator (optional operation).
reset() — method, class system.data.iterators.VectorIterator
Reset the internal pointer of the iterator (optional operation).
reset() — method, class system.evaluators.MathEvaluator
Resets the evaluator.
reset() — method, class system.models.arrays.PageableArrayModel
Resets the key pointer of the iterator.
reset() — method, class system.models.maps.OrderedMapModel
Reset the internal iterator of the model.
reset() — method, class system.process.CountDown
Reset the process.
reset() — method, interface system.process.Resetable
Reset this object.
reset() — method, class vegas.colors.Color
Resets the color of the specified Color reference in argument, the MovieClip display the original view since Color transformation.
reset() — method, class vegas.display.SWFInfo
Resets the informations and the bytes reference of this instance.
reset() — method, class vegas.ioc.io.ObjectResourceInfo
Reset the informations.
reset() — method, class vegas.models.arrays.PageableArrayModelObject
Resets the key pointer of the iterator.
reset() — method, class vegas.models.maps.InitMapModelObject
Reset the process.
reset() — method, class vegas.models.maps.OrderedMapModelObject
Reset the internal iterator of the model.
Resetable — Interface, package system.process
Defines the interface for an object that is resetable
resetLineNumber() — method, class system.logging.targets.LineFormattedTarget
Resets the internal line number value (set to 1).
resetLock() — method, class graphics.layouts.CoreLayout
Reset the lock security of the display.
resetLock() — method, class vegas.display.CoreBitmap
Reset the lock security of the display.
resetLock() — method, class vegas.display.CoreLoader
Reset the lock security of the display.
resetLock() — method, class vegas.display.CoreMovieClip
Reset the lock security of the display.
resetLock() — method, class vegas.display.CoreShape
Reset the lock security of the display.
resetLock() — method, class vegas.display.CoreSimpleButton
Reset the lock security of the display.
resetLock() — method, class vegas.display.CoreSprite
Reset the lock security of the display.
resetLock() — method, class vegas.media.CoreVideo
Reset the lock security of the display.
resetLock() — method, class vegas.media.StageVideoExpert
Reset the lock security of the display.
resetLock() — method, class vegas.text.CoreTextField
Reset the lock security of the display.
resize(target:flash.display:DisplayObject, width:Number, height:Number, aspectRatio:any) — Static Method , class graphics.display.DisplayObjects
Resizes a DisplayObject to fit into specified bounds such that the aspect ratio of the target's width and height does not change.
resize(e:flash.events:Event) — method, class vegas.display.Background
Resize and update the background.
RESIZE — Static Property, class lunas.events.ComponentEvent
Defines the value of the type property of an 'resize' component.
resolve(label:String) — method, class graphics.display.TimelineScript
Find the frame index of the specified passed-in label value in the MovieClip target.
resolveRequest() — method, class system.process.CoreActionLoader
Resolves the request of the loader with the cache query parameter if the cache attribute is true.
resolveSkin() — method, class lunas.components.textinputs.VisualComboTextInput
Invoked to resolve the content of the skin.
resolveSkin() — method, class lunas.components.textinputs.VisualTextInput
Invoked to resolve the content of the skin.
resource — Property, class vegas.ioc.io.ObjectResource
The resource value.
resource — Property, class vegas.ioc.io.ObjectResourceInfo
The current ObjectResource reference.
RESOURCE — Constant Static Property, class system.ioc.ObjectAttribute
Defines the label of the 'resource' attribute in the imports objects.
resourceInfo — Property, class vegas.ioc.ObjectFactoryLoader
Returns the ObjectResourceInfo object corresponding to the current resource being loaded.
restrict — Property, interface lunas.TextInput
Indicates the set of characters that a user can enter into the control.
restrict — Property, class lunas.components.textinputs.CoreTextInput
Indicates the set of characters that a user can enter into the control.
restrictHitTest — Property, class lunas.components.bars.LevelBarStyle
Indicates if the hittest area to change the level of the bar is restricted or not.
result(result:any, service:system.remoting:RemotingService) — method, interface system.remoting.IRemotingServiceListener
Invoked when the service notify a success.
result — Property, class system.remoting.RemotingService
This signal emit when the service receive a result with success.
result(result:any, service:system.remoting:RemotingService) — method, class system.remoting.RemotingServiceListener
Invoked when the service notify a success.
Resumable — Interface, package system.process
Defines the interface for an object that is resumable
resume() — method, class graphics.display.TimelineTransition
Restart the process if the process is stopped.
resume() — method, class graphics.transitions.CoreTransition
Resume this transition.
resume() — method, class graphics.transitions.Motion
Resumes a tweened animation from its stopped point in the animation.
resume() — method, class system.process.BatchTask
Resume the chain.
resume() — method, class system.process.Chain
Resume the chain.
resume() — method, class system.process.CountDown
Resume the process.
resume() — method, class system.process.DelayedTask
Resume the chain.
resume() — method, interface system.process.Resumable
Resume this object.
resume() — method, class system.process.TaskGroup
Resume the task group.
resume() — method, class vegas.media.CoreSound
Resumes playback of the sound that is paused (if the pausing property is true).
resume() — method, class vegas.net.NetStreamExpert
Resumes the internal NetStream of this expert.
RESUME — Constant Static Property, class system.events.ActionEvent
The name of the event when the process is resumed.
resumeIt — Property, class system.process.CoreAction
This signal emit when the notifyResumed method is invoked.
retainAll(c:system.data:Collection) — method, interface system.data.Bag
Removes any members of the bag that are not in the given collection, respecting cardinality.
retainAll(c:system.data:Collection) — method, interface system.data.List
Retains only the elements in this list that are contained in the specified collection (optional operation).
retainAll(c:system.data:Collection) — method, class system.data.bags.CoreMapBag
Removes any members of the bag that are not in the given collection, respecting cardinality.
retainAll(c:system.data:Collection) — method, class system.data.collections.ArrayCollection
Retains only the elements in this Collection that are contained in the specified Collection (optional operation).
retainAll(c:system.data:Collection) — method, class system.data.lists.LinkedList
Retains only the elements in this list that are contained in the specified collection (optional operation).
retainAllInBag(b:system.data:Bag) — method, class system.data.bags.CoreMapBag
Removes any members of the bag that are not in the given bag, respecting cardinality.
RETURNINDEXEDARRAY — Constant Static Property, class system.data.arrays.ArrayFilter
Specifies that a sort returns an array that consists of array indices as a result of calling the sort() or sortOn() method.
RETURNINDEXEDARRAY — Constant Static Property, class system.data.maps.SortedArrayMap
Specifies that a sort returns an array that consists of array indices as a result of calling the sort() or sortOn() method.
returnType — Property, interface system.reflection.MethodInfo
Indicates the String representation of the return type of the method.
reverse(mask:uint) — method, class core.bit
Reverse the order of bits.
reverse(str:String) — Static Method , class vegas.utils.StringUtil
Reverses the current instance.
REVERSE — Constant Static Property, class graphics.Align
Defines the REVERSE value (32).
REVERSE — Constant Static Property, class graphics.DirectionOrder
Specifies the "reverse" direction order.
ReverseComparator — class, package system.comparators
Reverse a Comparator object.
ReverseComparator(comp:system:Comparator) — Constructor, class system.comparators.ReverseComparator
Creates a new ReverseComparator instance.
revision — Property, class core.version
Indicates the revision value of this version.
revision — Property, class system.Version
Indicates the revision value of this version.
rewind(t:Number) — method, class graphics.transitions.Motion
Rewinds a tweened animation to the beginning of the tweened animation.
rgb — Property, class vegas.colors.Color
Indicates the R+G+B combination currently in use by the color object.
RGB — class, package graphics.colors
The RGB class encapsulates an rgb color.
RGB(r:uint, g:uint, b:uint) — Constructor, class graphics.colors.RGB
Creates a new RGB instance.
RGB2CMY — Package Constant Property, graphics.colors
Returns the CMY representation of the specified RGB object.
RGB2HSL — Package Constant Property, graphics.colors
Returns the HSL representation of the passed-in RGB parameter.
RGB2HSV — Package Constant Property, graphics.colors
Returns the HSV representation of the passed-in RGB parameter.
RGB2XYZ — Package Constant Property, graphics.colors
Transform the specified RGB in this XYZ representation.
RGB2YUV — Package Constant Property, graphics.colors
Returns the YUV representation of the passed-in RGB parameter.
RGBA — class, package graphics.colors
The RGBA class encapsulates an rgba color.
RGBA(r:uint, g:uint, b:uint, a:Number) — Constructor, class graphics.colors.RGBA
Creates a new RGBA instance.
RGBDistort — class, package graphics.filters
The byteCode of the pixelbender RGBDistort effect to initialize a Shader in the RGBDistortFilter class.
RGBDistort() — Constructor, class graphics.filters.RGBDistort
Creates a new RGBDistort instance.
RGBDistortFilter — class, package graphics.filters
The RGBDistortFilter class applies a filter by executing a shader on the object being filtered.
RGBDistortFilter(shader:flash.display:Shader, init:Object) — Constructor, class graphics.filters.RGBDistortFilter
Creates a new RGBDistorFilter instance.
right — Property, class graphics.geom.EdgeMetrics
The width, in pixels, of the right edge region.
RIGHT — Constant Static Property, class graphics.Align
Defines the RIGHT value (4).
RIGHT — Constant Static Property, class graphics.Direction
Specifies the "right" value to change the orientation of a Display or a component.
RIGHT — Constant Static Property, class graphics.geom.Vector2
Indicates the relative "right" direction.
RIGHT — Constant Static Property, class graphics.geom.Vector3
Indicates the relative "right" direction.
RIGHT_BOTTOM — Constant Static Property, class graphics.Align
Defines the RIGHT_BOTTOM value (52).
rightButton — Property, class lunas.components.bars.SimpleScrollbar
Indicates the right button used when the bar direction is Direction.HORIZONTAL.
rightPeak — Property, class vegas.media.CoreSound
The current amplitude (volume) of the right channel, from 0 (silent) to 1 (full amplitude).
RIGHT_TO_LEFT — Constant Static Property, class graphics.Orientation
Constant indicating a right-to-left layout orientation (2).
RIGHT_TO_LEFT_BOTTOM_TO_TOP — Constant Static Property, class graphics.Orientation
Constant indicating a right-to-left layout orientation (6).
RIGHT_TO_LEFT_TOP_TO_BOTTOM — Constant Static Property, class graphics.Orientation
Constant indicating a right-to-left and top-to-bottom layout orientation (10).
RIGHT_TOP — Constant Static Property, class graphics.Align
Defines the RIGHT_TOP value (44).
Ring — class, package graphics.geom
Defines a flat ring or disk within three dimensional space that is specified via the ring's center point, an up vector, an inner radius, and an outer radius.
Ring(center:graphics.geom:Vector3, up:graphics.geom:Vector3, innerRadius:Number, outerRadius:Number) — Constructor, class graphics.geom.Ring
Creates a new Ring instance.
RippleBlocks — class, package graphics.filters
The byteCode of the pixelbender RippleBlocks effect to initialize a Shader in the RippleBlocksFilter class.
RippleBlocks() — Constructor, class graphics.filters.RippleBlocks
Creates a new RippleBlocks instance.
RippleBlocksFilter — class, package graphics.filters
Applies a ripple blocks effect.
RippleBlocksFilter(shader:flash.display:Shader, init:Object) — Constructor, class graphics.filters.RippleBlocksFilter
Creates a new RippleBlocksFilter instance.
RippleCrossing — class, package graphics.filters
The byteCode of the pixelbender RippleCrossing effect to initialize a Shader in the RippleCrossingFilter class.
RippleCrossing() — Constructor, class graphics.filters.RippleCrossing
Creates a new RippleCrossing instance.
RippleCrossingFilter — class, package graphics.filters
Applies a ripple crossing transition effect.
RippleCrossingFilter(init:Object, shader:flash.display:Shader) — Constructor, class graphics.filters.RippleCrossingFilter
Creates a new RippleCrossingFilter instance.
ROLL_OUT — Static Property, class lunas.events.ButtonEvent
Defines the value of the type property of a rollOut event object.
ROLL_OVER — Static Property, class lunas.events.ButtonEvent
Defines the value of the type property of a rollOver event object.
RomanEvaluator — class, package system.evaluators
Evaluates an int value and transform it in roman numeral expression.
RomanEvaluator() — Constructor, class system.evaluators.RomanEvaluator
Creates a new RomanEvaluator instance.
RomanNumber — class, package system.numeric
Roman numerals are a numeral system originating in ancient Rome, adapted from Etruscan numerals.
RomanNumber(value:any) — Constructor, class system.numeric.RomanNumber
Creates a new RomanNumber instance.
root — Property, class system.ioc.ObjectConfig
The root reference of the application.
root — Static Property, class vegas.display.Root
The root reference of the application.
root — Property, class vegas.ioc.ObjectFactoryLoader
The root reference of the application.
root — Property, class vegas.managers.ProtectorManager
The root reference of the manager.
Root — class, package vegas.display
The Root class is a MovieClip class to creates the main class of your applications.
Root() — Constructor, class vegas.display.Root
Creates a new Root instance.
ROOT — Constant Static Property, class system.ioc.MagicReference
The reference pattern who represents the current root reference of the application defines in the config object in the factory.
ROSY_BROWN — Constant Static Property, class vegas.colors.SVGColor
The 'RosyBrown' SVG color object.
rotate(axis:int, degrees:Number) — method, class graphics.colors.ColorMatrix
Sets the rotation on a color axis by the specified values.
rotate(target:flash.display:DisplayObject, angle:Number, anchor:any) — Static Method , class graphics.display.DisplayObjects
Rotates the specified DisplayObject with a specific custom center of rotation.
rotate(angle:Number) — method, class graphics.geom.Vector2
Rotates the Vector2 object with the specified angle passed-in argument.
rotate(vector:graphics.geom:Vector2, angle:Number) — Static Method , class graphics.geom.Vector2
Rotates the Vector2 with the specified angle in argument and creates a new Vector2.
rotateAroundExternalPoint(point:flash.geom:Point, angle:Number) — method, class graphics.geom.MatrixTransform
Rotates a matrix about a point defined outside the matrix's transformation space.
rotateAroundInternalPoint(point:flash.geom:Point, angle:Number) — method, class graphics.geom.MatrixTransform
Rotates a matrix about a point defined inside the matrix's transformation space.
rotateLeft(bits:uint, mask:uint) — method, class core.bit
Rotates the bit on the left by an amount of bits (default 1) over a mask (default 0).
rotateRight(bits:uint, mask:uint) — method, class core.bit
Rotates the bit on the right by an amount of bits (default 1) over a mask (default 0).
rotateX(angle:Number) — method, class graphics.geom.Vector3
Rotates the current vector object around the x-axis by a certain amount of degrees.
rotateXTrig(ca:Number, sa:Number) — method, class graphics.geom.Vector3
Rotates the current vector object around the x-axis by the cosine and sine of an angle.
rotateXY(a:Number, b:Number) — method, class graphics.geom.Vector3
Rotates the current vector object around the x and y axes by a certain amount of degrees.
rotateXYTrig(ca:Number, sa:Number, cb:Number, sb:Number) — method, class graphics.geom.Vector3
Rotates the current vector object around the x and y axes by the cosine and sine of an angle.
rotateXYZ(v:graphics.geom:Vector3, a:Number, b:Number, c:Number) — method, class graphics.geom.Vector3
Rotates the current vector object around the x, y and z axes by a certain amount of degrees.
rotateXYZTrig(ca:Number, sa:Number, cb:Number, sb:Number, cc:Number, sc:Number) — method, class graphics.geom.Vector3
Rotates the current vector object around the x, y and z axes by the cosine and sine of an angle.
rotateY(angle:Number) — method, class graphics.geom.Vector3
Rotates the current vector object around the y-axis by a certain amount of degrees.
rotateYTrig(ca:Number, sa:Number) — method, class graphics.geom.Vector3
Rotates the current vector object around the y-axis by the cosine and sine of an angle.
rotateZ(angle:Number) — method, class graphics.geom.Vector3
Rotates the current vector object around the z-axis by a certain amount of degrees.
rotateZTrig(ca:Number, sa:Number) — method, class graphics.geom.Vector3
Rotates the current vector object around the z-axis by the cosine and sine of an angle.
rotation — Property, class graphics.drawing.TrianglePen
Indicates the rotation value of the shape.
rotation — Property, class graphics.filters.CircleSpectrumFilter
The ratio of the spectrum circle (between 0 and 360, default 0).
rotation — Property, class graphics.geom.MatrixTransform
Calculates the angle of rotation present in a matrix.
rotbit(key:uint) — method, class calista.hash.RXOR
Rotates the bits of the key by block of 4bits (eg.
RoughEdgedRectanglePen — Dynamic Class, package graphics.drawing
Draws a rough edges rectangle.
RoughEdgedRectanglePen(graphic:any, x:Number, y:Number, width:Number, height:Number, distortion:int, density:int, align:uint) — Constructor, class graphics.drawing.RoughEdgedRectanglePen
Creates a new RoundedRectanglePen instance.
round — Package Constant Property, core.maths
Rounds and returns a number by a count of floating points.
RoundedComplexRectanglePen — Dynamic Class, package graphics.drawing
Draws a complex rounded rectangle.
RoundedComplexRectanglePen(graphic:any, x:Number, y:Number, width:Number, height:Number, topLeftRadius:Number, topRightRadius:Number, bottomLeftRadius:Number, bottomRightRadius:Number, align:uint) — Constructor, class graphics.drawing.RoundedComplexRectanglePen
Creates a new RoundedComplexRectanglePen instance.
RoundedRectanglePen — Dynamic Class, package graphics.drawing
Draws a rounded rectangle.
RoundedRectanglePen(graphic:any, x:Number, y:Number, width:Number, height:Number, ellipseWidth:Number, ellipseHeight:Number, align:uint) — Constructor, class graphics.drawing.RoundedRectanglePen
Creates a new RoundedRectanglePen instance.
RoundPixel — class, package graphics.filters
The byteCode of the pixelbender RoundPixel effect to initialize a Shader in the RoundPixelFilter class.
RoundPixel() — Constructor, class graphics.filters.RoundPixel
Creates a new RoundPixel instance.
RoundPixelFilter — class, package graphics.filters
The RoundPixelFilter class applies a filter by executing a shader on the object being filtered.
RoundPixelFilter(shader:flash.display:Shader, init:Object) — Constructor, class graphics.filters.RoundPixelFilter
Creates a new RoundPixelFilter instance.
ROYAL_BLUE — Constant Static Property, class vegas.colors.SVGColor
The 'RoyalBlue' SVG color object.
RS — Constant Static Property, class system.Char
The "record separator" unicode character.
RU — Constant Static Property, class vegas.i18n.Lang
Indicates the 'Russian' language reference.
rule — Property, class system.logic.ElseIf
The conditional rule of the 'elseif' block.
rule — Property, class system.rules.Not
The conditional rule to evaluate.
Rule — Interface, package system.rules
Defines the rule to evaluate a basic or complex condition.
rules — Property, class system.rules.And
The collection of all rules to evaluate.
rules — Property, class system.rules.Or
The collection of all rules to evaluate.
run(... rest) — method, class graphics.display.TimelineTransition
Run the process.
run(... rest) — method, class graphics.drawing.AntPen
Run the process.
run(... rest) — method, class graphics.layouts.CoreLayout
Run the layout (render and update).
run(... rest) — method, class graphics.process.display.AddChild
Run the process.
run(... rest) — method, class graphics.process.display.AddChildAt
Run the process.
run(... rest) — method, class graphics.process.display.FiltersDisplay
Run the process.
run(... rest) — method, class graphics.process.display.HideDisplay
Run the process.
run(... rest) — method, class graphics.process.display.MoveTo
Run the process.
run(... rest) — method, class graphics.process.display.RemoveChild
Run the process.
run(... rest) — method, class graphics.process.display.RemoveChildAt
Run the process.
run(... rest) — method, class graphics.process.display.RemoveChildren
Run the process.
run(... rest) — method, class graphics.process.display.SetChildIndex
Run the process.
run(... rest) — method, class graphics.process.display.ShowDisplay
Run the process.
run(... rest) — method, class graphics.process.display.SwapChildrenAt
Run the process.
run(... rest) — method, class graphics.transitions.FrameEngine
Run the process.
run(... rest) — method, class graphics.transitions.Motion
Runs the object.
run(... rest) — method, class graphics.transitions.TweenTo
Runs the process.
run(... rest) — method, class lunas.CoreBuilder
Runs the build of the component.
run(... rest) — method, class lunas.components.bars.LevelBarBuilder
Runs the build of the component.
run(... rest) — method, class lunas.components.buttons.BackgroundButtonBuilder
Runs the build of the component.
run(... rest) — method, class lunas.components.buttons.BitmapFilterButtonBuilder
Run the builder.
run(... rest) — method, class lunas.components.buttons.DashboardButtonBuilder
Run the view initialize of the component.
run(... rest) — method, class lunas.components.buttons.ItemButtonBuilder
Runs the build of the component.
run(... rest) — method, class lunas.components.buttons.LabelButtonBuilder
Runs the build of the component.
run(... rest) — method, class lunas.components.buttons.MediaButtonBuilder
Runs the build of the component.
run(... rest) — method, class lunas.components.buttons.PictureButtonBuilder
Runs the build of the component.
run(... rest) — method, class lunas.components.buttons.RadioIconButtonBuilder
Runs the build of the component.
run(... rest) — method, class lunas.components.buttons.SwitchLabelButtonBuilder
Run the view initialize of the component.
run(... rest) — method, class lunas.components.buttons.ThumbButtonBuilder
Runs the build of the component.
run(... rest) — method, class lunas.components.labels.LabelBuilder
Runs the build of the component.
run(... rest) — method, class lunas.components.labels.PaginationLabelBuilder
Runs the build of the component.
run(... rest) — method, class system.events.Command
Run the process.
run(... rest) — method, class system.events.Delegate
Run the proxy method in the provided context.
run(... rest) — method, class system.ioc.ObjectFactory
Run the initialization of the factory with new object definitions and create the not lazy-init singleton objects.
run(... rest) — method, class system.logic.IfTask
Run the process.
run(... rest) — method, class system.models.arrays.PageableArrayModel
Run the model when is initialize.
run(... rest) — method, class system.models.maps.OrderedMapModel
Resets the model and run the model to select the next value object register in the model.
_run() — method, class system.process.ActionLoader
This protected method contains the invokation of the load method of the current loader of this process.
_run() — method, class system.process.ActionURLLoader
This protected method contains the invokation of the load method of the current loader of this process.
_run() — method, class system.process.ActionURLStream
This protected method contains the invokation of the load method of the current loader of this process.
run(... rest) — method, class system.process.Batch
Runs the process.
run(... rest) — method, class system.process.BatchTask
Launchs the chain process.
run(... rest) — method, class system.process.BindTask
Run the process.
run(... rest) — method, class system.process.Cache
Flush and invoke all the commands in memory.
run(... rest) — method, class system.process.Chain
Launchs the chain process.
_run() — method, class system.process.CoreActionLoader
This protected method contains the invokation of the load method of the current loader of this process.
run(... rest) — method, class system.process.CoreActionLoader
Run the process.
run(... rest) — method, class system.process.CountDown
Run the process.
run(... rest) — method, class system.process.DelayedTask
Run the process.
run(... rest) — method, class system.process.EventDispatcherTask
Run the process.
run(... rest) — method, class system.process.Initializer
Invoked when the process is run.
run(... rest) — method, class system.process.Pause
Runs the process.
run(... rest) — method, interface system.process.Runnable
Run the process.
run(... rest) — method, class system.process.Task
Run the process.
run(... rest) — method, class system.remoting.RemotingService
Run the process of the remoting service.
run() — Static Method , class vegas.config.ConfigCollector
Run the ConfigCollector command to invoked the setup() method of all IConfigurable object registered in the collector.
run(... rest) — method, class vegas.ioc.ObjectFactoryLoader
Run the process.
run(... rest) — method, class vegas.media.CoreSound
Run the process.
_run() — method, class vegas.media.SoundLoader
This protected method contains the invokation of the load method of the current loader of this process.
run(... rest) — method, class vegas.models.CoreModel
Run the first process with this model.
run(... rest) — method, class vegas.models.PageByPageModel
Run the first process with this model.
run(... rest) — method, class vegas.models.arrays.PageableArrayModelObject
Run the model when is initialize.
run(... rest) — method, class vegas.models.maps.InitMapModelObject
Run the process.
run(... rest) — method, class vegas.models.maps.OrderedMapModelObject
Resets the model and run the model to select the next value object register in the model.
run(... rest) — method, class vegas.net.Connection
Runs the process.
run(... rest) — method, class vegas.net.NetServerConnection
Runs the process of this NetServerConnection.
run(... rest) — method, class vegas.net.NetStreamTransition
Run the process.
run(... rest) — method, class vegas.process.display.SwitchBackgroundGradientColor
Run the process.
run(... rest) — method, class vegas.strings.Minifier
minify the javascript/ecmascript String input value.
Runnable — Interface, package system.process
This interface should be implemented by any class whose instances are intended to be executed.
RUNNER — Constant Static Property, class vegas.ui.MouseWheelInspector
The command name to execute the patch.
running — Property, class graphics.drawing.AntPen
Indicates if the ant effect is in progress.
running — Property, interface system.process.Action
Indicates true if the action is in progress.
running — Property, class system.process.Task
Indicates true if the process is in progress.
running — Property, class vegas.media.CoreSound
Returns true if the process is in progress.
running — Property, class vegas.net.Connection
Indicates true if the process is in progress.
running — Property, class vegas.net.NetServerConnection
Indicates true if the process is in progress.
RUNNING — Constant Static Property, class system.process.TaskPhase
The phase of a running Task.
RXOR — class, package calista.hash
XOR Encryption is a popular encryption algorithm that is used in many browsers and it is blatantly simpleand fairly secure.
RXOR() — Constructor, class calista.hash.RXOR
Creates a new RXOR instance.
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