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  
E — Constant Static Property, class graphics.CardinalDirection
The East cardinal point "E" : Azimut:90° Radians:π/2
easeSet() — method, class vegas.display.coverflow.Cover
Set the new easing state of this cover in the coverflow.
easing — Property, class graphics.transitions.TweenEntry
Defines the easing method reference of this entry (use a Function or an Easing object).
easing — Property, class graphics.transitions.TweenUnit
Defines the easing method reference of this entry.
easing — Property, class vegas.process.display.SwitchBackgroundGradientColor
Defines the easing method reference of this process.
EasingPolicy — class, package graphics.transitions
This enumeration class is a helper to define if a display or a component can use motions or not.
ECMAScript — class, package system.serializers.eden
The ECMAScript parser class.
ECMAScript(source:String) — Constructor, class system.serializers.eden.ECMAScript
Creates a new ECMAScript instance.
eden — Package Constant Property, system
The eden singleton serializer.
EdenConfigLoader — class, package vegas.config
The EdenConfigLoader class based on the eden notation.
EdenConfigLoader() — Constructor, class vegas.config.EdenConfigLoader
Creates a new EdenConfigLoader instance.
EdenConfigurator — class, package system.serializers.eden
The configurator object of the eden parser.
EdenConfigurator(config:Object) — Constructor, class system.serializers.eden.EdenConfigurator
Creates a new EdenConfigurator instance.
EdenEvaluator — class, package system.evaluators
Evaluates an eden expression.
EdenEvaluator(serialized:Boolean) — Constructor, class system.evaluators.EdenEvaluator
Creates a new EdenEvaluator instance.
EdenLoader — class, package vegas.net
This loader load an external file with eden document inside and deserialize it when the loading is complete.
EdenLoader(request:flash.net:URLRequest) — Constructor, class vegas.net.EdenLoader
Creates a new EdenLoader instance.
EdenLocalizationLoader — class, package vegas.i18n
The EdenLocalizationLoader class based on the eden notation.
EdenLocalizationLoader(localization:vegas.i18n:Localization) — Constructor, class vegas.i18n.EdenLocalizationLoader
Creates a new EdenLocalizationLoader instance.
EdenSerializer — class, package system.serializers.eden
The eden Serializer class
EdenSerializer() — Constructor, class system.serializers.eden.EdenSerializer
Creates a new EdenSerializer instance.
edge — Property, class graphics.filters.RoundPixelFilter
Indicates the edge alpha level of the rounded pixels (between 0 and 300).
edgeControlPosition — Property, class graphics.drawing.ArrowPen
The edge control position.
edgeControlSize — Property, class graphics.drawing.ArrowPen
The edge control size.
EdgeMetrics — class, package graphics.geom
The EdgeMetrics class specifies the thickness, in pixels, of the four edge regions around a visual component.
EdgeMetrics(left:Number, top:Number, right:Number, bottom:Number) — Constructor, class graphics.geom.EdgeMetrics
Creates a new EdgeMetrics instance.
editable — Property, interface lunas.TextInput
Indicates whether the user is allowed to edit the text in this control.
editable — Property, class lunas.components.textinputs.CoreTextInput
Indicates whether the user is allowed to edit the text in this control.
EF() — method, class graphics.drawing.Pen
Defines a shortcut reference to used the endFill method.
elasticIn — Package Constant Property, graphics.easings
The elasticIn function starts motion from zero velocity and then accelerates motion as it executes.
elasticInOut — Package Constant Property, graphics.easings
The elasticInOut function combines the motion of the elasticIn and elasticOut methods to start the motion from a zero velocity, accelerate motion, then decelerate to a zero velocity.
elasticOut — Package Constant Property, graphics.easings
The elasticOut function starts motion fast and then decelerates motion to a zero velocity as it executes.
element — Property, class lunas.components.buttons.RadioIconButtonBuilder
The icon title component inside the component.
element() — method, interface system.data.Queue
Retrieves, but does not remove, the head of this queue.
element() — method, class system.data.lists.LinkedList
Retrieves, but does not remove, the head (first element) of this list.
element — Property, class system.data.lists.LinkedListEntry
The element of this entry.
element() — method, class system.data.queues.CircularQueue
Returns the value of the first element in the queue.
element() — method, class system.data.queues.LinearQueue
Retrieves, but does not remove, the head of this queue.
element() — method, class system.data.queues.TypedQueue
Retrieves, but does not remove, the head of this queue.
element() — method, class system.process.Chain
Retrieves the next action reference in the chain with the current position.
ELEMENTS — Static Property, class vegas.colors.SVGColor
The Map of all SVG colors.
ellipseHeight — Property, class graphics.drawing.RoundedRectanglePen
The height of the ellipse used to draw the rounded corners (in pixels).
EllipsePen — Dynamic Class, package graphics.drawing
This pen is the tool to draw an elipse vector shape.
EllipsePen(graphic:any, ... rest) — Constructor, class graphics.drawing.EllipsePen
Creates a new ElipsePen instance.
ellipseWidth — Property, class graphics.drawing.RoundedRectanglePen
The width of the ellipse used to draw the rounded corners (in pixels).
ElseIf — class, package system.logic
Defines a conditional rule to defines a specific 'elseif' block in a IfTask reference.
ElseIf(rule:any, then:system.process:Action) — Constructor, class system.logic.ElseIf
Creates a new ElseIf instance.
ElseIfEmptyString — class, package system.logic
Defines if a value is an empty string in an 'elseif' conditional block.
ElseIfEmptyString(value:any, then:system.process:Action) — Constructor, class system.logic.ElseIfEmptyString
Creates a new ElseIfEmptyString instance.
ElseIfEquals — class, package system.logic
Defines an equality between two values in an 'elseif' conditional block.
ElseIfEquals(value1:any, value2:any, then:system.process:Action) — Constructor, class system.logic.ElseIfEquals
Creates a new ElseIfEquals instance.
ElseIfFalse — class, package system.logic
Defines if a condition is false in an 'elseif' conditional block.
ElseIfFalse(condition:any, then:system.process:Action) — Constructor, class system.logic.ElseIfFalse
Creates a new ElseIfFalse instance.
ElseIfGreaterOrEqualsThan — class, package system.logic
Defines if a value is greater or equals than an other in an 'elseif' conditional block.
ElseIfGreaterOrEqualsThan(value1:any, value2:any, then:system.process:Action) — Constructor, class system.logic.ElseIfGreaterOrEqualsThan
Creates a new ElseIfGreaterOrEqualsThan instance.
ElseIfGreaterThan — class, package system.logic
Defines if a value is greater than an other in an 'elseif' conditional block.
ElseIfGreaterThan(value1:any, value2:any, then:system.process:Action) — Constructor, class system.logic.ElseIfGreaterThan
Creates a new ElseIfGreaterThan instance.
ElseIfLessOrEqualsThan — class, package system.logic
Defines if a value is less or equals than an other in an 'elseif' conditional block.
ElseIfLessOrEqualsThan(value1:any, value2:any, then:system.process:Action) — Constructor, class system.logic.ElseIfLessOrEqualsThan
Creates a new ElseIfLessOrEqualsThan instance.
ElseIfLessThan — class, package system.logic
Defines if a value is less than an other in an 'elseif' conditional block.
ElseIfLessThan(value1:any, value2:any, then:system.process:Action) — Constructor, class system.logic.ElseIfLessThan
Creates a new ElseIfLessThan instance.
ElseIfNull — class, package system.logic
Defines if a value is null in an 'elseif' conditional block.
ElseIfNull(value:any, then:system.process:Action, strict:Boolean) — Constructor, class system.logic.ElseIfNull
Creates a new ElseIfNull instance.
ElseIfTrue — class, package system.logic
Defines if a condition is true in an 'elseif' conditional block.
ElseIfTrue(condition:any, then:system.process:Action) — Constructor, class system.logic.ElseIfTrue
Creates a new ElseIfTrue instance.
ElseIfZero — class, package system.logic
Defines if a value is 0 in an 'elseif' conditional block.
ElseIfZero(value:any, then:system.process:Action) — Constructor, class system.logic.ElseIfZero
Creates a new ElseIfZero instance.
EM — Constant Static Property, class system.Char
The "end of medium" unicode character.
embedFonts — Property, class lunas.components.buttons.DashboardButtonStyle
Indicates if the fields embed fonts.
embedFonts — Property, class lunas.components.buttons.LabelButtonStyle
Indicates if the fields embed fonts.
embedFonts — Property, class lunas.components.buttons.MediaButtonStyle
Indicates if the fields embed fonts.
embedFonts — Property, class lunas.components.buttons.SwitchLabelButtonStyle
Indicates if the fields embed fonts.
embedFonts — Property, class lunas.components.labels.LabelStyle
Indicates the embedFonts value of the label field of the component.
embedFonts — Property, class lunas.components.textinputs.CoreTextInput
Specifies whether to render by using embedded font outlines.
emit(... rest) — method, class graphics.transitions.FrameLoop
Emit the specified values to the receivers.
emit(... rest) — method, class system.signals.InternalSignal
Emit the specified values to the receivers.
emit(... rest) — method, class system.signals.Signal
Emit the specified values to the receivers.
emit(... rest) — method, interface system.signals.Signaler
Emit the specified values to the receivers.
empty() — method, class graphics.geom.Polar
Reset the polar object.
EMPTY — Static Property, class graphics.FillStyle
The empty FillStyle singleton.
EMPTY — Constant Static Property, class graphics.LineStyle
The empty LineStyle singleton.
EMPTY — Constant Static Property, class graphics.geom.EdgeMetrics
An EdgeMetrics object with a value of zero for its left, top, right, and bottom properties.
EMPTY — Constant Static Property, class vegas.utils.StringUtil
Represents the empty string.
EMPTY_FILTER — Static Property, class system.logging.LoggerStrings
The static field used when throws an Error if the filter is empty or null.
EmptyString — class, package system.rules
Evaluates if the value is an empty String.
EmptyString(value:any) — Constructor, class system.rules.EmptyString
Creates a new EmptyString instance.
EN — Constant Static Property, class vegas.i18n.Lang
Indicates the 'English' language reference.
enabled — Property, class lunas.CoreComponent
Indicates the enabled state of the component.
enabled — Property, class vegas.ioc.io.ObjectResource
A enabled flag of this resource.
enabled — Property, class vegas.managers.ProtectorManager
Determinates if the protector display is enabled or not.
ENABLED — Static Property, class lunas.events.ComponentEvent
Defines the value of the type property of an 'enabled' component.
enabledKey — Property, class lunas.components.labels.PaginationLabel
Indicates if the key controller is enabled.
encode(source:String) — Static Method , class calista.utils.Base64
Encodes a base64 string.
encode(source:String) — Static Method , class calista.utils.Base8
Encodes a base8 string.
encode(text:String) — Static Method , class system.text.html.HTML
Encodes the specified text passed in argument.
encode(text:String) — Static Method , class vegas.net.HTMLEntities
Encodes the specified text passed in argument.
encodeByteArray(data:flash.utils:ByteArray) — Static Method , class calista.utils.Base64
Encodes a ByteArray object in a base64 string.
encrypt(source:String) — method, class calista.hash.Blowfish
Uses Blowfish algorithm to encrypt a string value using key.
encrypt(source:String, key:String) — Static Method , class calista.hash.Blowfish
Uses Blowfish algorithm to encrypt a string value using key.
encrypt(source:String) — Static Method , class calista.hash.MD5
Encrypt the specified text with the MD5 algorithm.
encrypt(source:String, key:uint) — method, class calista.hash.RXOR
Encrypt the specified text with the passed-in key.
encrypt(source:String, key:uint) — Static Method , class calista.hash.RXOR
Encrypt the specified text with the passed-in key.
encrypt(source:String) — Static Method , class calista.hash.SHA1
Encrypt the specified text with the SHA-1 algorithm.
encrypt(source:String) — Static Method , class calista.hash.SHA256
Encrypt the specified text with the SHA-256 algorithm.
encrypt(source:String, key:String) — Static Method , class calista.hash.TEA
Uses corrected Block TEA to encrypt a string value using key.
encrypt(source:String, key:String) — method, class calista.hash.Vigenere
Use Vigenère algorithm to encrypt the specified source text.
encrypt(source:String, key:String) — Static Method , class calista.hash.Vigenere
Use Vigenère algorithm to encrypt the specified source text.
end — Property, class graphics.drawing.LinePen
The end vector object of this line pen.
end — Property, class vegas.media.subtitles.Caption
The end time of the caption.
endian — Property, class system.process.ActionURLStream
Indicates the byte order for the data.
endSeparator — Property, class system.formatters.ExpressionFormatter
The end separator of the expression to format (default "}").
endsWith — Package Constant Property, core.strings
Determines wether the end of a string matches the specified value.
endsWith(str:String, value:String) — Static Method , class system.Strings
Determines whether the end of this instance matches the specified String.
endTrace() — method, class system.diagnostics._VirtualMachine
Insert in the console the footer (begin trace).
ENE — Constant Static Property, class graphics.CardinalDirection
The East-North-East cardinal point "ENE" : Azimut:67.5° Radians:3π/8
ENFORCER — Constant Static Property, class vegas.ui.MouseWheelInspector
The command name to force the patch.
ENQ — Constant Static Property, class system.Char
The "enquiry" unicode character.
enqueue(o:any) — method, interface system.data.Queue
Inserts the specified element into this queue, if possible.
enqueue(o:any) — method, class system.data.lists.LinkedList
Adds the specified element as the tail (last element) of this list.
enqueue(o:any) — method, class system.data.queues.CircularQueue
Enqueue a new element in the queue if the que is not full, return a boolean.
enqueue(o:any) — method, class system.data.queues.LinearQueue
Inserts the specified element into this queue, if possible.
enqueue(o:any) — method, class system.data.queues.PriorityQueue
Inserts the specified element into this queue, if possible.
enqueue(o:any) — method, class system.data.queues.TypedQueue
Inserts the specified element into this queue, if possible.
enqueue(vo:system.data:ValueObject) — method, class vegas.models.queues.QueueModelObject
Enqueues a value object in the model.
enqueueAttribute(name:String, value:any) — method, class system.process.Cache
Enqueues an attribute name/value entry.
enqueueMethod(name:String, ... rest) — method, class system.process.Cache
Enqueues a method definition.
enqueueMethodWithArguments(name:String, args:Array, rest:Array) — method, class system.process.Cache
Enqueues a method definition with an Array of arguments and an optional rest list of parameters..
ENQUEUE_VO — Constant Static Property, class vegas.models.queues.QueueModelObject
Default event type when the enqueue method is invoked.
ensureCapacity(capacity:uint) — method, class system.data.lists.ArrayList
Increases the capacity of this ArrayList instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
ENTER — Static Property, class lunas.events.ComponentEvent
Defines the value of the type property of an 'enter' component.
enterFrame — Property, class graphics.transitions.FrameEngine
The enterFrame signal reference of the frame engine.
__enterFrame__(e:flash.events:Event) — method, class graphics.transitions.FrameTimer
Invoked when the frame engine is in progress.
entities — Static Property, class vegas.net.HTMLEntities
Determinates all entities.
Entities — class, package system.text.html
The HTML entities tool class.
Entity — class, package system.text.html
The Entity class.
Entity(char:String, name:String, number:int) — Constructor, class system.text.html.Entity
Creates a new Entity instance.
entries — Property, class system.data.trees.Trie
Indicates the Map of entries in this trie.
entry — Property, class graphics.events.TweenEntryEvent
Indicates the TweenEntry reference of this event.
entry — Property, class system.data.trees.Trie
Indicates the trie entry of this trie.
entry — Property, class vegas.events.EntryEvent
Indicates the entry reference of this event.
Entry — Interface, package system.data
A map entry (key-value pair).
EntryEvent — class, package vegas.events
A basic Entry event.
EntryEvent(type:String, entry:system.data:Entry, target:Object, context:any, bubbles:Boolean, cancelable:Boolean, time:uint) — Constructor, class vegas.events.EntryEvent
Creates a new EntryEvent instance.
Enum — class, package system
This class determinates a basic implementation to creates enumeration objects.
Enum(value:int, name:String) — Constructor, class system.Enum
Creates a new Enum instance.
enumerate(o:Object) — method, class system.process.ActionURLLoader
Enumerates the specified object.
Environment — Package Constant Property, system
The Environment singleton instance.
_Environment — class, package system
The internal Environment class.
_Environment() — Constructor, class system._Environment
Creates a new _Environment instance.
EOT — Constant Static Property, class system.Char
The "end of transmission" unicode character.
EPSILON — Package Constant Property, core.maths
Represents the smallest positive Single value greater than zero.
equals(o:any) — method, class graphics.Corner
Compares the specified object with this object for equality.
equals(o:any) — method, class graphics.FillBitmapStyle
Compares the specified object with this object for equality.
equals(o:any) — method, class graphics.FillGradientStyle
Compares the specified object with this object for equality.
equals(o:any) — method, class graphics.FillShaderStyle
Compares the specified object with this object for equality.
equals(o:any) — method, class graphics.FillStyle
Compares the specified object with this object for equality.
equals(o:any) — method, class graphics.LineGradientStyle
Compares the specified object with this object for equality.
equals(o:any) — method, class graphics.LineShaderStyle
Compares the specified object with this object for equality.
equals(o:any) — method, class graphics.LineStyle
Compares the specified object with this object for equality.
equals(o:any) — method, class graphics.colors.CMY
Compares the specified object with this object for equality.
equals(o:any) — method, class graphics.colors.CMYK
Compares the specified object with this object for equality.
equals(o:any) — method, class graphics.colors.HSL
Compares the specified object with this object for equality.
equals(o:any) — method, class graphics.colors.HSV
Compares the specified object with this object for equality.
equals(o:any) — method, class graphics.colors.RGB
Compares the specified object with this object for equality.
equals(o:any) — method, class graphics.colors.RGBA
Compares the specified object with this object for equality.
equals(o:any) — method, class graphics.colors.XYZ
Compares the specified object with this object for equality.
equals(o:any) — method, class graphics.colors.YUV
Compares the specified object with this object for equality.
equals(o:any) — method, class graphics.colors.Yxy
Compares the specified object with this object for equality.
equals(o:any) — method, class graphics.geom.AspectRatio
Compares the specified object with this object for equality.
equals(o:any) — method, class graphics.geom.Dimension
Compares the specified object with this object for equality.
equals(o:any) — method, class graphics.geom.EdgeMetrics
Compares the specified object with this object for equality.
equals(o:any) — method, class graphics.geom.Hexagon
Compares the specified object with this object for equality.
equals(o:any) — method, class graphics.geom.Line
Compares the specified object with this object for equality.
equals(o:any) — method, class graphics.geom.Matrix2
Compares the specified object with this object for equality.
equals(o:any) — method, class graphics.geom.Matrix4
Compares the specified object with this object for equality.
equals(o:any) — method, class graphics.geom.MatrixN
Compares the specified object with this object for equality.
equals(o:any) — method, class graphics.geom.Metaball
Compares the specified object with this object for equality.
equals(o:any) — method, class graphics.geom.Plane
Compares the specified object with this object for equality.
equals(o:any) — method, class graphics.geom.Polar
Compares the specified object with this object for equality.
equals(o:any) — method, class graphics.geom.Quaternion
Compares the specified object with this object for equality.
equals(o:any) — method, class graphics.geom.Ray
Compares the specified object with this object for equality.
equals(rectangle1:flash.geom:Rectangle, rectangle2:flash.geom:Rectangle) — Static Method , class graphics.geom.Rectangles
Compares the specified Rectangle objects for equality.
equals(o:any) — method, class graphics.geom.Ring
Compares the specified object with this object for equality.
equals(o:any) — method, class graphics.geom.UV
Compares the specified object with this object for equality.
equals(o:any) — method, class graphics.geom.UVW
Compares the specified object with this object for equality.
equals(toCompare:flash.geom:Point) — method, class graphics.geom.Vector2
Compares the specified object with this object for equality.
equals(o:any) — method, class graphics.geom.Vector3
Compares the specified object with this object for equality.
equals(o:any) — method, class graphics.geom.Vector4
Compares the specified object with this object for equality.
equals(o:any) — method, class graphics.geom.Vertex
Compares the specified object with this object for equality.
equals(o:any) — method, class graphics.transitions.CoreTransition
Compares the specified object with this object for equality.
equals(first:flash.utils:ByteArray, second:flash.utils:ByteArray) — Static Method , class system.ByteArrays
Indicates if two passed-in ByteArray objects are equal.
equals — Constant Static Property, class system.Char
The equals unicode character.
equals(o:any) — method, interface system.Equatable
Compares the specified object with this object for equality.
equals(o:any) — method, class system.Version
We don't really need an equals method as we override the valueOf, we can do something as var v1:Version = new Version( 1,0,0,0 ); var v2:Version = new Version( 1,0,0,0 ); trace( int(v1) == int(v2) ); //true A cast to Number/int force the valueOf, not ideal but sufficient, and the same for any other operators.
equals(o:any) — method, class system.data.bags.CoreMapBag
Compares this Bag to another.
equals(o:any) — method, class system.data.collections.ArrayCollection
Compares the specified object with this object for equality.
equals(o:any) — method, class system.data.lists.LinkedList
Indicates whether some other object is "equal to" this one.
equals(o:any) — method, class system.logging.LoggerLevel
Compares the specified object with this object for equality.
equals(o:any) — method, class system.numeric.Range
Indicates whether some other object is "equal to" this one.
equals(o1:any, o2:any) — Static Method , class vegas.HashCode
Compares two Hashable objects.
equals(o:any) — method, class vegas.net.HTTPHost
Compares the specified object with this object for equality.
equals(o:any) — method, class vegas.net.NetServerStatus
Compares the specified object with this object for equality.
equals(o:any) — method, class vegas.net.NetStreamStatus
Compares the specified object with this object for equality.
equals(n1:Number, n2:Number) — Static Method , class vegas.utils.NumberUtil
Compares if two Numbers are equal by value
equals(o:any) — method, class vegas.vo.SimpleValueObject
Compares the specified object with this object for equality.
Equals — class, package system.rules
Used to perform a logical conjunction on two conditions and more.
Equals(value1:any, value2:any) — Constructor, class system.rules.Equals
Creates a new Equals instance.
Equatable — Interface, package system
This interface is implemented by classes that can compare an object with their objects.
error — Constant Static Property, class system.cli.SwitchStatus
The "error" SwitchStatus object.
error(context:any, ... rest) — method, class system.logging.Logger
Logs the specified data using the LogEventLevel.ERROR level.
_error(e:flash.events:ErrorEvent) — method, class system.process.CoreActionLoader
Dispatch an ErrorEvent if a call to load() attempts a server problem (IOErrorEvent or SecurityErrorEvent).
error — Property, class system.process.CoreActionLoader
This signal emit when the notifyError method is invoked.
error(error:any, service:system.remoting:RemotingService) — method, interface system.remoting.IRemotingServiceListener
Invoked when the service notify an error.
error — Property, class system.remoting.RemotingService
This signal emit when the service receive a error message from the server
error(error:any, service:system.remoting:RemotingService) — method, class system.remoting.RemotingServiceListener
Invoked when the service notify an error.
error — Property, class vegas.net.NetStreamClient
This signal emit when the Flash Player notify an ErrorEvent.
error(m:String) — method, class vegas.strings.json.JSONSerializer
Throws a JSONError with the passed-in message.
ERROR — Constant Static Property, class system.logging.LoggerLevel
Designates error events that might still allow the application to continue running (8).
ERROR — Constant Static Property, class system.logging.targets.ExternalTarget
Designates the "error" external proxy message.
ERROR — Constant Static Property, class vegas.net.ConnectionLevel
The 'error' level code.
ERROR — Constant Static Property, class vegas.net.NetServerLevel
The 'error' level code.
ERROR — Constant Static Property, class vegas.net.NetStreamStatus
The 'error' level code.
errorArray — Static Property, class system.serializers.eden.strings
Bad array (unterminated array)
ERROR_COLOR — Static Property, class system.logging.targets.SOSTarget
Provides the 'error' color in the SOS console.
errorComment — Static Property, class system.serializers.eden.strings
Syntax error (comment)
errorCompare(e1:any, e2:any) — Static Method , class vegas.utils.Comparater
Compares if two Errors are equal by value.
errorConstructor — Static Property, class system.serializers.eden.strings
ERROR_FILTER — Static Property, class system.logging.LoggerStrings
The static field used when throws an Error when filter failed.
errorFunction — Static Property, class system.serializers.eden.strings
Bad function
errorIdentifier — Static Property, class system.serializers.eden.strings
Bad identifier.
errorKeyword — Static Property, class system.serializers.eden.strings
Syntax error
errorLineTerminator — Static Property, class system.serializers.eden.strings
Bad string (found line terminator in string)
errorNumber — Static Property, class system.serializers.eden.strings
Bad number (not finite)
errorObject — Static Property, class system.serializers.eden.strings
Bad object (unterminated object)
errorString — Static Property, class system.serializers.eden.strings
Bad string (unterminated string)
ES — Constant Static Property, class vegas.i18n.Lang
Indicates the 'Spanish' language reference.
ESC — Constant Static Property, class system.Char
The "escape" unicode character.
ESE — Constant Static Property, class graphics.CardinalDirection
The East-South-East cardinal point "ESE" : Azimut:112,5° Radians:5π/8
ETB — Constant Static Property, class system.Char
The "end of transmission block" unicode character.
ETX — Constant Static Property, class system.Char
The "end of test" unicode character.
euler(roll:Number, pitch:Number, yaw:Number, degrees:Boolean) — method, class graphics.geom.Quaternion
Sets the quaternion with values representing the given euler rotation.
eval(o:any) — method, class system.evaluators.DateEvaluator
Evaluates the specified object.
eval(o:any) — method, class system.evaluators.EdenEvaluator
Evaluates the specified object.
eval(o:any) — method, interface system.evaluators.Evaluable
Evaluates the specified object.
eval(o:any) — method, class system.evaluators.MathEvaluator
Evaluates the specified object.
eval(o:any) — method, class system.evaluators.MultiEvaluator
Evaluates the specified object.
eval(o:any) — method, class system.evaluators.PropertyEvaluator
Evaluates the specified object.
eval(o:any) — method, class system.evaluators.RomanEvaluator
Evaluates the specified object.
eval(value:any, evaluators:Array) — method, class system.ioc.ObjectFactory
Evaluates a value with an Array of evaluators or Evaluable references in the factory.
eval(o:any) — method, class system.ioc.evaluators.ReferenceEvaluator
Evaluates the specified object.
eval(o:any) — method, class system.ioc.evaluators.TypeEvaluator
Evaluates the specified object.
eval() — method, class system.logic.ElseIf
Evaluates a specific condition.
eval() — method, class system.rules.And
Evaluates the specified condition.
eval() — method, class system.rules.BooleanRule
Evaluates the specified condition.
eval() — method, class system.rules.DivBy
Evaluates the specified condition.
eval() — method, class system.rules.EmptyString
Evaluates the specified condition.
eval() — method, class system.rules.Equals
Evaluates the specified condition.
eval() — method, class system.rules.Even
Evaluates the specified condition.
eval() — method, class system.rules.False
Evaluates the specified condition.
eval() — method, class system.rules.GreaterOrEqualsThan
Evaluates the specified condition.
eval() — method, class system.rules.GreaterThan
Evaluates the specified condition.
eval() — method, class system.rules.LessOrEqualsThan
Evaluates the specified condition.
eval() — method, class system.rules.LessThan
Evaluates the specified condition.
eval() — method, class system.rules.Not
Evaluates the specified condition.
eval() — method, class system.rules.NotEquals
Evaluates the specified condition.
eval() — method, class system.rules.Null
Evaluates the specified condition.
eval() — method, class system.rules.Odd
Evaluates the specified condition.
eval() — method, class system.rules.Or
Evaluates the specified rule.
eval() — method, interface system.rules.Rule
Evaluates a specific condition.
eval() — method, class system.rules.True
Evaluates the specified condition.
eval() — method, class system.rules.Undefined
Evaluates the specified condition.
eval() — method, class system.rules.Zero
Evaluates the specified condition.
eval() — method, class system.serializers.eden.ECMAScript
Eval the source and returns the serialized object.
eval(o:any) — method, class vegas.colors.ColorEvaluator
Evaluates the specified object.
eval(o:any) — method, class vegas.i18n.Lang
Evaluates the specified object.
eval() — method, class vegas.media.subtitles.SRTParser
Evaluates the String source and return a list of SRT captions.
Evaluable — Interface, package system.evaluators
An Evaluator is a class that can interpret an object to another object.
evaluate() — method, class system.evaluators.MathEvaluator
Launchs the evaluation process.
evaluate(source:String) — Static Method , class system.serializers.eden.ECMAScript
Evaluate the specified string source value with the parser.
evaluate() — method, class vegas.date.Time
Splits the time distance from ms (source value) into the different units.
EVALUATOR — Constant Static Property, class vegas.colors.Color
The color evaluator singleton reference.
evaluators — Static Property, class system.Strings
Contain a list of evaluators to be used in Strings.format ex: Strings.evaluators = { math: new MathEvaluator() }; Strings.format( "my result is ${2+3}math$" ); // "my result is 5" note: property names in the evaluators object can only contains lower case alphabetical chars and digit chars
evaluators — Property, class system.formatters.StringFormatter
Contain a list of evaluators to be used in Strings.format ex: Strings.evaluators = { math: new MathEvaluator() }; Strings.format( "my result is ${2+3}math$" ); // "my result is 5" note: property names in the evaluators object can only contains lower case alphabetical chars and digit chars
evaluators — Property, class system.ioc.ObjectArgument
The Array representation of all evaluators to transform the value of this object.
evaluators — Property, class system.ioc.ObjectProperty
The Array representation of all evaluators to transform the value of this object.
EVALUATORS — Constant Static Property, class system.ioc.ObjectAttribute
Defines the label of the 'evaluators' attribure.
Even — class, package system.rules
Evaluates if the value is even.
Even(value:any) — Constructor, class system.rules.Even
Creates a new Even instance.
event — Property, class system.process.EventDispatcherTask
The event to dispatch in this process.
EventDispatcher — class, package system.events
Stores the listeners object an notifies them with the DOM Events level 2/3 of the W3C.
EventDispatcher(target:system.events:IEventDispatcher, channel:String) — Constructor, class system.events.EventDispatcher
Creates a new EventDispatcher instance.
EventDispatcherTask — class, package system.process
A process who dispatch events with a specific EventDispatcher object.
EventDispatcherTask(dispatcher:flash.events:EventDispatcher, event:any, verbose:Boolean) — Constructor, class system.process.EventDispatcherTask
Creates a new EventDispatcherTask instance.
EventListener — Interface, package system.events
The EventListener interface is the primary method for handling events.
EventListenerBatch — class, package system.events
The EventListenerBatch objects handle several EventListener as one EventListener.
EventListenerBatch(init:any) — Constructor, class system.events.EventListenerBatch
Creates a new EventListenerBatch instance.
EVERLASTING — Constant Static Property, class system.process.BatchTask
Determinates the "everlasting" mode of the batch.
EVERLASTING — Constant Static Property, class system.process.Chain
Determinates the "everlasting" mode of the chain.
EVERLASTING — Constant Static Property, class system.process.TaskGroup
Determinates the "everlasting" mode of the task-group.
exclamationPoint — Constant Static Property, class system.Char
The "!" unicode character.
exp() — method, class graphics.geom.Quaternion
Calculates the exponential of a quaternion.
expand(lowerMargin:Number, upperMargin:Number) — method, class system.numeric.Range
Creates a new range by adding margins to an existing range.
expoIn — Package Constant Property, graphics.easings
The expoIn function starts motion from zero velocity and then accelerates motion as it executes.
expoInOut — Package Constant Property, graphics.easings
The expoIn function combines the motion of the expoIn and expoOut() methods to start the motion from a zero velocity, accelerate motion, then decelerate to a zero velocity.
expoOut — Package Constant Property, graphics.easings
The expoIn function starts motion fast and then decelerates motion to a zero velocity as it executes.
expression — Property, class system.evaluators.MathEvaluator
The expression value.
EXPRESSION — Constant Static Property, class system.ioc.TypePolicy
Defines the 'expression' TypePolicy value.
ExpressionFormatter — Dynamic Class, package system.formatters
This dictionary register formattable expression and format a String with all expressions in the dictionnary.
ExpressionFormatter(weakKeys:Boolean) — Constructor, class system.formatters.ExpressionFormatter
Creates a new Expression instance.
extensions — Property, class vegas.net.MIME
The set of all extensions of this MimeType.
exteriorAngle — Constant Static Property, class graphics.geom.Hexagon
Indicates the exterior angle value (in degrees) of the hexagon (60°).
exteriorAngleRadians — Constant Static Property, class graphics.geom.Hexagon
Indicates the exterior angle value (in radians) of the hexagon (60 Math.PI / 180).
ExternalTarget — class, package system.logging.targets
Provides a logger target that uses the FireBug console extension in Firefox to output log messages.
ExternalTarget() — Constructor, class system.logging.targets.ExternalTarget
Creates a new ExternalTarget instance.
externalUrl — Property, class system.logging.targets.ExternalTarget
The internal javascript pattern use to log with the navigateToURL method.
extRefDoesNotExist — Static Property, class system.serializers.eden.strings
External reference "{0}" does not exists
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