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  
c — Property, class graphics.colors.CMY
The cyan component (between 0 and 1)
c — Property, class graphics.drawing.TrianglePen
Indicates the C corner position of the triangle.
c — Property, class graphics.geom.Line
Determinates the c component of the Line.
c — Property, class graphics.geom.MatrixN
Defined the number of columns in the Matrix.
c — Property, class graphics.geom.Plane
Defined the third plane coordinate.
C(... rest) — method, class graphics.drawing.Canvas
Defines a shortcut reference to used the curveTo method.
C(... rest) — method, class graphics.drawing.Pen
Defines a shortcut reference to used the curveTo method.
C_10 — Constant Static Property, class graphics.colors.Trismulus
The C illuminant reference - 10° (CIE 1964).
C_2 — Constant Static Property, class graphics.colors.Trismulus
The C illuminant reference - 2° (CIE 1931).
cache — Property, class system.process.CoreActionLoader
The cache flag of this resource (default is true).
cache — Property, class vegas.ioc.io.ObjectResource
The cache flag of this resource (default is true).
Cache — class, package system.process
Enqueue a collection of members definitions (commands) to apply or invoke with the specified target object.
Cache(target:any, init:Vector$system.process.caches:Property) — Constructor, class system.process.Cache
Creates a new Cache instance.
cacheParameterName — Property, class system.process.CoreActionLoader
The name of the uri query parameter when the cache attribute is true.
CADET_BLUE — Constant Static Property, class vegas.colors.SVGColor
The 'CadetBlue' SVG color object.
calculate(tx:Number, ty:Number) — method, class graphics.geom.Metaball
Calculates the result of the typical equation for a Metaball.
Calendar — class, package vegas.date
This class contains all tools to creates a calendar.
calista.hash — package
calista.utils — package
call(command:String, responder:flash.net:Responder, ... rest) — method, class vegas.net.NetServerConnection
Invokes a command or method on the server running Flash Media Server, or on an application server, to which the application instance is connected.
callBadVersion — Property, class vegas.net.Connection
This signal emit when a packet encoded in an unidentified format.
CALL_BAD_VERSION — Constant Static Property, class vegas.net.ConnectionCode
Packet encoded in an unidentified format.
CALL_BAD_VERSION — Constant Static Property, class vegas.net.NetServerStatus
Packet encoded in an unidentified format.
callFailed — Property, class vegas.net.Connection
This signal emit when the call method was not able to invoke the server-side method or command.
CALL_FAILED — Constant Static Property, class vegas.net.ConnectionCode
The NetConnection.call method was not able to invoke the server-side method or command.
CALL_FAILED — Constant Static Property, class vegas.net.NetServerStatus
The NetConnection.call method was not able to invoke the server-side method or command.
callProhibited — Property, class vegas.net.Connection
This signal emit when an Action Message Format (AMF) operation is prevented for security reasons.
CALL_PROHIBITED — Constant Static Property, class vegas.net.ConnectionCode
An Action Message Format (AMF) operation is prevented for security reasons.
CALL_PROHIBITED — Constant Static Property, class vegas.net.NetServerStatus
An Action Message Format (AMF) operation is prevented for security reasons.
callProperty(methodName:any, ... rest) — method, class graphics.drawing.Pen
Overrides the behavior of an object property that can be called as a function.
callProperty(name:any, ... rest) — method, class system.data.ProxyReference
Overrides the behavior of an object property that can be called as a function.
callProperty(methodName:any, ... rest) — method, class system.data.arrays.ProxyArray
Overrides the behavior of an object property that can be called as a function.
callProperty(name:any, ... rest) — method, class system.remoting.RemotingServiceProxy
Overrides the behavior of an object property that can be called as a function.
callProperty(methodName:any, ... rest) — method, class vegas.strings.UnicodeChar
Overrides the behavior of an object property that can be called as a function.
camelCase — Package Constant Property, core.strings
Converts a hyphenated string to a camelcased string.
camera — Property, class vegas.media.CameraExpert
Returns the Camera client reference.
CameraExpert — class, package vegas.media
This expert manage all Camera reference in the application.
CameraExpert(setting:vegas.media:CameraVO, name:any, global:Boolean, channel:String, id:any) — Constructor, class vegas.media.CameraExpert
Creates a new CameraExpert instance.
CameraStatus — class, package vegas.media
The enumeration static class of all Camera status.
CameraVO — class, package vegas.media
This value object contains all values to set a Camera object.
CameraVO(init:Object) — Constructor, class vegas.media.CameraVO
Creates a new CameraVO instance.
CAN — Constant Static Property, class system.Char
The "cancel" unicode character.
canConvertTo(o:Class) — method, interface system.reflection.TypeInfo
Indicates if the specified Class object can be convert to an other with the "as" keyword.
canSeekToEnd — Property, class vegas.media.FLVMetaData
A Boolean value that is true if the FLV file is encoded with a keyframe on the last frame, which allows seeking to the end of a progressive -download video file.
Canvas — Dynamic Class, package graphics.drawing
The Canvas pen is used to draw a complex shape with differents points in a data model.
Canvas(graphic:any, data:Array) — Constructor, class graphics.drawing.Canvas
Creates a new Canvas instance.
CanvasTransform — class, package graphics.drawing
This tool class transform a Canvas object with static methods.
CAPITAL_AM_PM — Constant Static Property, class system.formatters.DateFormatter
Placeholder for AM/PM designator who indicates if the hour is is before or after noon in date format.
capitalize — Package Constant Property, core.strings
Converts the first letter of each word in a string to uppercase.
caps — Property, class graphics.LineStyle
A value from the CapsStyle class that specifies the type of caps at the end of lines.
Caption — class, package vegas.media.subtitles
The basic caption entry.
Caption(init:Object) — Constructor, class vegas.media.subtitles.Caption
Creates a new Caption instance.
captions — Property, class vegas.media.subtitles.Captions
The Vector of all Caption objects to bufferize.
Captions — class, package vegas.media.subtitles
This tool find a specific Caption object in a Vector of Captions with a specific time value.
Captions(captions:Vector$vegas.media.subtitles:Caption) — Constructor, class vegas.media.subtitles.Captions
Creates a new Captions instance.
CardinalDirection — class, package graphics
The four cardinal directions or cardinal points are the directions of north, south, east, and west, commonly denoted by their initials: N, S, E, W.
CardinalDirection(value:Number, name:String, azimut:Number) — Constructor, class graphics.CardinalDirection
Creates a new CardinalDirection instance.
cartesianToPolar — Package Constant Property, core.maths
Converts a vector in cartesian in a polar vector.
CASEINSENSITIVE — Constant Static Property, class system.data.arrays.ArrayFilter
Specifies case-insensitive sorting for the Array class sorting methods.
CASEINSENSITIVE — Constant Static Property, class system.data.maps.SortedArrayMap
Specifies case-insensitive sorting for the Array class sorting methods.
caseValue(str:String) — Static Method , class system.comparators.CharComparator
Returns 0 if the passed string is lower case else 1.
ceil — Package Constant Property, core.maths
Rounds and returns the ceiling of the specified number or expression.
center — Package Constant Property, core.strings
Returns the center string representation of the specified string value.
center — Property, class graphics.filters.CircleSpectrumFilter
The center position of the circle (between {0,0} and {2800,2800}, default {100,100}).
center — Property, class graphics.filters.HoleFilter
The center of the hole filter.
center — Property, class graphics.filters.MagnifyFilter
The center position of the magnification (between {0,0} and {2048,2048}, default {0,0}).
center — Property, class graphics.filters.TwirlFilter
The center of the twirl filter.
center — Property, class graphics.geom.Ring
The center vector of the ring.
CENTER — Constant Static Property, class graphics.Align
Defines the CENTER value (1).
CENTER_LEFT — Constant Static Property, class graphics.Align
Defines the CENTER_LEFT value (3).
CENTER_RIGHT — Constant Static Property, class graphics.Align
Defines the CENTER_RIGHT value (5).
centerX — Property, class graphics.filters.RippleCrossingFilter
The center x offset value between 0 and 1 of the effect (default 0.5)
centerY — Property, class graphics.filters.RippleCrossingFilter
The center y offset value between 0 and 1 of the effect (default 0.5)
CENTIMETER_TO_INCH — Package Constant Property, graphics.display
Constants defining the ratio to transform a centimeter value to an inch value (0.393700787).
CENTIMETER_TO_PIXEL — Package Constant Property, graphics.display
Constants defining the ratio to transform a centimeter value to a pixel value (0.393700787).
centralAngle — Constant Static Property, class graphics.geom.Hexagon
Indicates the central angle value (in degrees) of the hexagon (60°).
centralAngle(sides:uint, degrees:Boolean) — Static Method , class graphics.geom.RegularPolygon
Calculates the central angle of the specified regular polygon.
centralAngleRadians — Constant Static Property, class graphics.geom.Hexagon
Indicates the central angle value (in radians) of the hexagon (60 Math.PI / 180).
ch — Property, class system.text.parser.GenericParser
The current character to parse.
ch — Property, class vegas.strings.json.JSONSerializer
The current character of the iterator in the source.
Chain — class, package system.process
A chain is a sequence with a finite or infinite number of actions.
Chain(length:uint, fixed:Boolean, looping:Boolean, numLoop:uint, mode:String, actions:any) — Constructor, class system.process.Chain
Creates a new Chain instance.
change — Property, class graphics.transitions.TweenArray
This Array contains all numeric values during the interpolation between the "begin" and "finish" arrays.
change — Property, class graphics.transitions.TweenEntry
Indicates the change value of this tween entry.
change — Property, class system.data.arrays.ArrayFilter
Indicates the signal invoked when the filter is changed.
change(action:system.process:Action) — method, class vegas.ioc.ObjectFactoryLoader
Invoked when the current task in the sequencer is changed.
CHANGE — Static Property, class lunas.events.ComponentEvent
Defines the value of the type property of a 'change' event object.
CHANGE — Constant Static Property, class system.events.ActionEvent
The name of the event when the process is changed.
CHANGE — Static Property, class vegas.events.EntryEvent
Default event type when an entry is changed/selected in a model.
CHANGE — Static Property, class vegas.events.LocalizationEvent
The name of the event when the localization is changed.
CHANGE — Static Property, class vegas.events.ValueEvent
Default event type when an entry is changed/selected in a model.
CHANGE — Static Property, class vegas.i18n.Localization
The name of the event when the localization is changed.
changeChildsPosition() — method, class lunas.containers.ListContainer
Refreshs and changes the child position of all childs in the container.
changeChildsPosition() — method, class lunas.containers.MatrixContainer
Refreshs the childs position in the container.
changed — Property, class system.models.ChangeModel
Emits a message when the current object in the model is changed.
changeIt — Property, class system.process.CoreAction
This signal emit when the notifyChanged method is invoked.
ChangeModel — class, package system.models
This model can keep an object in memory and emit messages if this object is changing.
ChangeModel — class, package vegas.models
This class provides a simple representation of the IModelObject interface.
ChangeModel() — Constructor, class system.models.ChangeModel
Creates a new ChangeModel instance.
ChangeModel(global:Boolean, channel:String, id:any) — Constructor, class vegas.models.ChangeModel
Creates a new ChangeModel instance.
CHANGE_VO — Static Property, class vegas.events.ModelObjectEvent
Default event type when the current ValueObject is changed in the model.
channel — Property, class system.events.Command
The channel of this command.
channel — Property, class system.events.CoreEventDispatcher
Indicates the channel of this dispatcher if this instance is global.
channel — Property, class system.events.EventDispatcher
Indicates the channel of the dispatcher.
channel — Property, class system.logging.Logger
Indicates the channel value for the logger.
channel — Property, class system.logging.LoggerEntry
Provides access to the channel for this log entry.
channel — Property, class vegas.media.CoreSound
The SoundChannel object of this CoreSound object.
channels — Property, class graphics.display.PerlinNoiseBitmapData
A number that can be a combination of any of the four color channel values ( BitmapDataChannel.RED , BitmapDataChannel.BLUE , BitmapDataChannel.GREEN , and BitmapDataChannel.ALPHA ).
char — Property, class system.text.html.Entity
The String char value of the entity.
Char — class, package system
The Char class.
Char(str:String, index:uint) — Constructor, class system.Char
Creates a new Char instance.
CharComparator — class, package system.comparators
This comparator compare characters (String with one character) objects.
CharComparator() — Constructor, class system.comparators.CharComparator
Creates a new CharComparator instance.
CHAR_PLACEMENT — Static Property, class system.logging.LoggerStrings
The static field used when throws an Error when the character placement failed.
CHARS_INVALID — Static Property, class system.logging.LoggerStrings
The static field used when throws an Error when a character is invalid.
CHARTREUSE — Constant Static Property, class vegas.colors.SVGColor
The 'Chartreuse' SVG color object.
CheatCode — Dynamic Class, package vegas.ui
Creates a command ( or keywords, or cheat codes ) to type on the keyboard.
CheatCode(keys:Array, stage:flash.display:Stage, delay:uint) — Constructor, class vegas.ui.CheatCode
Creates a new CheatCode instance.
checkForComodification(message:String) — method, class system.data.iterators.BagIterator
This method check the comodification of the Bag and test if the iterator is valid and can continue to process.
checkForComodification() — method, class system.data.iterators.LinkedListIterator
This method check the comodification of the LinkedList and test if the iterator is valid and can continue to process.
checkForModification() — method, class vegas.net.NetStreamClient
Invoked when a modification of the expert is success.
checkIcon — Property, class lunas.components.buttons.RadioIconButton
Determinates the check visual icon of the button.
checkIcon — Property, class lunas.components.buttons.RadioIconButtonBuilder
The checkIcon reference.
checkPolicyFile — Property, class vegas.ioc.io.AssemblyResource
Indicates if the assembly must check a policy file in the server of the external library to load.
checkPolicyFile — Property, class vegas.ioc.io.FontResource
Indicates if the assembly must check a policy file in the server of the external library to load.
checkSum(buffer:flash.utils:ByteArray, index:uint, length:uint) — Static Method , class calista.hash.Adler32
Generates the checksum of the specified ByteArray with the Adler32 algorithm.
checkSum(buffer:flash.utils:ByteArray, index:uint, length:uint) — Static Method , class calista.hash.CRC32
Generates the checksum of the specified ByteArray with the CRC32 algorithm.
checkValues(values:Array) — method, class system.signals.InternalSignal
Checks all values passed-in the emit method.
child — Property, class graphics.process.display.AddChild
The DisplayObject reference.
child — Property, class graphics.process.display.RemoveChild
The DisplayObject reference.
child — Property, class graphics.process.display.SetChildIndex
The child DisplayObject instance for which you want to change the index number.
childAngle — Property, class graphics.layouts.CircleLayout
Indicates the angle value in degrees of the childs in the container.
childAngle — Property, class lunas.containers.CircleContainer
Indicates the angle value in degrees of the childs in the container.
childCount — Property, class graphics.layouts.BoxLayout
Determinates the number of childs visible in this layout to calculates size with the measure method.
childCount — Property, class graphics.layouts.CircleLayout
Indicates the number of childs visible in this container (minimal value is 1).
childCount — Property, class lunas.containers.CircleContainer
Indicates the number of childs visible in this container (minimal value is 1).
childCount — Property, class lunas.containers.ListContainer
Determinates the number of childs in this container.
childOrientation — Property, class graphics.layouts.CircleLayout
Indicates if the childs of the container use a perpendicular tangente direction.
childOrientation — Property, class lunas.containers.CircleContainer
Indicates if the childs of the container use a perpendicular tangente direction.
CHOCOLATE — Constant Static Property, class vegas.colors.SVGColor
The 'Chocolate' SVG color object.
CHORD — Constant Static Property, class graphics.ArcType
The 'chord' type.
CircleContainer — class, package lunas.containers
This container display all this child elements with a circle trigonometric algorithm.
CircleContainer() — Constructor, class lunas.containers.CircleContainer
Creates a new CircleContainer instance.
CircleLayout — class, package graphics.layouts
This layout display all the childs elements in a specific DisplayObjectContainer with a circle trigonometric algorithm.
CircleLayout(container:flash.display:DisplayObjectContainer, init:Object, auto:Boolean) — Constructor, class graphics.layouts.CircleLayout
Creates a new CircleLayout instance.
CirclePen — Dynamic Class, package graphics.drawing
This pen is the tool to draw a circle vector shape.
CirclePen(graphic:any, ... rest) — Constructor, class graphics.drawing.CirclePen
The Pen class use composition to control a Graphics reference and draw custom vector graphic shapes.
CircleSpectrum — class, package graphics.filters
The byteCode of the pixelbender CircleSpectrum effect to initialize a Shader in the CircleSpectrumFilter class.
CircleSpectrum() — Constructor, class graphics.filters.CircleSpectrum
Creates a new CircleSpectrum instance.
CircleSpectrumFilter — class, package graphics.filters
The CircleSpectrumFilter class maps a color spectrum to a circle area.
CircleSpectrumFilter(shader:flash.display:Shader, init:Object) — Constructor, class graphics.filters.CircleSpectrumFilter
Creates a new CircleSpectrumFilter instance.
circularIn — Package Constant Property, graphics.easings
The circularIn function starts motion from zero velocity and then accelerates motion as it executes.
circularInOut — Package Constant Property, graphics.easings
The circularInOut function combines the motion of the circularIn and circularOut methods to start the motion from a zero velocity, accelerate motion, then decelerate to a zero velocity.
circularOut — Package Constant Property, graphics.easings
The circularOut function starts motion fast and then decelerates motion to a zero velocity as it executes.
CircularQueue — class, package system.data.queues
The CircularQueue class allows for storing objects in a circular queue of a predefined size.
CircularQueue(qSize:uint, elements:Array) — Constructor, class system.data.queues.CircularQueue
Creates a new CircularQueue instance.
circumflex — Constant Static Property, class system.Char
The circumflex "^" character.
CL() — method, class graphics.drawing.Pen
Defines a shortcut reference to used the clear method.
clamp — Package Constant Property, core.maths
Bounds a numeric value between 2 numbers.
clamp(value:Number) — method, class system.numeric.Range
Clamp a value in the current range.
ClassInfo — Interface, package system.reflection
This interface defines the object who indicates all informations about a class in the reflection pattern of system.
clean — Package Constant Property, core.strings
Removes all extraneous whitespace from a string and trims it.
cleanFirst — Property, class vegas.models.maps.InitMapModelObject
Indicates if the first attribute must be autocleared when the process is finished.
clear() — method, class core.bit
Clears all the bits.
clear() — method, class core.data.aliases
Clear all alias in the internal map of this object.
clear(container:flash.display:DisplayObjectContainer) — Static Method , class graphics.display.DisplayObjectContainers
Removes all childs in the specified container.
clear() — method, class graphics.display.TimelineScript
Clear all scripts in the MovieClip target reference.
clear() — method, class graphics.transitions.Tween
Removes all entries in the model of this Tween object.
clear() — method, class graphics.transitions.TweenBuffer
Removes all elements register in the buffer.
clear() — method, interface lunas.Builder
Clear the view of the component.
clear() — method, class lunas.CoreBuilder
Clear the view of the component.
clear() — Static Method , class lunas.StyleCollector
Removes all elements in the StyleCollector.
clear() — method, class lunas.components.bars.LevelBarBuilder
Clear the view of the component.
clear() — method, class lunas.components.buttons.BackgroundButtonBuilder
Clear the view of the component.
clear() — method, class lunas.components.buttons.BitmapFilterButtonBuilder
Clear the view of the component.
clear() — method, class lunas.components.buttons.DashboardButtonBuilder
Clear the view of the component.
clear() — method, class lunas.components.buttons.IconButtonBuilder
Clear the view of the component.
clear() — method, class lunas.components.buttons.ItemButtonBuilder
Clear the view of the component.
clear() — method, class lunas.components.buttons.LabelButtonBuilder
Clear the view of the component.
clear() — method, class lunas.components.buttons.MediaButtonBuilder
Clear the view of the component.
clear() — method, class lunas.components.buttons.PictureButtonBuilder
Clear the view of the component.
clear() — method, class lunas.components.buttons.RadioIconButtonBuilder
Clear the view of the component.
clear() — method, class lunas.components.buttons.SwitchLabelButtonBuilder
Clear the view of the component.
clear() — method, class lunas.components.buttons.ThumbButtonBuilder
Clear the view of the component.
clear() — method, class lunas.components.labels.IconLabelBuilder
Clear the view of the component.
clear() — method, class lunas.components.labels.LabelBuilder
Clear the view of the component.
clear() — method, class lunas.containers.Container
Removes all childs in the container.
clear() — method, interface system.data.Collection
Removes all of the elements from this collection (optional operation).
clear() — method, interface system.data.Map
Removes all mappings from this map (optional operation).
clear() — method, interface system.data.Stack
Removes all of the elements from this stack (optional operation).
clear() — method, class system.data.arrays.ProxyArray
Removes all elements in the array.
clear() — method, class system.data.bags.CoreMapBag
Removes all of the elements from this bag.
clear() — method, class system.data.collections.ArrayCollection
Removes all elements in the collection.
clear() — method, class system.data.collections.TypedCollection
Removes all elements in the collection.
clear() — method, class system.data.lists.ArrayList
Removes all elements in the collection.
clear() — method, class system.data.lists.LinkedList
Removes all of the elements from this queue (optional operation).
clear() — method, class system.data.maps.ArrayMap
Removes all mappings from this map.
clear() — method, class system.data.maps.HashMap
Removes all mappings from this map.
clear() — method, class system.data.maps.MultiSetMap
This clears each collection in the map, and so may be slow.
clear() — method, class system.data.maps.MultiValueMap
Removes all elements in this map.
clear() — method, class system.data.maps.TypedMap
Removes all mappings from this map (optional operation).
clear() — method, class system.data.queues.CircularQueue
Clear all elements in the queue.
clear() — method, class system.data.queues.TypedQueue
Removes all elements in the collection.
clear() — method, class system.data.sets.CoreSet
Removes all of the elements from this Set (optional operation).
clear() — method, class system.data.stacks.TypedStack
Removes all of the elements from this stack (optional operation).
clear() — method, class system.evaluators.MultiEvaluator
Clear all the Evaluable objects.
clear() — method, class system.events.EventListenerBatch
Removes all elements in the collection.
clear() — method, class system.events.FrontController
Removes all entries in the FrontController.
clear() — method, class system.ioc.TypeAliases
Clear all alias in the internal map of this object.
clear() — method, class system.logging.targets.SOSTarget
Clear the console.
clear() — method, class system.models.ChangeModel
Clear the model.
clear() — method, class system.models.arrays.PageableArrayModel
Clear the model.
clear() — method, class system.models.maps.MapModel
Removes all value objects in the model.
clear() — method, class system.models.maps.OrderedMapModel
Clear the model.
clear() — method, class system.process.Batch
Removes all elements in the collection.
clear() — method, class system.process.Cache
Removes all commands in memory.
clear() — method, class vegas.display.Parallaxe
Removes all layers in the parallaxe tool.
clear() — method, class vegas.display.coverflow.CoverFlow
Removes all childs in the container.
clear() — method, class vegas.i18n.Localization
Removes all singletons in the internal map of this object..
clear() — method, class vegas.ioc.ObjectFactoryLoader
Clear all the resources in the loader and reset it.
clear() — method, class vegas.managers.TabManager
Removes all elements in this manager.
clear() — method, class vegas.models.ChangeModel
Clear the model.
clear() — method, class vegas.models.CoreModelObject
Clear the model.
clear() — method, class vegas.models.arrays.PageableArrayModelObject
Clear the model.
clear() — method, class vegas.models.collections.CollectionModelObject
Removes all value objects in the model.
clear() — method, class vegas.models.maps.IndexedMapModelObject
Clear the model.
clear() — method, class vegas.models.maps.MapModel
Removes all value objects in the model.
clear() — method, class vegas.models.maps.MapModelObject
Removes all value objects in the model.
clear() — method, class vegas.models.maps.OrderedMapModelObject
Clear the model.
clear() — method, class vegas.models.queues.QueueModelObject
Removes all value objects in the model.
clear() — method, class vegas.models.stacks.StackModelObject
Removes all value objects in the model.
clear() — method, class vegas.net.NetStreamClient
Clear the video reference.
clear() — method, class vegas.ui.KeyInspector
Clear the inspector key code buffering.
clear() — method, class vegas.vo.FilterVO
Clear the filter value.
CLEAR — Static Property, class lunas.events.ComponentEvent
Defines the value of the type property of a 'clear' event object.
CLEAR — Constant Static Property, class system.events.ActionEvent
The name of the event when the process is cleared.
CLEAR — Constant Static Property, class system.logging.targets.SOSTarget
Provides the message to send in the SOS console to clear the console.
CLEAR — Static Property, class vegas.events.EntryEvent
Default event type when all entries are removed in a model.
CLEAR — Static Property, class vegas.events.ValueEvent
Default event type when all entries are removed in a model.
cleared — Property, class system.models.ChangeModel
Emits a message when the current object in the model is cleared.
CLEAR_ENTRY — Static Property, class graphics.events.TweenEntryEvent
Default event type when all tween entries are removed.
clearIt — Property, class system.process.CoreAction
This signal emit when the notifyCleared method is invoked.
clearObjectDefinition() — method, interface system.ioc.IObjectDefinitionContainer
Removes all the object definitions register in the container.
clearObjectDefinition() — method, class system.ioc.ObjectDefinitionContainer
Removes all the object definitions register in the container.
CLEAR_VO — Static Property, class vegas.events.ModelObjectEvent
Default event type when all ValueObject in a model are deleted.
clerp — Package Constant Property, core.maths
Circular Lerp is like lerp but handles the wraparound from 0 to 360.
CLICK — Static Property, class lunas.events.ButtonEvent
Defines the value of the type property of a click event object.
client — Property, class vegas.net.NetServerConnection
The default object encoding (AMF version) for NetConnection objects created in the SWF file.
clone() — method, class graphics.Corner
Creates and returns a shallow copy of the object.
clone() — method, class graphics.FillBitmapStyle
Creates and returns a shallow copy of the object.
clone() — method, class graphics.FillGradientStyle
Creates and returns a shallow copy of the object.
clone() — method, class graphics.FillShaderStyle
Creates and returns a shallow copy of the object.
clone() — method, class graphics.FillStyle
Creates and returns a shallow copy of the object.
clone() — method, class graphics.LineGradientStyle
Creates and returns a shallow copy of the object.
clone() — method, class graphics.LineShaderStyle
Creates and returns a shallow copy of the object.
clone() — method, class graphics.LineStyle
Creates and returns a shallow copy of the object.
clone() — method, class graphics.colors.CMY
Creates and returns a shallow copy of the object.
clone() — method, class graphics.colors.CMYK
Creates and returns a shallow copy of the object.
clone() — method, class graphics.colors.ColorMatrix
Returns the shallow copy of the object.
clone() — method, class graphics.colors.HSL
Creates and returns a shallow copy of the object.
clone() — method, class graphics.colors.HSV
Creates and returns a shallow copy of the object.
clone() — method, class graphics.colors.RGB
Creates and returns a shallow copy of the object.
clone() — method, class graphics.colors.RGBA
Creates and returns a shallow copy of the object.
clone() — method, class graphics.colors.XYZ
Creates and returns a shallow copy of the object.
clone() — method, class graphics.colors.YUV
Creates and returns a shallow copy of the object.
clone() — method, class graphics.colors.Yxy
Creates and returns a shallow copy of the object.
clone() — method, class graphics.display.TimelineTransition
Returns a shallow copy of this object.
clone() — method, class graphics.events.FrameLabelEvent
Returns the shallow copy of this object.
clone() — method, class graphics.events.TweenEntryEvent
Returns the shallow copy of this object.
clone() — method, class graphics.filters.CircleSpectrumFilter
Returns a shallow copy of the object.
clone() — method, class graphics.filters.GrayScaleFilter
Returns a shallow copy of the object.
clone() — method, class graphics.filters.HalftoneFilter
Returns a shallow copy of the object.
clone() — method, class graphics.filters.HoleFilter
Returns a shallow copy of the object.
clone() — method, class graphics.filters.KnockoutFilter
Returns a shallow copy of the object.
clone() — method, class graphics.filters.MagnifyFilter
Returns a shallow copy of the object.
clone() — method, class graphics.filters.MosaicFilter
Returns a shallow copy of the object.
clone() — method, class graphics.filters.RGBDistortFilter
Returns a shallow copy of the object.
clone() — method, class graphics.filters.ReflectionFilter
Returns a shallow copy of the object.
clone() — method, class graphics.filters.RippleBlocksFilter
Returns a shallow copy of the object.
clone() — method, class graphics.filters.RippleCrossingFilter
Returns a shallow copy of the object.
clone() — method, class graphics.filters.RoundPixelFilter
Returns a shallow copy of the object.
clone() — method, class graphics.filters.ShaderCustomFilter
Returns a shallow copy of the object.
clone() — method, class graphics.filters.SharpenFilter
Returns a shallow copy of the object.
clone() — method, class graphics.filters.TwirlFilter
Returns a shallow copy of the object.
clone() — method, class graphics.filters.WaveReflectionFilter
Returns a shallow copy of the object.
clone() — method, class graphics.filters.projections.GnomonicFilter
Returns a shallow copy of the object.
clone() — method, class graphics.filters.projections.LambertFilter
Returns a shallow copy of the object.
clone() — method, class graphics.filters.projections.OrthographicFilter
Returns a shallow copy of the object.
clone() — method, class graphics.filters.projections.StereographicFilter
Returns a shallow copy of the object.
clone() — method, class graphics.geom.AspectRatio
Creates and returns a shallow copy of the object.
clone() — method, class graphics.geom.Dimension
Returns a shallow copy of this instance.
clone() — method, class graphics.geom.EdgeMetrics
Returns a shallow copy of this instance.
clone() — method, class graphics.geom.GradientMatrix
Returns a new GradientMatrix object that is a clone of this matrix, with an exact copy of the contained object.
clone() — method, class graphics.geom.Hexagon
Creates and returns a shallow copy of the object.
clone() — method, class graphics.geom.Line
Returns a shallow copy of this instance.
clone() — method, class graphics.geom.Matrix2
Returns a shallow copy of this instance.
clone() — method, class graphics.geom.Matrix4
Returns a shallow copy of this instance.
clone() — method, class graphics.geom.MatrixN
Returns a shallow copy of this instance.
clone() — method, class graphics.geom.Metaball
Returns a shallow copy of this instance.
clone() — method, class graphics.geom.Plane
Returns a shallow copy of this instance.
clone() — method, class graphics.geom.Polar
Returns a shallow copy of this instance.
clone() — method, class graphics.geom.Quaternion
Returns a shallow copy of this instance.
clone() — method, class graphics.geom.Ray
Returns a shallow copy of this instance.
clone() — method, class graphics.geom.Ring
Returns a shallow copy of this instance.
clone() — method, class graphics.geom.UV
Returns a shallow copy of this instance.
clone() — method, class graphics.geom.UVW
Returns a shallow copy of this instance.
clone() — method, class graphics.geom.Vector2
Returns a shallow copy of this instance.
clone() — method, class graphics.geom.Vector3
Returns a shallow copy of this instance.
clone() — method, class graphics.geom.Vector4
Returns a shallow copy of this instance.
clone() — method, class graphics.geom.Vertex
Returns a shallow copy of this instance.
clone() — method, class graphics.process.display.AddChild
Returns a shallow copy of this object.
clone() — method, class graphics.process.display.AddChildAt
Returns a shallow copy of this object.
clone() — method, class graphics.process.display.FiltersDisplay
Returns a shallow copy of this object.
clone() — method, class graphics.process.display.HideDisplay
Returns a shallow copy of this object.
clone() — method, class graphics.process.display.MoveTo
Returns a shallow copy of this object.
clone() — method, class graphics.process.display.RemoveChild
Returns a shallow copy of this object.
clone() — method, class graphics.process.display.RemoveChildAt
Returns a shallow copy of this object.
clone() — method, class graphics.process.display.RemoveChildren
Returns a shallow copy of this object.
clone() — method, class graphics.process.display.SetChildIndex
Returns a shallow copy of this object.
clone() — method, class graphics.process.display.ShowDisplay
Returns a shallow copy of this object.
clone() — method, class graphics.process.display.SwapChildrenAt
Returns a shallow copy of this object.
clone() — method, class graphics.transitions.CoreTransition
Returns a shallow copy of this object.
clone() — method, class graphics.transitions.FrameEngine
Returns a shallow copy of this object.
clone() — method, class graphics.transitions.FrameTimer
Returns a shallow copy of this object.
clone() — method, class graphics.transitions.Motion
Returns a shallow copy of this object.
clone() — method, class graphics.transitions.Tween
Returns a shallow copy of this Tween object.
clone() — method, class graphics.transitions.TweenArray
Returns a shallow copy of this Tween object.
clone() — method, class graphics.transitions.TweenBuffer
Returns a shallow copy of this object.
clone() — method, class graphics.transitions.TweenEntry
Returns a shallow copy of this entry.
clone() — method, class graphics.transitions.TweenLite
Returns a shallow copy of this Tween object.
clone() — method, class graphics.transitions.TweenRange
Returns a shallow copy of this Tween object.
clone() — method, class graphics.transitions.TweenTo
Returns a shallow copy of this TweenTo object.
clone() — method, class graphics.transitions.TweenUnit
Returns a shallow copy of this Tween object.
clone() — method, class lunas.events.ButtonEvent
Returns the shallow copy of this event.
clone() — method, class lunas.events.ComponentEvent
Returns the shallow copy of this event.
clone() — method, class lunas.events.StyleEvent
Returns the shallow copy of this event.
clone(byteArray:flash.utils:ByteArray) — Static Method , class system.ByteArrays
Returns a shallow copy of the specified ByteArray object.
clone() — method, interface system.Cloneable
Creates and returns a shallow copy of the object.
clone() — method, class system.data.arrays.ProxyArray
Creates and returns a shallow copy of the object.
clone() — method, class system.data.arrays.TypedArray
Creates and returns a shallow copy of the object.
clone() — method, class system.data.bags.ArrayBag
Returns the shallow copy of this bag.
clone() — method, class system.data.bags.CoreMapBag
Returns the shallow copy of this bag.
clone() — method, class system.data.bags.HashBag
Returns the shallow copy of this bag.
clone() — method, class system.data.collections.ArrayCollection
Returns a shallow copy of this collection (optional operation).
clone() — method, class system.data.collections.TypedCollection
Returns a shallow copy of this collection.
clone() — method, class system.data.lists.ArrayList
Returns a shallow copy of this collection (optional operation).
clone() — method, class system.data.lists.LinkedList
Returns the shallow copy of this LinkedList.
clone() — method, class system.data.lists.SortedArrayList
Returns a shallow copy of the instance.
clone() — method, class system.data.maps.ArrayMap
Returns a shallow copy of this HashMap instance: the keys and values themselves are not cloned.
clone() — method, class system.data.maps.HashMap
Returns a shallow copy of this HashMap instance: the keys and values themselves are not cloned.
clone() — method, class system.data.maps.MapEntry
Creates and returns a shallow copy of the object.
clone() — method, class system.data.maps.MultiSetMap
Returns the shallow copy of this object.
clone() — method, class system.data.maps.MultiValueMap
Returns a shallow copy of this object.
clone() — method, class system.data.maps.TypedMap
Returns a shallow copy of the map.
clone() — method, class system.data.queues.CircularQueue
Returns a shallow copy of the queue.
clone() — method, class system.data.queues.LinearQueue
Returns a shallow copy of this collection (optional operation).
clone() — method, class system.data.queues.PriorityQueue
Returns a shallow copy of this object.
clone() — method, class system.data.queues.TypedQueue
Returns a shallow copy of this collection.
clone() — method, class system.data.sets.ArraySet
Returns a shallow copy of this Set (optional operation).
clone() — method, class system.data.sets.CoreSet
Returns a shallow copy of this Set (optional operation).
clone() — method, class system.data.sets.HashSet
Returns a shallow copy of this Set (optional operation).
clone() — method, class system.data.sets.TypedSet
Returns a shallow copy of this collection.
clone() — method, class system.data.stacks.ArrayStack
Returns a shallow copy of this object.
clone() — method, class system.data.stacks.TypedStack
Creates and returns a shallow copy of the object.
clone() — method, class system.events.ActionEvent
Returns the shallow copy of this object.
clone() — method, class system.events.ArrayEvent
Returns the shallow copy of this event.
clone() — method, class system.events.BasicEvent
Returns the shallow copy of this event.
clone() — method, class system.events.BooleanEvent
Returns the shallow copy of this event.
clone() — method, class system.events.DateEvent
Returns the shallow copy of this event.
clone() — method, class system.events.Delegate
Returns a shallow copy of the instance.
clone() — method, class system.events.DynamicEvent
Returns the shallow copy of this event.
clone() — method, class system.events.EventListenerBatch
Returns a shallow copy of this instance.
clone() — method, class system.events.NumberEvent
Returns the shallow copy of this event.
clone() — method, class system.events.StringEvent
Returns the shallow copy of this event.
clone() — method, class system.formatters.DateFormatter
Creates and returns a shallow copy of the object.
clone() — method, class system.ioc.ObjectDefinitionContainer
Returns a shallow copy of this object.
clone() — method, class system.ioc.ObjectFactory
Returns a shallow copy of this object.
clone() — method, class system.logic.IfTask
Returns the shallow copy of the object.
clone() — method, class system.numeric.Range
Returns a shallow copy of the object.
clone() — method, class system.process.ActionLoader
Returns a shallow copy of this object.
clone() — method, class system.process.ActionURLLoader
Returns a shallow copy of this object.
clone() — method, class system.process.ActionURLStream
Returns a shallow copy of this object.
clone() — method, class system.process.Batch
Returns a shallow copy of the object.
clone() — method, class system.process.BatchTask
Returns a shallow copy of this object.
clone() — method, class system.process.BindTask
Returns a shallow copy of this object.
clone() — method, class system.process.Cache
Creates and returns a shallow copy of the object.
clone() — method, class system.process.Chain
Returns a shallow copy of this object.
clone() — method, class system.process.CoreAction
Returns a shallow copy of this object.
clone() — method, class system.process.CoreActionLoader
Returns a shallow copy of this object.
clone() — method, class system.process.CountDown
Returns a shallow copy of this object.
clone() — method, class system.process.DelayedTask
Returns a shallow copy of this object.
clone() — method, class system.process.EventDispatcherTask
Returns a shallow copy of this object.
clone() — method, class system.process.Initializer
Returns a shallow copy of this object.
clone() — method, class system.process.Pause
Returns a shallow copy of this object.
clone() — method, class system.process.Task
Returns a shallow copy of this object.
clone() — method, class system.process.TaskGroup
Returns a shallow copy of this object.
clone() — method, class system.remoting.RemotingService
Returns a shallow copy of this object.
clone() — method, class vegas.config.CoreConfigLoader
Returns a shallow copy of this object.
clone() — method, class vegas.events.EntryEvent
Returns the shallow copy of this object.
clone() — method, class vegas.events.FontEvent
Returns a shallow copy of this object.
clone() — method, class vegas.events.LocalizationEvent
Returns a shallow copy of this object.
clone() — method, class vegas.events.MediaExpertEvent
Returns a shallow copy of this object.
clone() — method, class vegas.events.ModelObjectEvent
Returns the shallow copy of this object.
clone() — method, class vegas.events.NetServerEvent
Returns a shallow copy of this object.
clone() — method, class vegas.events.SoundEvent
Returns a shallow copy of this object.
clone() — method, class vegas.events.ValueEvent
Returns the shallow copy of this object.
clone() — method, class vegas.i18n.CoreLocalizationLoader
Returns a shallow copy of this object.
clone() — method, class vegas.media.CoreSound
Returns the shallow copy of the object.
clone() — method, class vegas.net.Connection
Returns the shallow copy of this object.
clone() — method, class vegas.net.HTTPHost
Creates and returns a shallow copy of the object.
clone() — method, class vegas.net.NetServerConnection
Returns the shallow copy of this object.
clone() — method, class vegas.process.display.SwitchBackgroundGradientColor
Returns a shallow copy of this object.
clone(s:String) — Static Method , class vegas.utils.StringUtil
Returns a shallow copy of the specified string.
Cloneable — Interface, package system
Supports cloning, which creates a new instance of a class with the same value as an existing instance.
close() — method, class system.logging.targets.SocketTarget
Closes the target socket connection.
close() — method, class system.process.ActionLoader
Cancels a load() method operation that is currently in progress for the Loader instance.
close() — method, class system.process.ActionURLLoader
Cancels a load() method operation that is currently in progress for the Loader instance.
close() — method, class system.process.ActionURLStream
Cancels a load() method operation that is currently in progress for the Loader instance.
close() — method, class system.process.CoreActionLoader
Cancels a load() method operation that is currently in progress for the Loader instance.
close() — method, class vegas.media.SoundLoader
Cancels a load() method operation that is currently in progress for the Loader instance.
close() — method, class vegas.net.Connection
Closes the connection that was opened locally or with the server and dispatches the netStatus event with a code property of NetConnection.Connect.Closed.
close(noEvent:Boolean) — method, class vegas.net.NetServerConnection
Closes the connection that was opened locally or with the server and dispatches the netStatus event with a code property of NetConnection.Connect.Closed.
close() — method, class vegas.net.NetStreamExpert
Close the internal NetStream of this expert.
CLOSE — Constant Static Property, class vegas.events.NetServerEvent
The name of the NetServerEvent when the connection is closed.
closePath — Property, class graphics.drawing.AntPen
Indicates if the pen close the path when it draw the shape.
closingBrace — Constant Static Property, class system.Char
The closing brace "}" character.
closingBracket — Constant Static Property, class system.Char
The closing bracket "]" character.
closingParenthesis — Constant Static Property, class system.Char
The ")" unicode character.
CMY — class, package graphics.colors
CMY is the complement of RGB, it’s a subtractive systems with 3 components: Cyan, Magenta and Yellow.
CMY(c:Number, m:Number, y:Number) — Constructor, class graphics.colors.CMY
Creates a new CMY instance.
CMY2CMYK — Package Constant Property, graphics.colors
Converts the specified CMY object in this CMYK representation.
CMY2RGB — Package Constant Property, graphics.colors
Returns the RGB representation of the specified CMY object.
CMYK — class, package graphics.colors
CMYK (short for cyan, magenta, yellow, and key (black), and often referred to as process color or four color) is a subtractive color model, used in color printing, also used to describe the printing process itself.
CMYK(c:Number, m:Number, y:Number, k:Number) — Constructor, class graphics.colors.CMYK
Creates a new CMYK instance.
CMYK2CMY — Package Constant Property, graphics.colors
Converts the specified CMYK object in this CMY representation.
code — Property, class system.Char
Determinates the code of the character.
code — Property, class vegas.net.NetServerInfo
The code of this information object.
code — Property, class vegas.net.NetServerStatus
The code property.
code — Property, class vegas.net.NetStreamStatus
The code of the NetStream information.
code — Property, class vegas.vo.NetServerInfoVO
The code of the error.
Collection — Interface, package system.data
The root interface in the collection hierarchy.
CollectionFormatter — class, package system.data.collections
Converts a Collection to a custom string representation.
CollectionFormatter() — Constructor, class system.data.collections.CollectionFormatter
Creates a new CollectionFormatter instance.
CollectionModelObject — class, package vegas.models.collections
This model use an internal Collection to register value objects.
CollectionModelObject(global:Boolean, channel:String, id:any) — Constructor, class vegas.models.collections.CollectionModelObject
Creates a new CollectionModelObject instance.
colon — Constant Static Property, class system.Char
The colon ":" unicode character.
color — Property, class graphics.FillStyle
The color value of the fill style.
color — Property, class graphics.LineStyle
A hexadecimal color value of the line; for example, red is 0xFF0000, blue is 0x0000FF, and so on.
color — Property, class graphics.filters.KnockoutFilter
The threshold value of the knockout.
color — Property, class lunas.components.buttons.DashboardButtonStyle
The default color of the field of the component.
color — Property, class lunas.components.buttons.LabelButtonStyle
The default color of the field of the component.
color — Property, class lunas.components.buttons.MediaButtonStyle
The default color of the field of the component.
color — Property, class lunas.components.buttons.SwitchLabelButtonStyle
The default color of the field of the component.
color — Property, class lunas.components.labels.LabelStyle
The default color of the field of the component.
color — Property, class lunas.components.textinputs.SimpleTextInputStyle
Color of text in the component.
color — Property, class lunas.components.textinputs.VisualTextInputStyle
Color of text in the component.
Color — class, package vegas.colors
Color extends the Color Object.
Color(display:flash.display:DisplayObject) — Constructor, class vegas.colors.Color
Creates a new Color instance.
COLOR — Constant Static Property, class system.numeric.Range
Range reference between -255 and 255.
colorDodge(n:Number) — method, class vegas.colors.TransformColor
Corresponding a filter in mode "colorDodge" in photoshop over a display object.
ColorEvaluator — class, package vegas.colors
Evaluates a rgb color string expression.
ColorEvaluator() — Constructor, class vegas.colors.ColorEvaluator
Creates a ColorEvaluator instance.
ColorMatrix — class, package graphics.colors
The 5x4 matrix for transforming the color and alpha components of a display.
ColorMatrix(factory:any) — Constructor, class graphics.colors.ColorMatrix
Creates a new ColorMatrix instance.
colors — Property, class graphics.GradientStyle
An array of RGB hexadecimal color values to be used in the gradient ; for example, red is 0xFF0000, blue is 0x0000FF, and so on.
colors — Property, class vegas.process.display.SwitchBackgroundGradientColor
The array of all colors to change in the gradient fill.
ColorSpace — Interface, package graphics.colors
A color space (or color model) is an abstract mathematical model describing the way colors can be represented as tuples of numbers, typically as three or four values or color components (e.g.
colorSpaces — Property, class vegas.media.StageVideoExpert
If the stageVideo reference is not null, indicates the names of available color spaces for this video surface.
colorTransform — Property, class vegas.colors.Color
A ColorTransform object containing values that universally adjust the colors in the display object.
columns — Property, class graphics.layouts.GridLayout
Determinates the number of columns in the grid layout if the direction of this container is Direction.HORIZONTAL.
columns — Property, class lunas.containers.MatrixContainer
Determinates the number of columns in the matrix layout if the direction of this container is Direction.HORIZONTAL.
combine(range:system.numeric:Range) — method, class system.numeric.Range
Creates a new range by combining two existing ranges.
comboButton — Property, class lunas.components.textinputs.VisualComboTextInput
The combo button reference.
comboButtonName — Property, class lunas.components.textinputs.VisualComboTextInput
The internal background name of this TextInput.
comma — Constant Static Property, class system.Char
The comma unicode character.
Command — class, package system.events
A command is an easy entry with name and value property to launch a global command in the global event flow centralized in a specific FrontController singleton in the application.
Command(... rest) — Constructor, class system.events.Command
Creates a new Command instance.
comments — Static Property, class system.serializers.eden.ECMAScript
The comments string representation.
commercialAt — Constant Static Property, class system.Char
The "" unicode character.
Comparable — Interface, package system
This interface imposes a total ordering on the objects of each class that implements it.
ComparableComparator — class, package system.comparators
A Comparator that compares object if one of them is a Comparable object.
ComparableComparator() — Constructor, class system.comparators.ComparableComparator
Creates a new ComparableComparator instance.
Comparater — class, package vegas.utils
The Comparater utility class is an all-static class with a method to returns true if two object are equals.
comparator — Property, interface system.Sortable
Determinates the Comparator strategy used to sort the instance.
comparator — Property, class system.comparators.GenericComparator
Determinates the Comparator strategy used to sort the instance.
comparator — Property, class system.comparators.ReverseComparator
Determinates the internal Comparator instance to reverse.
comparator — Constant Static Property, class system.comparators.StringComparator
The static StringComparator singleton with the a false ignoreCase default property.
comparator — Property, class system.data.lists.SortedArrayList
Determinates the Comparator object used in the map to sort the entries.
comparator — Property, class system.data.maps.SortedArrayMap
Determinates the Comparator object used in the map to sort the entries.
comparator — Property, class system.data.queues.PriorityQueue
Determinates the Comparator strategy used to sort the instance.
Comparator — Interface, package system
A comparison function, which imposes a total ordering on some collection of objects.
compare — Package Constant Property, core.strings
Compares two strings.
compare(rectangle1:flash.geom:Rectangle, rectangle2:flash.geom:Rectangle) — Static Method , class graphics.geom.Rectangles
Compares its two arguments for order.
compare(o1:any, o2:any, options:any) — method, interface system.Comparator
Compares two arguments for order.
compare(o1:String, o2:String, strict:Boolean) — Static Method , class system.Strings
Compares the two specified String objects.
compare(o1:any, o2:any, options:any) — method, class system.comparators.AlphaComparator
Returns an integer value to compare two String objects with an alphabetic order.
compare(o1:any, o2:any, options:any) — method, class system.comparators.BooleanComparator
Returns an integer value to compare two Boolean objects.
compare(o1:any, o2:any, options:any) — method, class system.comparators.CharComparator
Returns an integer value to compare two String characters objects.
compare(o1:any, o2:any, options:any) — method, class system.comparators.ComparableComparator
Returns an integer value to compare two objects in parameters.
compare(o1:any, o2:any, options:any) — method, class system.comparators.DateComparator
Returns an integer value to compare two Date objects.
compare(o1:any, o2:any, options:any) — method, class system.comparators.GenericComparator
Returns an integer value to compare two objects.
compare(o1:any, o2:any, options:any) — method, class system.comparators.NullComparator
Performs a comparison between two objects.
compare(o1:any, o2:any, options:any) — method, class system.comparators.NumberComparator
Returns an integer value to compare two Number objects.
compare(o1:any, o2:any, options:any) — method, class system.comparators.PriorityComparator
Returns an integer value to compare two Number objects.
compare(o1:any, o2:any, options:any) — method, class system.comparators.ReverseComparator
Returns an integer value to compare two objects (reverse the value).
compare(o1:any, o2:any, options:any) — method, class system.comparators.StringComparator
Returns an integer value to compare two String objects.
compare(o1:any, o2:any) — Static Method , class vegas.utils.Comparater
Compares if two objects are equal by value.
compareTo(o:any) — method, interface system.Comparable
Compares this object with the specified object for order.
complete — Property, class graphics.transitions.FrameTimer
The timer complete signal reference.
complete — Property, interface graphics.transitions.ITimer
The timer complete signal reference.
complete — Property, class graphics.transitions.Timer
The timer complete signal reference.
_complete(e:flash.events:Event) — method, class system.process.ActionURLLoader
Dispatch an Event.COMPLETE event after all the received data is decoded and placed in the data property.
_complete(e:flash.events:Event) — method, class system.process.CoreActionLoader
Invoked when the loading is complete.
complete — Property, class system.process.CoreActionLoader
This signal emit when the notifyComplete method is invoked.
complete(action:system.process:Action) — method, class vegas.ioc.ObjectFactoryLoader
Invoked when the factory is complete.
complete(e:flash.events:Event) — method, class vegas.net.ParserLoader
Invoked when the loader process is complete to parse the datas.
complete(e:flash.events:Event) — method, class vegas.net.XMLLoader
Invoked when the loader process is complete to parse the datas.
complete(e:flash.events:Event) — method, class vegas.text.FontLoader
Invoked when the FontLoader process is complete.
complete(e:flash.events:Event) — method, class vegas.text.StyleSheetLoader
Invoked when the loader process is complete to parse the datas.
Component — Interface, package lunas
This interface defines the methods in a component based with the LunAS library.
ComponentEvent — class, package lunas.events
The event invoked in the components.
ComponentEvent(type:String, target:Object, context:any, bubbles:Boolean, cancelable:Boolean, time:Number) — Constructor, class lunas.events.ComponentEvent
Creates a new ComponentEvent instance.
componentInspectorSetting — Property, class lunas.CoreComponent
Initialize when the Flash component settings are initialized (only in Flash with a compiled component).
compress(source:String) — Static Method , class calista.utils.LZW
Compresses the specified text.
compress — Property, class system.serializers.eden.EdenConfigurator
Parameter to remove (true) or add (false) all unecessary spaces, tabs, carriages returns, lines feeds etc.
compressed — Property, class vegas.display.SWFInfo
Indicates the compressed byte value the specified SWF.
COMPRESSED — Constant Static Property, class vegas.display.SWFInfo
The compressed tag value (0x43)
compute(drag:flash.geom:Point, corner:flash.geom:Point, w:int, h:int, isHorizontal:Boolean, sens:int) — Static Method , class graphics.drawing.PageFlipPen
Computes and generates a new flip.
concat(mat:Array) — method, class graphics.colors.ColorMatrix
Concatenates the elements of a matrix specified in the parameter with the elements in an array and creates a new matrix
concat(... rest) — method, class system.data.arrays.TypedArray
Concatenates the elements specified in the parameter list with the elements of this array and returns a new array containing these element.
ConcurrencyError — class, package system.errors
The error throws when methods that have detected concurrent modification of an object when such modification is not permissible.
ConcurrencyError(message:String, id:int) — Constructor, class system.errors.ConcurrencyError
Creates a new ConcurrencyError instance.
condenseWhite — Property, interface lunas.TextInput
Specifies whether extra white space (spaces, line breaks, and so on) should be removed in a TextInput control with HTML text.
condenseWhite — Property, class lunas.components.textinputs.CoreTextInput
Specifies whether extra white space (spaces, line breaks, and so on) should be removed in a TextInput control with HTML text.
condition — Property, class system.rules.BooleanRule
The condition to evaluate.
condition — Property, class system.rules.False
The condition to evaluate.
condition — Property, class system.rules.True
The condition to evaluate.
config — package property, system
The System configurator.
config — package property, system.reflection
The Reflection configurator.
config — package property, system.serializers.eden
The EdenConfigurator reference used to configure the eden parser.
config — Property, interface system.ioc.IObjectFactory
Determinates the configuration object of the object factory.
config — Property, class system.ioc.ObjectConfig
The config object reference used in the factory to register values and expressions.
config — Property, class system.ioc.ObjectFactory
Determinates the configuration object of the object factory.
config — Property, class system.ioc.evaluators.ConfigEvaluator
The ObjectConfig reference of this evaluator.
config — Property, class system.ioc.evaluators.LocaleEvaluator
The ObjectConfig reference of this evaluator.
config — Property, class system.ioc.evaluators.TypeEvaluator
The ObjectConfig reference of this evaluator.
config — Property, class system.serializers.eden.EdenSerializer
The config reference of the eden serializer.
config — Property, class vegas.config.CoreConfigLoader
Returns the config object.
config — Property, interface vegas.config.IConfigLoader
Returns the config object.
Config — Dynamic Class, package vegas.config
The dynamic Config singleton.
Config(init:Object) — Constructor, class vegas.config.Config
Creates a new Config instance.
CONFIG — Constant Static Property, class system.ioc.MagicReference
The reference pattern who represents the current config reference of the application defines in the config object in the factory.
CONFIG — Constant Static Property, class system.ioc.ObjectAttribute
Defines the attribute name of the "config" object in the configuration of the ioc factory.
CONFIG — Constant Static Property, class vegas.ioc.io.ObjectResourceType
The "config" resource type.
ConfigCollector — class, package vegas.config
The ConfigCollector class is a static collection to register all IConfigurable objects.
configEvaluator — Property, class system.ioc.ObjectConfig
Indicates the config evaluator reference.
ConfigEvaluator — class, package system.ioc.evaluators
Evaluates a type string expression and return the value who corresponding in the config of the factory.
ConfigEvaluator(config:system.ioc:ObjectConfig) — Constructor, class system.ioc.evaluators.ConfigEvaluator
Creates a new ConfigEvaluator instance.
ConfigResource — class, package vegas.ioc.io
This resource object contains all information about a config file to load in the application.
ConfigResource(init:Object) — Constructor, class vegas.ioc.io.ConfigResource
Creates a new ConfigResource instance.
ConfigurableObject — class, package vegas.config
This core class extend the CoreObject class and implement the IConfigurable interface.
ConfigurableObject(id:any, isConfigurable:Boolean, global:Boolean, channel:String) — Constructor, class vegas.config.ConfigurableObject
Creates a new ConfigurableObject instance.
CONFIGURATION — Constant Static Property, class system.ioc.ObjectAttribute
Defines the label of the 'configuration' top-level attribute.
Configurator — class, package system
The Configurator class defines the basic class used to creates custom configurations.
Configurator(config:Object) — Constructor, class system.Configurator
Creates a new Configurator object.
conjugate() — method, class graphics.geom.Quaternion
Conjugates the Quaternion.
connect(receiver:any, priority:uint, autoDisconnect:Boolean) — method, class graphics.transitions.FrameLoop
Connects a Function or a Receiver object.
connect() — method, class system.logging.targets.SocketTarget
Connects the target with the socket server.
connect(receiver:any, priority:uint, autoDisconnect:Boolean) — method, class system.signals.InternalSignal
Connects a Function or a Receiver object.
connect(receiver:any, priority:uint, autoDisconnect:Boolean) — method, interface system.signals.Signaler
Connects a Function or a Receiver object.
connect(command:String, ... rest) — method, class vegas.net.Connection
Connect the client with this method.
connect(command:String, ... rest) — method, class vegas.net.NetServerConnection
Connect the client with this method.
connectAppShutDown — Property, class vegas.net.Connection
This signal emit when the specified application is shutting down.
connectClosed — Property, class vegas.net.Connection
This signal emit when the connection was closed successfully.
CONNECT_CLOSED — Constant Static Property, class vegas.net.ConnectionCode
The connection was closed successfully.
CONNECT_CLOSED — Constant Static Property, class vegas.net.NetServerStatus
The connection was closed successfully.
connected() — method, class graphics.transitions.FrameLoop
Returns true if one or more receivers are connected.
connected — Property, class system.logging.targets.SocketTarget
Indicates if the target is connected with Socket server.
connected — Property, class system.process.ActionURLStream
Indicates whether this URLStream object is currently connected.
connected() — method, class system.signals.InternalSignal
Returns true if one or more receivers are connected.
connected() — method, interface system.signals.Signaler
Returns true if one or more receivers are connected.
connected — Property, class vegas.net.NetServerConnection
[read-only] Indicates whether Flash Player has connected to a server through a persistent RTMP connection (true) or not (false).
connectedProxyType — Property, class vegas.net.NetServerConnection
[read-only] Indicates whether Flash Player has connected to a server through a persistent RTMP connection (true) or not (false).
connectFailed — Property, class vegas.net.Connection
This signal emit when the connection attempt failed.
CONNECT_FAILED — Constant Static Property, class vegas.net.ConnectionCode
The connection attempt failed.
CONNECT_FAILED — Constant Static Property, class vegas.net.NetServerStatus
The connection attempt failed or the NetConnection.call method was not able to invoke the server-side method or command.
CONNECT_INVALID — Constant Static Property, class vegas.net.NetServerStatus
The application name specified during connect is invalid.
connectInvalidApp — Property, class vegas.net.Connection
This signal emit when the application name specified during connect is invalid.
CONNECT_INVALID_APP — Constant Static Property, class vegas.net.ConnectionCode
The application name specified during connect is invalid.
connection — Property, class system.remoting.RemotingService
The internal RemotingConnection reference.
connection — Property, class vegas.events.NetServerEvent
Indicates the NetServerConnection target of this event.
connection — Property, class vegas.net.NetServerConnection
Indicates the internal NetConnection reference of this object.
connection — Property, class vegas.net.NetServerGateway
Returns the NetConnection reference of this instance.
Connection — class, package vegas.net
The Connection class creates a two-way connection between a client and a server.
Connection() — Constructor, class vegas.net.Connection
Creates a new Connection instance.
ConnectionCode — class, package vegas.net
The enumeration of all codes notify in a Connection when this status is changed.
ConnectionLevel — final class, package vegas.net
This static enumeration class defines all net connection levels.
connections — Package Constant Property, system.remoting
The singleton collections of remoting connections registered with a specific gateway url in the application.
connectNetworkChange — Property, class vegas.net.Connection
This signal emit when the Flash Player has detected a network change, for example, a dropped wireless connection, a successful wireless connection,or a network cable loss.
CONNECT_NETWORK_CHANGE — Constant Static Property, class vegas.net.ConnectionCode
Flash Player has detected a network change, for example, a dropped wireless connection, a successful wireless connection,or a network cable loss.
connectRejected — Property, class vegas.net.Connection
This signal emit when the connection attempt did not have permission to access the application.
CONNECT_REJECTED — Constant Static Property, class vegas.net.ConnectionCode
The connection attempt did not have permission to access the application.
CONNECT_REJECTED — Constant Static Property, class vegas.net.NetServerStatus
The connection attempt did not have permission to access the application.
CONNECT_SHUTDOWN — Constant Static Property, class vegas.net.ConnectionCode
The specified application is shutting down.
CONNECT_SHUTDOWN — Constant Static Property, class vegas.net.NetServerStatus
The specified application is shutting down.
connectSuccess — Property, class vegas.net.Connection
This signal emit when the connection attempt succeeded.
CONNECT_SUCCESS — Constant Static Property, class vegas.net.ConnectionCode
The connection attempt succeeded.
CONNECT_SUCCESS — Constant Static Property, class vegas.net.NetServerStatus
The connection attempt succeeded.
console — package property, system.terminals
This is the default console.
constant — Constant Static Property, class system.reflection.MemberType
The "constant" member type value.
constants — Property, interface system.reflection.ClassInfo
List all constants in the class.
construct(... rest) — method, interface system.reflection.ConstructorInfo
Creates the constructor representation.
ConstructorInfo — Interface, package system.reflection
This interface defines the constructor informations in a class info.
container — Property, class graphics.layouts.CoreLayout
Indicates the container reference to change with the layout.
container — Property, interface graphics.layouts.Layout
Indicates the container reference to change with the layout.
container — Property, class graphics.process.display.RemoveChildren
The DisplayObjectContainer reference.
container — Property, class lunas.components.bars.SimpleScrollbar
The internal container display of the bar and the thumb.
container — Property, class lunas.components.buttons.IconButtonBuilder
The picture container reference of the component.
container — Property, class lunas.components.buttons.RadioIconButtonBuilder
The list container of the button.
container — Property, class lunas.components.labels.IconLabelBuilder
The picture container reference of the component.
_container — Property, class lunas.containers.CircleContainer
This Sprite reference defines a container display.
_container — Property, class lunas.containers.ListContainer
This CoreSprite reference defines a container display.
Container — class, package lunas.containers
The Container class is the base components for all objects that can serve as display object containers on the display list.
Container() — Constructor, class lunas.containers.Container
Creates a new Container instance.
contains — Package Constant Property, core.arrays
Determines whether the specified object exists as an element in an Array object.
contains(index:any) — method, class graphics.display.TimelineScript
Indicates if a script is registerd with the specific frame index (label name or frame value).
contains(prop:String) — method, class graphics.transitions.TweenBuffer
Returns true if the specified property exist in this buffer.
contains(child:flash.display:DisplayObject) — method, interface lunas.IContainer
Determines whether the specified display object is a child of the DisplayObjectContainer instance or the instance itself.
contains(id:any) — Static Method , class lunas.StyleCollector
Returns true if the StyleCollector contains the specified id.
contains(child:flash.display:DisplayObject) — method, class lunas.containers.Container
Determines whether the specified display object is a child of the DisplayObjectContainer instance or the instance itself.
contains(groupName:String) — method, class lunas.groups.CoreGroup
Returns true if the specified group name exist.
contains(o:Object, member:any) — Static Method , class system.Objects
Iterates object members to find a value.
contains(o:any) — method, interface system.data.Collection
Returns true if this collection contains the specified element.
contains(nFilter:uint, nOption:uint) — Static Method , class system.data.arrays.ArrayFilter
Returns true if the filter number value contains the option number value.
contains(o:any) — method, class system.data.bags.CoreMapBag
Returns true if this bag contains the object passed in argument.
contains(o:any) — method, class system.data.collections.ArrayCollection
Returns true if this collection contains the specified element.
contains(o:any) — method, class system.data.collections.TypedCollection
Returns true if this collection contains the specified element.
contains(o:any) — method, class system.data.lists.LinkedList
Returns true if this list contains the specified element.
contains(o:any) — method, class system.data.maps.MultiSetMap
Checks whether the map contains the value specified .
contains(o:any) — method, class system.data.queues.CircularQueue
Returns true if the queue contains the object passed in argument.
contains(o:any) — method, class system.data.queues.TypedQueue
Returns true if this collection contains the specified element.
contains(o:any) — method, class system.data.sets.CoreSet
Returns true if this Set contains the specified element.
contains(o:any) — method, class system.events.EventListenerBatch
Returns true if this collection contains the specified element.
contains(type:String) — method, class system.events.FrontController
Returns true if the specified type is registered in the FrontController.
contains(name:String) — method, class system.ioc.Parameters
Indicates if the parameters object contains the specified variable.
contains(entry:Object) — method, class system.models.maps.MapModel
Returns true if the model contains the specified entry.
contains(value:Number) — method, class system.numeric.Range
Returns true if the Range instance contains the value passed in argument.
contains(o:any) — method, class system.process.Batch
Returns true if this collection contains the specified element.
contains(o:any) — Static Method , class vegas.colors.SVGColor
Returns true if the object passed in argument is in the map of SVGColor elements.
contains(conf:vegas.config:IConfigurable) — Static Method , class vegas.config.ConfigCollector
Returns true if the collector contains the specified IConfigurable object.
contains(lang:any) — method, class vegas.i18n.Localization
Returns true if this Localization contains the specified Lang.
contains(id:any) — method, class vegas.managers.TabManager
Checks whether the map contains the specified group id.
contains(vo:system.data:ValueObject) — method, class vegas.models.collections.CollectionModelObject
Returns true if the model contains the specified ValueObject.
contains(value:any) — method, class vegas.models.maps.MapModel
Returns true if the model contains the specified value.
contains(vo:system.data:ValueObject) — method, class vegas.models.maps.MapModelObject
Returns true if the model contains the specified ValueObject.
contains(eventName:String) — method, class vegas.net.NetServerGateway
Returns true if the eventName is registered in the Gateway Controller.
contains(code:String) — Static Method , class vegas.net.NetServerStatus
Indicates if the specified code expression is register in the NetServerStatus enumeration list.
contains(code:String) — Static Method , class vegas.net.NetStreamStatus
Indicates if the specified code expression is register in the NetServerStatus enumeration list.
contains(value:Number) — method, class vegas.vo.FilterVO
Returns true if the filter number value contains the option number value.
containsAlias(alias:String) — method, class core.data.aliases
Indicates if the collector contains the passed-in alias expression.
containsAlias(alias:String) — method, class system.ioc.TypeAliases
Indicates if the collector contains the passed-in alias expression.
containsAll(c:system.data:Collection) — method, interface system.data.Bag
Returns true if the bag contains all elements in the given collection, respecting cardinality.
containsAll(c:system.data:Collection) — method, interface system.data.List
Returns true if this list contains all of the elements of the specified collection.
containsAll(c:system.data:Collection) — method, class system.data.bags.CoreMapBag
Returns true if thie bag contains all object in the passed collection in argument.
containsAll(c:system.data:Collection) — method, class system.data.collections.ArrayCollection
Returns true if this collection contains all of the elements of the specified collection.
containsAll(c:system.data:Collection) — method, class system.data.lists.LinkedList
Returns true if this collection contains the specified element.
containsAllInBag(b:system.data:Bag) — method, class system.data.bags.CoreMapBag
Returns true if thie bag contains all object in the passed bag in argument.
containsAt(index:int) — method, interface lunas.IContainer
Returns true if a child exist in the display list at the specified index value.
containsAt(index:int) — method, class lunas.containers.Container
Returns true if a child exist in the display list at the specified index value.
containsBOM(byte:flash.utils:ByteArray, bom:vegas.net:BOM) — Static Method , class vegas.net.BOMInspector
Indicates if the specified BOM is register in the passed-in ByteArray reference.
containsByID(id:any) — method, class vegas.models.maps.MapModelObject
Returns true if the model contains the specified id key in argument.
containsByKey(key:any, value:any) — method, class system.data.maps.MultiSetMap
Checks whether the map contains the value specified with the specified key.
containsByProperty(propName:String, value:any) — method, class system.models.maps.MapModel
Returns true if the model contains the specified attribute value.
containsByProperty(propName:String, value:any) — method, class vegas.models.collections.CollectionModelObject
Returns true if the model contains the specified attribute value.
containsByProperty(propName:String, value:any) — method, class vegas.models.maps.MapModelObject
Returns true if the model contains the specified attribute value.
containsConnection(gatewayUrl:String) — method, class system.remoting.RemotingConnections
Indicates if the collector contains the specific gatewayUrl.
containsInstance(channel:String) — Static Method , class system.events.EventDispatcher
Indicates if the specified singleton reference is register.
containsInstance(channel:String) — Static Method , class system.events.FrontController
Indicates if the specified singleton reference is register.
containsKey(key:any) — method, interface system.data.Map
Returns true if this map contains a mapping for the specified key.
containsKey(key:any) — method, class system.data.maps.ArrayMap
Returns true if this map contains a mapping for the specified key.
containsKey(key:any) — method, class system.data.maps.HashMap
Returns true if this map contains a mapping for the specified key.
containsKey(key:any) — method, class system.data.maps.MultiValueMap
Checks whether the map contains the key specified.
containsKey(key:any) — method, class system.data.maps.TypedMap
Returns true if this map contains a mapping for the specified key.
containsKey(key:any) — method, class system.models.maps.MapModel
Returns true if the model contains the specified id key in argument.
containsKey(key:any) — method, class vegas.models.maps.MapModel
Returns true if the model contains the specified id key in argument.
containsObjectDefinition(id:String) — method, interface system.ioc.IObjectDefinitionContainer
Returns true if the object defines with the specified id is register in the container.
containsObjectDefinition(id:String) — method, class system.ioc.ObjectDefinitionContainer
Returns true if the object defines with the specified id is register in the container.
containsSingleton(id:String) — method, class system.ioc.ObjectFactory
Indicates if a singleton reference is register in the factory with the specified id.
containsType(type:String) — method, class lunas.components.buttons.CoreButtonBuilder
Returns true if the specified type is register in the object.
containsType(type:String) — method, class lunas.components.buttons.FrameLabelButton
Returns true if the specified type is register in the object.
containsValue(value:String) — method, class core.data.aliases
Indicates if the collector contains the passed-in type value expression.
containsValue(value:any) — method, interface system.data.Map
Returns true if this map maps one or more keys to the specified value.
containsValue(value:any) — method, class system.data.maps.ArrayMap
Returns true if this map maps one or more keys to the specified value.
containsValue(value:any) — method, class system.data.maps.HashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(value:any) — method, class system.data.maps.MultiValueMap
Checks whether the map contains the value specified.
containsValue(value:any) — method, class system.data.maps.TypedMap
Returns true if this map maps one or more keys to the specified value.
containsValue(value:String) — method, class system.ioc.TypeAliases
Indicates if the collector contains the passed-in type value expression.
containsValueByKey(key:any, value:any) — method, class system.data.maps.MultiValueMap
Checks whether the map contains the value specified or at the specified key contains the value.
content — Property, class lunas.components.buttons.PictureButton
Returns the content reference of the button.
content — Property, class system.process.ActionLoader
Contains the root display object of the SWF file or image (JPG, PNG, or GIF) file that was loaded by using the load() or loadBytes() methods.
contentLoaderInfo — Property, class system.process.ActionLoader
Returns a LoaderInfo object corresponding to the object being loaded.
contents(str:String) — method, class system.data.trees.Trie
Take current Trie and dump output to StringBuffer
context — Property, class system.events.BasicEvent
Determinates the optional context of this event.
context — Property, class system.process.ActionLoader
The LoaderContext class provides options for loading SWF files and other media by using the Loader class.
context — Property, class vegas.display.CoreLoader
The LoaderContext object of this loader.
context — Property, class vegas.ioc.ObjectFactoryLoader
The default context file uri value.
context — Property, class vegas.media.SoundLoader
Minimum number of milliseconds of MP3 data to hold in the Sound object's buffer.
CONTEXT — Constant Static Property, class vegas.ioc.io.ObjectResourceType
The "context" resource type.
ContextResource — class, package vegas.ioc.io
This resource object contains all information about a context file to load in the application.
ContextResource(init:Object) — Constructor, class vegas.ioc.io.ContextResource
Creates a new ContextResource instance.
continueTo(finish:Number, duration:Number, noRestart:Boolean) — method, class graphics.transitions.TweenLite
Instructs the tweened animation to continue tweening from its current animation point to a new finish and duration point.
contrast — Property, class graphics.colors.ColorMatrix
Determinates the contrast component of the color matrix.
contrast — Property, class vegas.colors.LightColor
Indicates the contrast value (percent) of the DisplayObject.
controller — Property, class system.events.Command
The front controller reference of this command.
controller — Property, class vegas.net.NetServerGateway
Sets the NetServerGateway controller reference.
Controller — Interface, package vegas.controllers
Defines a basic Controller in the application, all Controller objects implements the EventListener class.
controls — Static Property, class system.Char
The Array representation of all ASCII controls characters.
Copier — class, package vegas.utils
The Copier utility class is an all-static class with a method to returns a copy representation of an object.
copy(ar:Array, shallow:Boolean) — Static Method , class system.Arrays
Creates a deep or shallow copy of the specified Array.
copy(from:flash.utils:ByteArray, fromOffset:int, to:flash.utils:ByteArray, toOffset:int, length:int) — Static Method , class system.ByteArrays
This function can copy a ByteArray in a other ByteArray.
copy(o:Object, shallow:Boolean) — Static Method , class system.Objects
Returns a copy of the object.
copy() — method, interface vegas.Copyable
Creates and returns a deep copy of the object.
copy(o:any) — Static Method , class vegas.utils.Copier
Returns a deep copy of the specified object passed in argument.
copy(str:String) — Static Method , class vegas.utils.StringUtil
Returns a copy by value of this object.
Copyable — Interface, package vegas
Interface implemented by classes that can produce "deep" copies of their objects.
copyArray(ar:Array) — Static Method , class vegas.utils.Copier
Creates the deep copy of the specified Array.
copyObjectByValue — Property, class system.serializers.eden.EdenConfigurator
Parameter allowing to copy objects by value if true or by reference if false.
CORAL — Constant Static Property, class vegas.colors.SVGColor
The 'Coral' SVG color object.
core — package
CoreAction — class, package system.process
This class simplify a full implementation of the Action interface.
CoreAction() — Constructor, class system.process.CoreAction
Creates a new CoreAction instance.
CoreActionLoader — class, package system.process
This core command object run a "loader" object and notify ActionEvent during a load process.
CoreActionLoader(loader:flash.events:IEventDispatcher) — Constructor, class system.process.CoreActionLoader
Creates a new CoreActionLoader instance.
core.arrays — package
CoreBitmap — class, package vegas.display
The CoreBitmap class extends the flash.display.Bitmap class and implements the IDisplayObject interface.
CoreBitmap(bitmapData:flash.display:BitmapData, pixelSnapping:String, smoothing:Boolean) — Constructor, class vegas.display.CoreBitmap
Creates a new CoreBitmap instance.
CoreBroadcaster — class, package system.broadcasters
This basic class is used to create concrete Broadcaster implementations.
CoreBroadcaster(broadcaster:system.broadcasters:Broadcaster) — Constructor, class system.broadcasters.CoreBroadcaster
Creates a new CoreBroadcaster instance.
CoreBuilder — class, package lunas
This class provides a skeletal implementation of the Builder interface, to minimize the effort required to implement this interface.
CoreBuilder(target:flash.display:DisplayObject) — Constructor, class lunas.CoreBuilder
Creates a new CoreBuilder instance.
CoreButton — Dynamic Class, package lunas.components.buttons
This class provides a skeletal implementation of the Button interface, to minimize the effort required to implement this interface.
CoreButton() — Constructor, class lunas.components.buttons.CoreButton
Creates a new CoreButton instance.
CoreButtonBuilder — class, package lunas.components.buttons
This class provides a skeletal implementation of the button IBuilder objects.
CoreButtonBuilder(target:flash.display:DisplayObject) — Constructor, class lunas.components.buttons.CoreButtonBuilder
Creates a new CoreButtonBuilder instance.
core.chars — package
CoreComponent — class, package lunas
This class provides a skeletal implementation of all the components in Lunas, to minimize the effort required to implement this interface.
CoreComponent() — Constructor, class lunas.CoreComponent
Creates a new CoreComponent instance.
CoreConfigLoader — class, package vegas.config
This skeletal class provides an easy implementation of the IConfigLoader interface.
CoreConfigLoader(loader:flash.net:URLLoader) — Constructor, class vegas.config.CoreConfigLoader
Creates a new CoreConfigLoader instance.
core.data — package
CoreEventDispatcher — class, package system.events
This basic class is used to create concrete IEventDispatcher implementations.
CoreEventDispatcher(global:Boolean, channel:String) — Constructor, class system.events.CoreEventDispatcher
Creates a new CoreEventDispatcher instance.
core.functors — package
CoreGroup — Dynamic Class, package lunas.groups
This abstract class defined a skeletal implementation to create component's groups.
CoreGroup() — Constructor, class lunas.groups.CoreGroup
Creates a new CoreGroup instance.
core.html — package
CoreLayout — class, package graphics.layouts
The basic implementation of the layouts.
CoreLayout(container:flash.display:DisplayObjectContainer, init:Object, auto:Boolean) — Constructor, class graphics.layouts.CoreLayout
Creates a new CoreLayout instance.
CoreLoader — class, package vegas.display
The CoreLoader class extends the flash.display.Loader class and implements the IDisplayObject interface.
CoreLoader() — Constructor, class vegas.display.CoreLoader
Creates a new CoreLoader instance.
CoreLocalizationLoader — class, package vegas.i18n
This skeletal class provides an easy implementation of the ILocalizationLoader interface.
CoreLocalizationLoader(localization:vegas.i18n:Localization, loader:flash.net:URLLoader) — Constructor, class vegas.i18n.CoreLocalizationLoader
Creates a new CoreLocalizationLoader instance.
CoreMapBag — class, package system.data.bags
This class provides a skeletal implementation of the Bag interface, to minimize the effort required to implement this interface.
CoreMapBag(map:system.data:Map, co:system.data:Collection) — Constructor, class system.data.bags.CoreMapBag
Creates a new CoreMapBag instance.
core.maths — package
CoreModel — class, package vegas.models
This class provides a skeletal implementation of the IModel interface, to minimize the effort required to implement this interface.
CoreModel(global:Boolean, channel:String, id:any) — Constructor, class vegas.models.CoreModel
Creates a new CoreModel instance.
CoreModelObject — class, package vegas.models
This class provides a skeletal implementation of the IModelObject interface, to minimize the effort required to implement this interface.
CoreModelObject(global:Boolean, channel:String, id:any) — Constructor, class vegas.models.CoreModelObject
Creates a new CoreModelObject instance.
CoreMovieClip — class, package vegas.display
The CoreMovieClip class extends the flash.display.MovieClip class and implements the IDisplayObject interface.
CoreMovieClip() — Constructor, class vegas.display.CoreMovieClip
Creates a new CoreMovieClip instance.
CoreObject — class, package vegas
CoreObject offers a default implementation of the Loggable and Serializable interfaces.
CoreObject() — Constructor, class vegas.CoreObject
Creates a new CoreObject instance.
core.objects — package
CoreProgress — class, package lunas
This class provides a skeletal implementation of all the Progress display components, to minimize the effort required to implement this interface.
CoreProgress() — Constructor, class lunas.CoreProgress
Creates a new CoreProgress instance.
CoreProgressbar — class, package lunas.components.bars
This class provides a skeletal implementation of all the IProgressbar display components, to minimize the effort required to implement this interface.
CoreProgressbar(direction:String, w:Number, h:Number) — Constructor, class lunas.components.bars.CoreProgressbar
Creates a new CoreProgressbar instance.
core.reflect — package
CoreScrollbar — class, package lunas.components.bars
This class provides a skeletal implementation of all the Scrollbar display components, to minimize the effort required to implement this interface.
CoreScrollbar(direction:String, w:Number, h:Number) — Constructor, class lunas.components.bars.CoreScrollbar
Creates a new CoreScrollbar instance.
CoreSet — class, package system.data.sets
The basic implementation of the Set interface.
CoreSet(map:system.data:Map, init:any) — Constructor, class system.data.sets.CoreSet
Creates a new CoreSet instance.
CoreShape — class, package vegas.display
The CoreShape class extends the flash.display.Shape class and implements the IDisplayObject interface.
CoreShape() — Constructor, class vegas.display.CoreShape
Creates a new CoreShape instance.
CoreSimpleButton — class, package vegas.display
The CoreSimpleButton class extends the flash.display.SimpleButton class and implements the IDisplayObject interface.
CoreSimpleButton(upState:flash.display:DisplayObject, overState:flash.display:DisplayObject, downState:flash.display:DisplayObject, hitTestState:flash.display:DisplayObject) — Constructor, class vegas.display.CoreSimpleButton
Creates a new CoreSimpleButton instance.
CoreSound — class, package vegas.media
The CoreSound class extends the flash.media.Sound class and implements the Identifiable, Lockable and Logable interfaces.
CoreSound(stream:flash.net:URLRequest, context:flash.media:SoundLoaderContext) — Constructor, class vegas.media.CoreSound
Creates a new CoreSound instance.
CoreSprite — class, package vegas.display
The CoreSprite class extends the flash.display.Sprite class and implements the IDisplayObject interface.
CoreSprite() — Constructor, class vegas.display.CoreSprite
Creates a new CoreSprite instance.
core.strings — package
CoreStyle — class, package lunas
This class provides a skeletal implementation of the Style interface, to minimize the effort required to implement this interface.
CoreStyle(init:any, id:any) — Constructor, class lunas.CoreStyle
Creates a new AbstractStyle instance.
CoreStyleSheet — class, package vegas.text
The CoreStyleSheet class extends the flash.text.StyleSheet.
CoreStyleSheet(source:String, id:any) — Constructor, class vegas.text.CoreStyleSheet
Creates a new CoreStyleSheet instance.
CoreTextField — class, package vegas.text
The CoreTextField class extends the flash.text.TextField class and implements the IDisplayObject interface.
CoreTextField(width:Number, height:Number) — Constructor, class vegas.text.CoreTextField
Creates a new CoreTextField instance.
CoreTextInput — class, package lunas.components.textinputs
This class provides a skeletal implementation of the ITextInput interface, to minimize the effort required to implement this interface.
CoreTextInput() — Constructor, class lunas.components.textinputs.CoreTextInput
Creates a new CoreTextInput instance.
CoreTransition — class, package graphics.transitions
This core class defines the skeletal implementation of the Transition interface.
CoreTransition(id:any) — Constructor, class graphics.transitions.CoreTransition
Creates a new CoreTransition instance.
core.vectors — package
CoreVideo — class, package vegas.media
The CoreVideo class extends the flash.media.Video class and implements the IDisplayObject interface.
CoreVideo(width:int, height:int) — Constructor, class vegas.media.CoreVideo
Creates a new CoreVideo instance.
CoreVisitable — class, package vegas.utils.visitors
The abstract representation of the Visitable interface.
CoreVisitable() — Constructor, class vegas.utils.visitors.CoreVisitable
Creates a new CoreVisitable instance.
corner — Property, class graphics.drawing.CornerRectanglePen
Determinates the Corner value of this pen.
corner — Property, class graphics.drawing.PageFlipPen
The original position of the dragged point.
Corner — class, package graphics
Determinates the corner definition.This object is use to set for example the CornerRectanglePen implementation (Bevel, RoundedComplex, etc.)
Corner(tl:Boolean, tr:Boolean, br:Boolean, bl:Boolean) — Constructor, class graphics.Corner
Creates a new Corner instance.
cornerRadius — Property, class graphics.drawing.RoundedComplexRectanglePen
The global corner radius corner, in pixels.
cornerRadius — Property, class lunas.components.bars.SimpleScrollbar
The global corner radius corner, in pixels (default 0).
CornerRectanglePen — Dynamic Class, package graphics.drawing
This pen draw a corner rectangle shape with a Graphics object.
CornerRectanglePen(graphic:any, x:Number, y:Number, width:Number, height:Number, align:uint) — Constructor, class graphics.drawing.CornerRectanglePen
Creates a new CornerRectanglePen instance.
CORN_FLOWER_BLUE — Constant Static Property, class vegas.colors.SVGColor
The 'CornFlowerBlue' SVG color object.
CORN_SILK — Constant Static Property, class vegas.colors.SVGColor
The 'CornSilk' SVG color object.
cosD — Package Constant Property, core.maths
Calculates the cosine of the passed angle.
coserp — Package Constant Property, core.maths
Short for 'cosinusoidal interpolation', this method will interpolate while easing around the end, when value is near one.
cosH — Package Constant Property, core.maths
Hyperbolic cosine.
_count — Property, class graphics.transitions.FrameTimer
The internal counter of the timer.
count — Property, class system.models.arrays.PageableArrayModel
Determinates the number of elements in a page of this model.
count — Property, class system.process.CountDown
The countdown number of times the timer has fired since it started at maxCount to zero.
count — Property, class vegas.models.arrays.PageableArrayModelObject
Determinates the count of items in a page of this model.
CountDown — class, package system.process
A countdown is a sequence of counting backward to indicate the seconds, days, or other time units remaining before an event occurs or a deadline expires.
CountDown(maxCount:uint, delay:Number) — Constructor, class system.process.CountDown
Creates a new CountDown instance.
cover — Property, class lunas.components.buttons.PictureButton
Indicates a DisplayObject to mask the loading content of the button.
cover — Property, class vegas.display.coverflow.Cover
Indicates the internal cover Bitmap reference.
Cover — class, package vegas.display.coverflow
A cover thumb display.
Cover(bitmap:flash.display:IBitmapDrawable, init:Object) — Constructor, class vegas.display.coverflow.Cover
Creates a new Cover instance.
CoverEntry — class, package vegas.display.coverflow
This entry register all components of a specified Cover in the coverflow 3D space.
CoverEntry(x:Number, z:Number, alpha:Number) — Constructor, class vegas.display.coverflow.CoverEntry
Creates a new CoverEntry instance.
CoverFlow — class, package vegas.display.coverflow
The cover flow container.
CoverFlow(size:Number, auto:Boolean, init:Object) — Constructor, class vegas.display.coverflow.CoverFlow
Creates a new CoverFlow instance.
CR — Constant Static Property, class system.Char
The "carriage return" unicode character.
CR — Constant Static Property, class vegas.strings.UnicodeChar
Carriage Return utf8 representation (line terminators).
CRC32 — final class, package calista.hash
A cyclic redundancy check (CRC) is a non-secure hash function designed to detect accidental changes to raw computer data, and is commonly used in digital networks and storage devices such as hard disk drives.
create — Package Constant Property, core.vectors
Creates a new dynamic Vector object with the specified arguments.
create(points:Array, step:Number, precision:Number, loop:Boolean) — Static Method , class graphics.geom.Beziers
Calculates an array representation of Point elements to create a quadratic Bezier curve looped or not in n-points.
create(scope:any, method:Function, ... rest) — Static Method , class system.events.Delegate
Creates a method that delegates its arguments to a specified scope.
create — Constant Static Property, class system.ioc.ObjectDefinition
Creates a new ObjectDefinition instance and populated it with the specified init object in argument.
create(url:String, httpHost:String) — method, class system.remoting.RemotingGatewayUrl
Creates the url with the specified parameters.
create(... rest) — method, interface vegas.Factory
Creates the objects.
create() — method, class vegas.ioc.ObjectFactoryLoader
Creates the objects.
create() — method, class vegas.ioc.io.AssemblyResource
Creates a new ActionURLLoader object with the resource.
create() — method, class vegas.ioc.io.ConfigResource
Creates a new CoreActionLoader object with the resource.
create() — method, class vegas.ioc.io.ContextResource
Creates a new ActionURLLoader object with the resource.
create() — method, class vegas.ioc.io.FontResource
Creates a new CoreActionLoader object with the resource.
create() — method, class vegas.ioc.io.LocaleResource
Creates a new CoreActionLoader object with the resource.
create() — method, class vegas.ioc.io.ObjectResource
Creates a new ActionURLLoader object with the resource.
create() — method, class vegas.ioc.io.ShaderResource
Creates a new CoreActionLoader object with the resource.
create() — method, class vegas.ioc.io.SoundResource
Creates a new loader object with the resource.
create() — method, class vegas.ioc.io.StyleSheetResource
Creates a new CoreActionLoader object with the resource.
create() — method, class vegas.ioc.io.TextResource
Creates a new ActionURLLoader object with the resource.
create() — method, class vegas.ioc.io.XMLResource
Creates a new ActionURLLoader object with the resource.
createArguments — Package Constant Property, system.ioc.builders
Creates the Array of all arguments.
createArguments(args:Array) — method, class system.ioc.ObjectFactory
Creates the arguments Array representation of the specified definition.
createCollection() — method, class system.data.maps.MultiValueMap
Creates a new instance of the map value Collection container.
createFreeform(area:any, x0:Number, y0:Number, x1:Number, y1:Number, x2:Number, y2:Number, x3:Number, y3:Number) — Static Method , class graphics.drawing.CanvasTransform
Creates a free form effect over a Canvas object}.
createFromString(code:String, stage:flash.display:Stage, delay:uint) — Static Method , class vegas.ui.CheatCode
Generates a cheat code object with a specific String expression.
createGradientBox(width:Number, height:Number, rotation:Number, tx:Number, ty:Number) — method, class graphics.geom.GradientMatrix
Creates the specific style of matrix expected by the beginGradientFill() and lineGradientStyle() methods of the Graphics class.
createListeners — Package Constant Property, system.ioc.builders
Creates the Array of all listeners defines in the passed-in factory object definition.
createNewModelObjectEvent(type:String, vo:system.data:ValueObject) — method, class vegas.models.CoreModelObject
Returns and creates a new empty ModelObjectEvent.
createObjectDefinition — Package Constant Property, system.ioc.builders
Creates a new ObjectDefinition instance and populated it with the specified init object in argument.
createObjectFactoryStrategy — Package Constant Property, system.ioc.builders
This helper create an IObjectFactoryStrategy object with a generic object in the IoC context.
createObjectWithStrategy(strategy:system.ioc:IObjectFactoryStrategy) — method, class system.ioc.ObjectFactory
Creates a new Object with a specified IObjectFactoryStrategy instance.
createPinch(area:any, xAmount:Number, yAmount:Number) — Static Method , class graphics.drawing.CanvasTransform
Creates a pinch effect over a Canvas object}.
createProperties — Package Constant Property, system.ioc.builders
Creates the Array of all properties defines in the passed-in factory object definition.
createReceivers — Package Constant Property, system.ioc.builders
Creates the Array of all receivers defines in the passed-in factory object definition.
createWaves(area:any, xAmount:Number, yAmount:Number, xCount:Number, yCount:Number, xOffset:Number, yOffset:Number) — Static Method , class graphics.drawing.CanvasTransform
Creates a waves effect over a Canvas object}.
createWhirl(centerX:Number, centerY:Number, radius:Number, amount:Number) — Static Method , class graphics.drawing.CanvasTransform
Creates a Whirl effect over a Canvas object}.
creationdate — Property, class vegas.media.FLVMetaData
The date of creation of the video.
CREDENTIALS — Constant Static Property, class system.remoting.RemotingConnection
The "credentials" constant.
CRIMSON — Constant Static Property, class vegas.colors.SVGColor
The 'CrimSon' SVG color object.
CropBitmapData — class, package graphics.display
Creates a new BitmapData with a crop of an original IBitmapDrawable object.
CropBitmapData(bitmap:flash.display:IBitmapDrawable, area:flash.geom:Rectangle, smoothing:Boolean, transparent:Boolean, fillColor:uint, matrix:flash.geom:Matrix, colorTransform:flash.geom:ColorTransform, blendMode:String, clipRect:flash.geom:Rectangle, strict:Boolean) — Constructor, class graphics.display.CropBitmapData
Creates a new CropBitmapData instance.
cross(vector:graphics.geom:Vector2) — method, class graphics.geom.Vector2
Returns the cross value of the two Vector2.
cross(vector:graphics.geom:Vector3) — method, class graphics.geom.Vector3
Computes the cross product of two Vector3s.
cross(v1:graphics.geom:Vector4, v2:graphics.geom:Vector4) — Static Method , class graphics.geom.Vectors4
Returns the cross product of two Vector4.
CS — Constant Static Property, class vegas.i18n.Lang
Indicates the 'Czech' language reference.
cubicIn — Package Constant Property, graphics.easings
The cubicIn function starts motion from zero velocity and then accelerates motion as it executes.
cubicInOut — Package Constant Property, graphics.easings
The cubicInOut function combines the motion of the cubicIn and cubicOut functions to start the motion from a zero velocity, accelerate motion, then decelerate to a zero velocity.
cubicOut — Package Constant Property, graphics.easings
The cubicIn function starts motion fast and then decelerates motion to a zero velocity as it executes.
cuePoint — Property, class vegas.net.NetStreamClient
This signal emit cuepoint informations when an embedded cue point is reached while playing an FLV file.
CuePoint — class, package vegas.media
The CuePoint information object.
CuePoint(init:Object) — Constructor, class vegas.media.CuePoint
Creates a new CuePoint instance.
cuePoints — Property, class vegas.media.FLVMetaData
An array of objects, one for each cue point embedded in the FLV file.
current() — method, class system.data.iterators.PageByPageIterator
Returns the current value.
current — Property, class system.models.ChangeModel
Determinates the selected value in this model.
current — Property, class system.process.BatchTask
Indicates the current Action reference when the batch is in progress.
current — Property, class system.process.Chain
Indicates the current Action reference when the chain process is running.
current — Property, class vegas.events.LocalizationEvent
Indicates the current Lang value of the internal Localization.
current — Property, class vegas.i18n.Localization
(read-write) Indicates the current Lang object selected in the current localization.
current — Property, class vegas.models.ChangeModel
Determinates the selected value in this model.
CURRENT — Constant Static Property, class vegas.ioc.io.AssemblyDomain
Defines the "current" assembly ApplicationDomain mode.
currentCount — Property, class graphics.transitions.FrameTimer
The total number of times the timer has fired since it started at zero.
currentCount — Property, interface graphics.transitions.ITimer
The total number of times the timer has fired since it started at zero.
currentFrame — Property, class graphics.display.TimelineIterator
The current frame of the iterator.
currentLabel — Property, class graphics.display.TimelineIterator
The current label in which the playhead is located in the timeline of the MovieClip instance.
currentLoop — Property, class graphics.display.TimelineTransition
Indicates the current countdown loop value.
currentLoop — Property, class system.process.Chain
Indicates the current countdown loop value.
currentPage — Property, class lunas.components.labels.PaginationLabel
Indicates the current page number.
currentPage() — method, class system.data.iterators.PageByPageIterator
Returns the current page value.
currentPage — Property, class system.models.arrays.PageableArrayModel
Indicates the current page selected in the model.
currentPage — Property, class vegas.models.PageByPageModel
Returns the current page number.
currentPage — Property, class vegas.models.arrays.PageableArrayModelObject
Indicates the current page selected in the model.
currentPos — Property, class system.evaluators.MathEvaluator
The current position.
currentStyleName — Property, class lunas.components.labels.PaginationLabelStyle
The stylesheet style name of the current page label.
cursor — Property, class vegas.display.Protector
The optional cursor reference.
cursorAlign — Property, class vegas.display.Protector
The alignement of the cursor when is showing and not magnetic (default Align.CENTER).
cursorAutoPlay — Property, class vegas.display.Protector
Indicates if the cursor is a MovieClip if the play() method must be invoked when the protector start.
cursorOffset — Property, class vegas.display.Protector
The offset of the cursor when is showing and not magnetic (default is new flash.geom.Point(0,0)).
curvesToLines() — method, class graphics.drawing.Canvas
Converts the curves in the model to lines.
CYAN — Constant Static Property, class vegas.colors.SVGColor
The 'Cyan' SVG color object.
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