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  
a — Property in class pegas.geom.Line
Determinates the a component of the Line.
a — Property in class pegas.geom.Plane
Defined the first plane coordinate.
_a — Property in class vegas.data.collections.AbstractCollection
_a — Property in class vegas.data.iterator.ArrayIterator
current array
abs() — Method in class pegas.geom.Point
Transform the coordinates of this point to used absolute value for the x and y properties.
absNew() — Method in class pegas.geom.Point
Returns a new Point reference with the absolute value of the coordinates of this Point object.
AbstractBag — Class in package vegas.data.bag
This class provides a skeletal implementation of the Bag interface, to minimize the effort required to implement this interface.
AbstractBag(m:vegas.data:Map) — Constructor in class vegas.data.bag.AbstractBag
Creates a new AbstractBag instance.
AbstractBuilder — Class in package lunas.core
This class provides a skeletal implementation of the IBuilder interface, to minimize the effort required to implement this interface.
AbstractBuilder(target, bGlobal, sChannel) — Constructor in class lunas.core.AbstractBuilder
Creates a new AbstractBuilder instance.
AbstractButton — Class in package lunas.core
This class provides a skeletal implementation of the IButton interface, to minimize the effort required to implement this interface.
AbstractButton(id, isConfigurable, name) — Constructor in class lunas.core.AbstractButton
Creates a new AbstractButton instance.
AbstractButtonBuilder — Class in package lunas.core
This class provides a skeletal implementation of the button IBuilder objects.
AbstractButtonBuilder(target, bGlobal, sChannel) — Constructor in class lunas.core.AbstractButtonBuilder
Creates a new AbstractButtonBuilder instance.
AbstractCollection — Class in package vegas.data.collections
This class provides a skeletal implementation of the Collection interface, to minimize the effort required to implement this interface.
AbstractCollection(ar) — Constructor in class vegas.data.collections.AbstractCollection
Creates a new AbstractCollection.
AbstractComponent — Class in package lunas.core
This class provides a skeletal implementation of all the components in Lunas, to minimize the effort required to implement this interface.
AbstractComponent(id, isConfigurable, name) — Constructor in class lunas.core.AbstractComponent
Creates a new AbstractComponentDisplay instance.
AbstractController — Class in package andromeda.controller
This class provides a skeletal implementation of the IController interface, to minimize the effort required to implement this interface.
AbstractController() — Constructor in class andromeda.controller.AbstractController
Creates a new AbstractController instance.
AbstractEventDispatcher — Class in package vegas.events
This abstract class provides all basic methods of the EventDispatcher implementation of VEGAS.
AbstractEventDispatcher(target:vegas.events:IEventDispatcher) — Constructor in class vegas.events.AbstractEventDispatcher
Creates a new AbstractEventDispatcher instance.
AbstractGroup — Class in package lunas.groups
This abstract class defined a skeletal implementation to create component's groups.
AbstractGroup() — Constructor in class lunas.groups.AbstractGroup
Creates a new AbstractGroup instance.
AbstractList — Class in package vegas.data.list
This class provides a skeletal implementation of the List interface to minimize the effort required to implement this interface.
AbstractList(ar) — Constructor in class vegas.data.list.AbstractList
Creates a new AbstractList instance.
AbstractModel — Class in package andromeda.model
This class provides a skeletal implementation of the IModel interface, to minimize the effort required to implement this interface.
AbstractModel(id, bGlobal, sChannel) — Constructor in class andromeda.model.AbstractModel
Creates a new AbstractModel instance.
AbstractModelObject — Class in package andromeda.model
This class provides a skeletal implementation of the IModelObject interface, to minimize the effort required to implement this interface.
AbstractModelObject(id, bGlobal, sChannel) — Constructor in class andromeda.model.AbstractModelObject
Creates a new AbstractModelObject instance.
AbstractProgress — Class in package lunas.core
This class provides a skeletal implementation of all the IProgress display components, to minimize the effort required to implement this interface.
AbstractProgress(id, isConfigurable, name) — Constructor in class lunas.core.AbstractProgress
Creates a new AbstractProgressbar instance.
AbstractProgressbar — Class in package lunas.core
This class provides a skeletal implementation of all the IProgressbar display components, to minimize the effort required to implement this interface.
AbstractProgressbar(id, isConfigurable, name) — Constructor in class lunas.core.AbstractProgressbar
Creates a new AbstractProgressbar instance.
AbstractScrollbar — Class in package lunas.core
This class provides a skeletal implementation of all the IScrollbar display components, to minimize the effort required to implement this interface.
AbstractScrollbar(id, isConfigurable, name) — Constructor in class lunas.core.AbstractScrollbar
Creates a new AbstractProgressbar instance.
AbstractStyle — Class in package lunas.core
This class provides a skeletal implementation of the IStyle interface, to minimize the effort required to implement this interface.
AbstractStyle(id, init, bGlobal, sChannel) — Constructor in class lunas.core.AbstractStyle
Creates a new AbstractStyle instance.
AbstractTarget — Class in package vegas.logging
This class provides the basic functionality required by the logging framework for a target implementation.
AbstractTarget(bGlobal, sChannel) — Constructor in class vegas.logging.AbstractTarget
Creates a new AbstractTarget instance.
AbstractTextInput — Class in package lunas.core
This class provides a skeletal implementation of the ITextInput interface, to minimize the effort required to implement this interface.
AbstractTextInput(id, isConfigurable, name) — Constructor in class lunas.core.AbstractTextInput
Creates a new AbstractTextInput instance.
AbstractTransition — Class in package pegas.transitions
This abstract class defines the skeletal implementation of the ITransition interface.
AbstractTransition(id, bGlobal, sChannel) — Constructor in class pegas.transitions.AbstractTransition
Creates a new AbstractTransition instance.
AbstractTypeable — Class in package vegas.util
This abstract class is used to create concrete ITypeable implementations.
AbstractTypeable(type) — Constructor in class vegas.util.AbstractTypeable
Creates a new AbstractTypeable instance.
AbstractValueObject — Class in package andromeda.vo
This class provides a skeletal implementation of the IValueObject interface, to minimize the effort required to implement this interface.
AbstractValueObject(init) — Constructor in class andromeda.vo.AbstractValueObject
Creates a new AbstractValueObject.
AbstractVisitable — Class in package andromeda.util.visitor
The abstract representation of the IVisitable interface.
AbstractVisitable() — Constructor in class andromeda.util.visitor.AbstractVisitable
Abstract constructor to creates a concrete constructor when this constructor is extended.
accept(visitor:andromeda.util.visitor:IVisitor) — Method in class andromeda.util.visitor.AbstractVisitable
Accept a IVisitor object.
accept(visitor:andromeda.util.visitor:IVisitor) — Method in interface andromeda.util.visitor.IVisitable
Accept a IVisitor object
ACCEPTED — Constant static property in class asgard.events.NetServerEvent
The name of the NetServerEvent when the connection is accepted.
access — Property in interface system.reflection.AccessorInfo
Indicates the AccessorType reference of this object.
accessor — Constant static property in class system.reflection.MemberType
The "accessor" member type value.
AccessorInfo — Interface in package system.reflection
The Accessor info class.
accessors — Property in interface system.reflection.ClassInfo
List all accessors in the class.
AccessorType — Class in package system.reflection
This enumeration contains all accessor types.
AccessorType(value, name) — Constructor in class system.reflection.AccessorType
Creates a new AccessorType instance.
acosD(ratio) — Static method in class pegas.util.Trigo
Returns the inverse cosine of a slope ratio and returns its angle in degrees.
Action — Class in package andromeda.process
This class simplify a full implementation of the Action interface.
Action(bGlobal, sChannel) — Constructor in class andromeda.process.Action
Creates a new Action instance.
ActionEvent — Class in package andromeda.events
The ActionEvent is notify by all the objects who implements the Action interface.
ActionEvent(type, target, info, context, bubbles, cancelable, time) — Constructor in class andromeda.events.ActionEvent
Creates a new ActionEvent instance.
ActionLoader — Class in package andromeda.process
This action process launch the load of a Loader object.
ActionLoader(loader, bGlobal, sChannel) — Constructor in class andromeda.process.ActionLoader
Creates a new ActionLoader instance.
ActionProxy — Class in package andromeda.process
This IAction object run a proxy method.
ActionProxy(scope, method, args, bGlobal, sChannel) — Constructor in class andromeda.process.ActionProxy
Creates a new ActionProxy instance.
ActionURLLoader — Class in package andromeda.process
This action process launch the load of a URLLoader object.
ActionURLLoader(loader, bGlobal, sChannel) — Constructor in class andromeda.process.ActionURLLoader
Creates a new ActionURLLoader instance.
activating — Property in class asgard.events.CameraExpertEvent
True if the device is activating or false if it is deactivating.
ACTIVITY — Constant static property in class asgard.events.CameraExpertEvent
The name of the event when the Camera activity is changed.
add(date, field, amount) — Static method in class kronos.date.Calendar
Adds the specified amount of time to the this instance.
add(q:pegas.geom:Quaternion) — Method in class pegas.geom.Quaternion
Adds the specified Quaternion.
add(... rest) — Method in class system.evaluators.MultiEvaluator
Inserts IEvaluator objects in the MultiEvaluator.
add(entity:system.text.html:Entity) — Static method in class system.text.html.Entities
Inserts a new Entity element in the entities definitions.
add(... rest) — Static method in class system.text.prettifier.Keywords
This method add words in the dictionnary of all keywords.
addAction(action:andromeda.process:IAction, useWeakReference) — Method in class andromeda.process.BatchProcess
Inserts an IAction object in the batch process collection.
addAction(action:andromeda.process:IAction, isClone) — Method in class andromeda.process.Sequencer
Adds a process(Action) in the Sequencer.
addAllVO(datas, noClear, noRefresh) — Method in class andromeda.model.array.PageableArrayModel
Inserts all IValueObject in the array passed in argument.
addArguments(... rest) — Method in class vegas.events.Delegate
Adds arguments to proxy method.
addAuthorized(... rest) — Method in class system.serializers.eden.EdenConfigurator
Inserts an authorized path in the white list of the parser.
addAuthorized(... rest) — Method in class system.serializers.eden.EdenSerializer
Inserts an authorized path in the white list of the parser.
addCategory(category) — Method in class vegas.logging.AbstractTarget
Insert a category in the fllters if this category don't exist.
addChild(child) — Method in interface lunas.core.IContainer
addChild(child) — Method in class lunas.display.container.Container
Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addChildAt(child, index) — Method in interface lunas.core.IContainer
addChildAt(child, index) — Method in class lunas.display.container.Container
Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addedToStage(e) — Method in class asgard.display.CoreMovieClip
Invoked when the display is added to the stage.
addedToStage(e) — Method in class asgard.display.CoreShape
Invoked when the display is added to the stage.
addedToStage(e) — Method in class asgard.display.CoreSprite
Invoked when the display is added to the stage.
addedToStage(e) — Method in class asgard.text.CoreTextField
Invoked when the display is added to the stage.
ADD_ENTRY — Static property in class pegas.events.TweenEntryEvent
Default event type when a tween entry is added.
addEventListener(type, listener, useCapture, priority, useWeakReference) — Method in class vegas.events.CoreEventDispatcher
Allows the registration of event listeners on the event target.
addEventListener(type, listener, useCapture, priority, useWeakReference) — Method in class vegas.events.EventDispatcher
Registers an EventListener object with an EventDispatcher object so that the listener receives notification of an event.
ADD_FONT — Static property in class asgard.events.FontEvent
Defines the value of the type property of an added FontEvent object.
addHeader(operation, mustUnderstand, param) — Method in class asgard.net.NetServerConnection
Adds a context header to the AMF packet structure.
ADD_ITEMS — Constant static property in class andromeda.events.ModelChangedEvent
The type of a ModelChangedEvent when an item is added in this model.
addition(n) — Method in class pegas.colors.TransformColor
Corresponding a filter in mode "addition" in photoshop over a display object.
addition(v) — Method in class pegas.geom.Vector2
Computes the addition of two vectors.
addition(v) — Method in class pegas.geom.Vector3
Computes the addition of two vectors.
addition(v) — Method in class pegas.geom.Vector4
Computes the addition of two Vector4 object.
addition(v1:pegas.geom:Vector2, v2:pegas.geom:Vector2) — Static method in class pegas.util.Vector2Util
Computes the addition of two Vector2 and returns the first vector.
addition(v1:pegas.geom:Vector4, v2:pegas.geom:Vector4) — Static method in class pegas.util.Vector4Util
Computes the addition of two Vector4 and returns the first vector.
addLogger(logger:vegas.logging:ILogger) — Method in class vegas.logging.AbstractTarget
Sets up this target with the specified logger.
addLogger(logger:vegas.logging:ILogger) — Method in interface vegas.logging.ITarget
Sets up this target with the specified logger.
addNamespace(nameSpace) — Method in class vegas.logging.AbstractTarget
Add a new namespace in the filters array.
addObjectDefinition(definition:andromeda.ioc.core:IObjectDefinition) — Method in interface andromeda.ioc.core.IObjectDefinitionContainer
Registers a new object definition in the container.
addObjectDefinition(definition:andromeda.ioc.core:IObjectDefinition) — Method in class andromeda.ioc.core.ObjectDefinitionContainer
Registers a new object definition in the container.
addObserver(o:andromeda.util.observer:IObserver) — Method in class andromeda.util.observer.Observable
Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set.
addResource(resource:andromeda.ioc.io:ObjectResource) — Method in class andromeda.ioc.net.ObjectFactoryLoader
This method is the strategy to insert a new ObjectResource in the sequencer.
addTarget(target:vegas.logging:ITarget) — Static method in class vegas.logging.Log
Allows the specified target to begin receiving notification of log events.
addToLastToken(value) — Method in class system.evaluators.MathEvaluator
Adds the specified value to the last token.
addToNextToken(value) — Method in class system.evaluators.MathEvaluator
Adds the specified value to the next token.
addVO(vo:andromeda.vo:IValueObject) — Method in class andromeda.model.collections.CollectionModel
Inserts a value object in the model.
addVO(vo:andromeda.vo:IValueObject) — Method in class andromeda.model.map.MapModel
Inserts a value object in the model.
ADD_VO — Static property in class andromeda.events.ModelObjectEvent
Default event type when an IValueObject is inserted in a model.
ADPCM — Constant static property in class asgard.media.AudioCodec
The ADPCM audio codec value.
after(currentDate, date) — Static method in class kronos.date.Calendar
Indicates if the current Date object is after the time of specified Date object.
Air — Constant static property in class system.HostID
The 'Air' host id constant.
AirLoggerTarget — Class in package vegas.logging.targets
Provides a logger target that uses the AirLogger console to output log messages.
AirLoggerTarget(name, autoClear, bGlobal, sChannel) — Constructor in class vegas.logging.targets.AirLoggerTarget
Creates a new AirLoggerTarget instance.
ALIAS — Constant static property in class andromeda.ioc.core.TypePolicy
Defines the 'alias' TypePolicy value.
ALICE_BLUE — Constant static property in class pegas.colors.ColorSVG
The 'AliceBlue' SVG color object.
align — Property in class asgard.display.Background
The alignement of the background.
align — Property in class lunas.display.bar.SimpleProgressbar
(read-write) Indicates the align value of the bar.
align — Property in class lunas.display.button.BackgroundButtonStyle
The alignement of the background.
align — Property in class lunas.display.container.CircleContainer
(read-write) Determinates the align value of the container.
align — Property in interface pegas.draw.IPen
Determinates the align value of the pen.
align — Property in class pegas.draw.Pen
(read-write) Determinates the align value of the pen.
Align — Class in package pegas.draw
The Align enumeration class provides constant values to align displays or components.
ALL — Constant static property in class andromeda.ioc.core.TypePolicy
Defines the 'all' TypePolicy value.
ALL — Constant static property in class andromeda.process.Message
Determinates a value to send the message to all users.
ALL — Constant static property in class vegas.logging.LogEventLevel
Intended to force a target to process all messages (0).
ALL_COLOR — Static property in class vegas.logging.targets.SOSTarget
Provides the color in the SOS console to display all levels.
allocate(size, clazz, parameters) — Method in class andromeda.util.pool.ObjectPool
Allocates the pool by creating all objects from the builder.
allowFunctionCall — Property in class system.serializers.eden.EdenConfigurator
Allows to execute function call.
alpha — Property in class pegas.colors.RGBA
The alpha component (integer value between 0 and 1)
alpha — Property in class pegas.draw.FillStyle
The alpha value of the fill style.
alpha — Property in class pegas.draw.LineStyle
A number that indicates the alpha value of the color of the line; valid values are 0 to 1.
alphas — Property in class pegas.draw.FillGradientStyle
An array of alpha values for the corresponding colors in the colors array; valid values are 0 to 1.
alphas — Property in class pegas.draw.LineGradientStyle
An array of alpha values for the corresponding colors in the colors array; valid values are 0 to 1.
AMF_SERVER_DEBUG — Constant static property in class asgard.net.remoting.RemotingConnection
The string value of the amf server debug attribut.
AM_PM — Constant static property in class system.formatters.DateFormatter
Placeholder for AM/PM designator who indicates if the hour is is before or after noon in date format.
anchor(str, name) — Static method in class vegas.string.HTMLStringFormatter
Creates an HTML anchor that is used as a hypertext target.
andromeda.config — Package
andromeda.controller — Package
andromeda.events — Package
andromeda.i18n — Package
andromeda.ioc.core — Package
andromeda.ioc.evaluators — Package
andromeda.ioc.factory — Package
andromeda.ioc.factory.strategy — Package
andromeda.ioc.io — Package
andromeda.ioc.net — Package
andromeda.model — Package
andromeda.model.array — Package
andromeda.model.collections — Package
andromeda.model.map — Package
andromeda.model.queue — Package
andromeda.model.sets — Package
andromeda.model.stack — Package
andromeda.net — Package
andromeda.process — Package
andromeda.util.observer — Package
andromeda.util.pool — Package
andromeda.util.visitor — Package
andromeda.vo — Package
angle — Property in class pegas.draw.ArcPen
(read-write) Returns the value of the angle used to draw an arc shape in the movieclip reference.
angle — Property in class pegas.draw.GearPen
Starting angle in degrees (default to 0).
angle — Property in class pegas.draw.PolygonPen
Starting angle in degrees (default to 0).
angle — Property in class pegas.draw.StarPen
Starting angle in degrees (default to 0).
angle — Property in class pegas.geom.Point
Determinates the angle value of this Point object.
angleBetween(p:pegas.geom:Point) — Method in class pegas.geom.Point
Returns the angle value between this Point object and the specified Point passed in arguments.
angleOfLine(x1, y1, x2, y2) — Static method in class pegas.util.Trigo
Returns the angle in degrees between 2 points with this coordinates passed in argument.
antiAliasType — Property in class lunas.display.button.AquaButtonStyle
The anti alias type of the fields in the component.
antiAliasType — Property in class lunas.display.button.LabelButtonStyle
The anti alias type of the fields in the component.
ANTIQUE_WHITE — Constant static property in class pegas.colors.ColorSVG
The 'AntiqueWhite' SVG color object.
append(lang, o) — Method in class andromeda.i18n.Localization
Append the specified dynamic object values with the specificied lang value.
append(text, convert) — Method in class system.text.html.HTML
Appends the specified text in the HTML string.
application — Property in class andromeda.vo.NetServerInfoVO
This object exist if the server return an application error object.
application — Property in class asgard.net.NetServerInfo
This object exist if the server return an application error object.
ApplicationDisplay — Class in package asgard.display
The ApplicationDisplay class is a MovieClip class to creates the main class of your applications in AS3.
ApplicationDisplay(id, isConfigurable, name) — Constructor in class asgard.display.ApplicationDisplay
Creates a new ApplicationDisplay instance.
apply(camera) — Method in class asgard.media.CameraVO
Apply this value object in the specified Camera reference.
APRIL — Static property in class kronos.date.Month
Fully written out string for april.
AQUA — Constant static property in class pegas.colors.ColorHTML
The html 'aqua' color static reference.
AQUA — Constant static property in class pegas.colors.ColorSVG
The 'Aqua' SVG color object.
AquaButton — Class in package lunas.display.button
This AquaButton class defines a button component with a aqua effect inside.
AquaButton(id, isConfigurable, name) — Constructor in class lunas.display.button.AquaButton
Creates a new AquaButton instance.
AquaButtonBuilder — Class in package lunas.display.button
The IBuilder class of the AquaButton component.
AquaButtonBuilder(target, bGlobal, sChannel) — Constructor in class lunas.display.button.AquaButtonBuilder
Creates a new AquaButtonBuilder instance.
AquaButtonStyle — Class in package lunas.display.button
The IStyle class of the AquaButton component.
AquaButtonStyle(id, init) — Constructor in class lunas.display.button.AquaButtonStyle
Creates a new AquaButtonStyle instance.
AQUA_MARINE — Constant static property in class pegas.colors.ColorSVG
The 'AquaMarine' SVG color object.
_ar — Property in class vegas.data.array.ProxyArray
Internal array used in the proxy pattern.
ArcPen — Dynamic class in package pegas.draw
This pen draw a pie or chord arc shape with a Graphics object.
ArcPen(graphic, angle, radius, x, y, startAngle, yRadius, type, align) — Constructor in class pegas.draw.ArcPen
Creates a new ArcPen instance.
ArcType — Class in package pegas.draw
This static class register all types used to draw an Arc with the ArcPen tool.
_area — Property in class lunas.display.container.ListContainer
This area sprite defines a hide background display back of the display.
area — Property in class lunas.display.container.ListContainer
(read-only) Returns the area reference of this component.
_areaPen — Property in class lunas.display.container.ListContainer
The pen of the area IPen object.
areaPen — Property in class lunas.display.container.ListContainer
(read-only) Returns the area IPen reference of this component.
areInaccessibleObjectsUnderPoint(point) — Method in interface lunas.core.IContainer
areInaccessibleObjectsUnderPoint(point) — Method in class lunas.display.container.Container
Indicates whether the security restrictions would cause any display objects to be omitted from the list returned by calling the DisplayObjectContainer.getObjectsUnderPoint() method with the specified point point.
args — Property in class andromeda.process.ActionProxy
The array representation of the proxy method invoked in this process.
ArgumentInfo — Interface in package system.reflection
This interface defines the argument information tool objects.
ArgumentOutOfBoundsError — Class in package vegas.errors
The error throws when an argument in a function is out of specified bounds.
ArgumentOutOfBoundsError(message, id) — Constructor in class vegas.errors.ArgumentOutOfBoundsError
Creates a new ArgumentOutOfBoundsError instance.
arguments — Property in class andromeda.ioc.core.ObjectMethod
The array of the arguments to passed-in the factory method.
arguments — Property in interface system.reflection.ConstructorInfo
Indicates the Array represent of all arguments in a constructor.
arguments — Property in interface system.reflection.MethodInfo
Indicates the Array representation of all arguments passed-in the method.
ARGUMENTS — Constant static property in class andromeda.ioc.core.ObjectAttribute
Defines the label of the arguments in a method or a constructor object.
ArgumentsError — Class in package vegas.errors
The error throws when the arguments in a function failed the method.
ArgumentsError(message, id) — Constructor in class vegas.errors.ArgumentsError
Creates a new ArgumentsError instance.
ArgumentsParser — Class in package system.cli
Parse command line arguments.
ArgumentsParser(switchSymbols, caseSensitive, switchChars) — Constructor in class system.cli.ArgumentsParser
Creates a new ArgumentParser instance.
Arm — Constant static property in class system.PlatformID
The 'Arm' plateform id.
array() — Method in class vegas.string.json.JSONSerializer
Check the Array objects in the source expression.
arrayCompare(ar1, ar2) — Static method in class vegas.util.Comparater
Compares if two Arrays are equal by value.
ArrayEvent — Class in package vegas.events
The ArrayEvent to dispatch an event with an Array object.
ArrayEvent(type, ar, target, context, bubbles, cancelable, time) — Constructor in class vegas.events.ArrayEvent
Creates a new ArrayEvent instance.
ArrayFieldIterator — Class in package vegas.data.iterator
Converts an array to an iterator but this iterator return the value of a specific field if the array is an array of objects.
ArrayFieldIterator(a, fieldName) — Constructor in class vegas.data.iterator.ArrayFieldIterator
Creates a new ArrayFieldIterator instance.
ArrayFilter — Class in package vegas.data.array
This filter contains all constants and methods to sort the Arrays in the application.
ArrayFilter(value, bGlobal, sChannel) — Constructor in class vegas.data.array.ArrayFilter
Creates a new ArrayFilter instance.
arrayIndexAsBracket — Property in class system.serializers.eden.EdenConfigurator
When set to false array index are evaluated without bracket eval( test.0 ) for Flash ActionScript When set to true array index are evaluated with bracket eval( test[0] ) for JavaScript, JScript, JSDB etc.
ArrayIterator — Class in package vegas.data.iterator
Converts an Array to an iterator.
ArrayIterator(a) — Constructor in class vegas.data.iterator.ArrayIterator
Creates a new ArrayIterator instance.
ArrayList — Class in package vegas.data.list
Resizable-array implementation of the List interface.
ArrayList(init) — Constructor in class vegas.data.list.ArrayList
Creates a new ArrayList instance.
ArrayMap — Class in package vegas.data.map
ArrayMap is an Map implementation based on two arrays to defines the collections of the keys and the values.
ArrayMap(... rest) — Constructor in class vegas.data.map.ArrayMap
Creates a new ArrayMap instance.
Arrays — Class in package system
A static class for Array utilities.
ArrayUtil — Class in package vegas.util
Array static tool class.
ArrowPen — Class in package pegas.draw
This pen is the basic tool to draw an arrow shape.
ArrowPen(graphic, start, end, init) — Constructor in class pegas.draw.ArrowPen
Creates a new ArrowPen instance.
asgard.display — Package
asgard.events — Package
asgard.managers — Package
asgard.media — Package
asgard.net — Package
asgard.net.remoting — Package
asgard.text — Package
asinD(ratio) — Static method in class pegas.util.Trigo
Calculates the arcsine of the passed angle.
ASSEMBLY — Constant static property in class andromeda.ioc.io.ObjectResourceType
The "assembly" resource type.
AssemblyResource — Class in package andromeda.ioc.io
This value object contains all information about a dll to load in the application.
AssemblyResource(init) — Constructor in class andromeda.ioc.io.AssemblyResource
Creates a new AssemblyResource instance.
at — Property in class vegas.string.json.JSONError
The position of char with an error parsing in the JSON String representation.
at — Property in class vegas.string.json.JSONSerializer
The current position of the iterator in the source.
atan2D(y, x) — Static method in class pegas.util.Trigo
Calculates the arctangent2 of the passed angle.
atanD(angle) — Static method in class pegas.util.Trigo
Calculates the arctangent of the passed angle.
attach(state) — Method in class lunas.display.button.IconButtonBuilder
Attach a linked DisplayObject to create the icon of the component.
ATTRIB_NAME — Constant static property in class system.text.prettifier.PrettifyToken
Token style for an sgml attribute name.
ATTRIB_VALUE — Constant static property in class system.text.prettifier.PrettifyToken
Token style for an sgml attribute value.
AudioCodec — Class in package asgard.media
The Audio codec ID number enumeration class.
audiocodecid — Property in class asgard.media.FLVMetaData
Audio codec ID number used in the FLV.
audiodatarate — Property in class asgard.media.FLVMetaData
A number that indicates the rate at which audio was encoded, in kilobytes per second.
audiodelay — Property in class asgard.media.FLVMetaData
Audio delay in seconds.
audiosize — Property in class asgard.media.FLVMetaData
The audio data size.
AUGUST — Static property in class kronos.date.Month
Fully written out string for august.
authorized — Property in class system.serializers.eden.EdenConfigurator
List of authorized keywords, objects path and constructors that the parser is allowed to interpret.
auto — Property in class asgard.managers.TabManager
Indicates if the tab manager use a auto group focus over the interactive objects when there are focused.
AUTO — Constant static property in class lunas.core.ScrollPolicy
Show the scrollbar if the children exceed the owner's dimension.
autoAddScopePath — Property in class system.serializers.eden.EdenConfigurator
Determinates if the add scope process is automatic or not.
autoClear — Property in class andromeda.process.BatchProcess
Indicates if the BatchProcess is cleared when all the process are finished.