| 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 |
| GAINSBORO — Constant static property in class pegas.colors.ColorSVG |
|
The 'Gainsboro' SVG color object. |
| gammaApprox(n) — Static method in class pegas.maths.Factor |
|
Extends the domain of the factorial function by calculating the factorial of decimal numbers. |
| garbageCollection() — Method in class system.diagnostics._VirtualMachine |
|
Force the garbage collection on the Virtual Machine
|
| gatewayUrl — Property in class asgard.net.remoting.RemotingService |
|
Indicates a string containing a dot delimited path from the root of the Flash Remoting Server to the service name. |
| gatewayUrlName — Property in class asgard.net.remoting.RemotingGatewayUrl |
|
The name "gatewayUrl" of the flashVars passed-in. |
| gcd — Property in class pegas.geom.AspectRatio |
|
Determinates the greatest common divisor if the current object. |
| gcd(i1, i2) — Static method in class system.numeric.Mathematics |
|
Returns the greatest common divisor with the Euclidean algorithm. |
| GearPen — Dynamic class in package pegas.draw |
|
This pen drawing gears. |
| GearPen(graphic, x, y, points, innerRadius, outerRadius, angle, holeSides, holeRadius, align) — Constructor in class pegas.draw.GearPen |
|
Creates a new StarPen instance. |
| generatePrimes(limit) — Static method in class pegas.maths.Prime |
|
Defines an array of all primes between 2 and 'n' inclusive. |
| generates(definition:andromeda.ioc.core:IObjectDefinition) — Method in class andromeda.ioc.factory.ObjectFactory |
|
Invoked to creates all object in the factory register in the generates collection. |
| GenericComparator — Class in package system.comparators |
|
This comparator compare two Objects by field. |
| GenericComparator(sortBy, comparator:system:Comparator) — Constructor in class system.comparators.GenericComparator |
|
Creates a new GenericComparator instance. |
| GenericParser — Class in package system.text.parser |
|
The GenericParser static tool class. |
| GenericParser(source) — Constructor in class system.text.parser.GenericParser |
|
Creates a new GenericParser instance. |
| Geometry — Interface in package pegas.geom |
|
This interface provides the common methods in all the geometric objects. |
| get(id) — Method in class andromeda.config.Config |
|
Apply the current Config object over the specified object. |
| get(id) — Static method in class andromeda.i18n.Lang |
|
Returns a Lang instance with the specified 'id' value. |
| get(lang) — Method in class andromeda.i18n.Localization |
|
Returns the current Locale object defines with the specified Lang object in argument. |
| get(id) — Static method in class andromeda.model.ModelCollector |
|
Returns the IModel reference with the name passed in argument. |
| get(id) — Static method in class asgard.display.DisplayObjectCollector |
|
Returns the DisplayObject register in the collector with the id passed-in argument. |
| get(id) — Static method in class asgard.media.SoundCollector |
|
Returns the CoreSound object register in the collector with the id passed-in argument. |
| get(code) — Static method in class asgard.net.NetServerStatus |
|
Returns the specified code expression register in the NetServerStatus enumeration list. |
| get(code) — Static method in class asgard.net.NetStreamStatus |
|
Returns the specified code expression register in the NetStreamStatus enumeration list. |
| get(name) — Static method in class asgard.net.remoting.RemotingConnectionCollector |
|
Returns the RemotingConnection reference with the name passed in argument. |
| get(id) — Static method in class lunas.core.StyleCollector |
|
Returns the IStyle object register in the collector with the id passed-in argument. |
| get(groupName) — Method in class lunas.groups.AbstractGroup |
|
Returns the current IGroupable object selected with the passed-in group name. |
| get(name) — Static method in class pegas.colors.ColorSVG |
|
Returns the current ColorSVG reference specified with the name passed in parameter. |
| get(prop) — Method in class pegas.transitions.TweenModel |
|
Returns the specified TweenEntry reference. |
| get(key) — Method in interface system.data.Collection |
|
Returns the element from this collection at the passed index. |
| get(key) — Method in interface system.data.Map |
|
Returns the value to which this map maps the specified key. |
| get(key) — Method in class system.data.bags.CoreMapBag |
|
Unsupported by bag objects. |
| get(key) — Method in class system.data.collections.ArrayCollection |
|
Returns the element from this collection at the passed key index. |
| get(key) — Method in class system.data.collections.TypedCollection |
|
Returns the element from this collection at the passed key index. |
| get(key) — Method in class system.data.lists.LinkedList |
|
Returns the element at the specified position in this list. |
| get(key) — Method in class system.data.maps.ArrayMap |
|
Returns the value to which this map maps the specified key. |
| get(key) — Method in class system.data.maps.HashMap |
|
Returns the value to which this map maps the specified key. |
| get(key) — Method in class system.data.maps.MultiValueMap |
|
Gets the collection mapped to the specified key. |
| get(key) — Method in class system.data.maps.TypedMap |
|
Returns the value to which this map maps the specified key. |
| get(key) — Method in class system.data.queues.CircularQueue |
|
Unsupported method in all CircularQueue objects. |
| get(key) — Method in class system.data.queues.TypedQueue |
|
Returns the element from this collection at the passed key index. |
| get(key) — Method in class system.data.sets.CoreSet |
|
Returns the element from this collection at the passed key index. |
| getAddition(v1:pegas.geom:Vector2, v2:pegas.geom:Vector2) — Static method in class pegas.util.Vector2Util |
|
Computes the addition of two Vector2. |
| getAddition(v1:pegas.geom:Vector3, v2:pegas.geom:Vector3) — Static method in class pegas.util.Vector3Util |
|
Computes the addition of two Vector3. |
| getAddition(v1:pegas.geom:Vector4, v2:pegas.geom:Vector4) — Static method in class pegas.util.Vector4Util |
|
Computes the addition of two Vector4. |
| getAirLoggerMessage(type, message:vegas.logging:LogEventLevel, level, date, sMessageType) — Method in class vegas.logging.targets.AirLoggerTarget |
|
Returns the generic object who contains all attributes who defines the AirLogger message to send. |
| getAliases() — Method in class andromeda.ioc.core.TypeAliases |
|
Returns the Array representation of all aliases registered in this collector. |
| getAngle(v1:pegas.geom:Vector3, v2:pegas.geom:Vector3) — Static method in class pegas.util.Vector3Util |
|
Returns the angle in radian between the two 3D vectors. |
| getAngle(v1:pegas.geom:Vector4, v2:pegas.geom:Vector4) — Static method in class pegas.util.Vector4Util |
|
Returns the angle in radian between the two 3D vectors. |
| getArguments() — Method in class vegas.events.Delegate |
|
Returns the array of all arguments called in the proxy method. |
| getArray() — Method in class vegas.events.ArrayEvent |
|
Returns the array instance. |
| getBaryCenter(pts) — Static method in class pegas.util.BezierUtil |
|
Returns the baryCenter of a collection of points. |
| getBatch() — Method in class andromeda.process.BatchProcess |
|
Returns the internal Batch reference of this layout manager. |
| getBlue() — Method in class pegas.colors.SolidColor |
|
Returns the blue color value of a Color object. |
| getBlueOffset() — Method in class pegas.colors.SolidColor |
|
Returns the blue offset color value of a Color object. |
| getBluePercent() — Method in class pegas.colors.SolidColor |
|
Returns the blue percentage value of a Color object. |
| getBoolean() — Method in class vegas.events.BooleanEvent |
|
Returns the Boolean value. |
| getBounds(x, y) — Method in class pegas.geom.Dimension |
|
Returns a new bounds with this size with a pos. |
| getBrightness() — Method in class pegas.colors.LightColor |
|
Returns the bright between 0 and 100 of an movieclip. |
| getBrightOffset() — Method in class pegas.colors.LightColor |
|
Returns the bright between 0 and 100 of an movieclip. |
| getBuilderRenderer() — Method in class lunas.core.AbstractComponent |
|
Returns the IBuilder constructor use to initialize this component. |
| getBuilderRenderer() — Method in class lunas.display.button.AquaButton |
|
Returns the constructor function of the IBuilder of this instance. |
| getBuilderRenderer() — Method in class lunas.display.button.BackgroundButton |
|
Returns the IBuilder constructor use to initialize this component. |
| getBuilderRenderer() — Method in class lunas.display.button.FrameLabelButton |
|
Returns the constructor function of the IBuilder of this instance. |
| getBuilderRenderer() — Method in class lunas.display.button.IconButton |
|
Returns the IBuilder constructor use to initialize this component. |
| getBuilderRenderer() — Method in class lunas.display.button.LabelButton |
|
Returns the IBuilder constructor use to initialize this component. |
| getBuilderRenderer() — Method in class lunas.display.button.LightButton |
|
Returns the constructor function of the IBuilder of this instance. |
| getBuilderRenderer() — Method in class lunas.display.button.LightFrameLabelButton |
|
Returns the constructor function of the IBuilder of this instance. |
| getCentralValue() — Method in class system.numeric.Range |
|
Returns the central value for the range. |
| getChar(pos) — Method in class system.evaluators.MathEvaluator |
|
Returns the char with the specified position. |
| getChar() — Method in class system.serializers.eden.ECMAScript |
|
Returns the current char in the parse process. |
| getChar() — Method in class system.text.parser.GenericParser |
|
Returns the current char in the parse process. |
| getCharAt(pos) — Method in class system.serializers.eden.ECMAScript |
|
Returns the char in the source to parse at the specified position. |
| getCharAt(pos) — Method in class system.text.parser.GenericParser |
|
Returns the char in the source to parse at the specified position. |
| getCharToEntity(char) — Static method in class asgard.net.HTMLEntities |
|
Returns the entity name of the specified character in argument. |
| getCharToEntityNumber(char) — Static method in class asgard.net.HTMLEntities |
|
Returns the entity number string representation of the specified character in argument. |
| getChildAt(index) — Method in interface lunas.core.IContainer |
| |
| getChildAt(index) — Method in class lunas.display.container.Container |
|
Returns the child display object instance that exists at the specified index. |
| getChildByName(name) — Method in interface lunas.core.IContainer |
| |
| getChildByName(name) — Method in class lunas.display.container.Container |
|
Returns the child display object that exists with the specified name. |
| getChildIndex(child) — Method in interface lunas.core.IContainer |
| |
| getChildIndex(child) — Method in class lunas.display.container.Container |
|
Returns the index position of a child DisplayObject instance. |
| getChildPositionAt(n) — Method in class lunas.display.container.ListContainer |
|
Returns the child position with the specified index and the current direction of this display. |
| getClassByName(name) — Static method in class system.Reflection |
|
Returns the class reference from a string class name. |
| getClassInfo(o, ... rest) — Static method in class system.Reflection |
|
Returns the ClassInfo object of the specified object. |
| getClassMethods(o, inherited) — Static method in class system.Reflection |
|
Returns an array of public methods defined in the class of an object. |
| getClassName(o, path) — Static method in class system.Reflection |
|
Returns the class name as string of an object. |
| getClassPackage(o) — Static method in class system.Reflection |
|
Returns the package string representation of the specified instance passed in arguments. |
| getClassPath(o) — Static method in class system.Reflection |
|
Returns the full path string representation of the specified instance passed in arguments (package + name). |
| getCode() — Method in class asgard.events.RemotingEvent |
|
Indicates the code value of the server side error. |
| getCode() — Method in class vegas.core.types.Char |
|
Returns the integer character code for the character. |
| getCollection() — Method in class andromeda.model.collections.CollectionModel |
|
Returns the internal Collection of this model. |
| getCollection(key) — Method in class system.data.maps.MultiValueMap |
|
Gets the collection mapped to the specified key. |
| getCommand() — Method in class vegas.events.CommandEvent |
|
Returns the Command reference. |
| getConjugate(q:pegas.geom:Quaternion) — Static method in class pegas.util.QuaternionUtil |
|
Returns a new Quaternion conjugate of the specified Quaternion. |
| getConnection(url) — Static method in class asgard.net.remoting.RemotingConnection |
|
Returns the RemotingConnection reference defines with the specified url representation. |
| getConnection() — Method in class asgard.net.remoting.RemotingService |
|
Returns the internal RemotingConnection reference. |
| getConstructorArguments() — Method in interface andromeda.ioc.core.IObjectDefinition |
|
Returns the constructor arguments values of this object in a Array list. |
| getConstructorArguments() — Method in class andromeda.ioc.core.ObjectDefinition |
|
Returns the constructor arguments values of this object in a Array list. |
| getContainerPos() — Method in class lunas.display.container.ScrollContainer |
|
Returns the current container position. |
| getContext() — Method in class vegas.events.BasicEvent |
|
Returns the optional context of this event. |
| getContrast() — Method in class pegas.colors.LightColor |
|
Returns the contrast value (percent) of the movieclip. |
| getCoordinateProperty() — Method in class lunas.display.container.ListContainer |
|
Returns the string representation of the coordinate attribute used in this display with the current direction value. |
| getCount(o) — Method in interface system.data.Bag |
|
Returns the number of occurrences (cardinality) of the given object currently in the bag. |
| getCount(o) — Method in class system.data.bags.CoreMapBag |
|
Returns the count of the specified object passed in argument. |
| getCountVO() — Method in class andromeda.model.array.PageableArrayModel |
|
Returns the count of the IValueObject in a page of this model. |
| getCross(v1:pegas.geom:Vector3, v2:pegas.geom:Vector3) — Static method in class pegas.util.Vector3Util |
|
Computes the cross product of the two Vector3s. |
| getCross(v1:pegas.geom:Vector4, v2:pegas.geom:Vector4) — Static method in class pegas.util.Vector4Util |
|
Computes the cross product of the two Vector4s. |
| getCubicTgt(p0:pegas.geom:Vector2, p1:pegas.geom:Vector2, p2:pegas.geom:Vector2, p3:pegas.geom:Vector2, t) — Static method in class pegas.util.BezierUtil |
|
Returns the cubic tangente object of the specified vectors. |
| getCurrent() — Method in class andromeda.process.Sequencer |
|
Returns the current process in progress. |
| getCurrent() — Method in class asgard.managers.TabManager |
|
Returns the current group id selected in the manager. |
| getCurrentFullMonthCalendar(offset) — Static method in class kronos.date.Calendar |
|
Returns the array representation of all days in the current month. |
| getCurrentPage() — Method in class andromeda.model.array.PageableArrayModel |
|
Returns the current page selected in the model. |
| getCurrentVO() — Method in class andromeda.model.AbstractModelObject |
|
Returns the current IValueObject selected in this model. |
| getDate() — Method in class vegas.events.DateEvent |
|
Returns the Date value. |
| getDayOffset(date, calendarYear) — Static method in class kronos.date.Calendar |
|
Calculates the number of days the specified date is from January 1 of the specified calendar year. |
| getDays() — Static method in class kronos.date.Day |
|
Returns the array representation of all days constants. |
| getDays(round) — Method in class kronos.date.Time |
|
Returns the amount of days are contained within the time. |
| getDaysInMonth(date) — Static method in class kronos.date.Calendar |
|
Returns the numbers of days in a specified month. |
| getDefinitionByName(name) — Static method in class system.Reflection |
|
Returns the instance of a public definition in the current Domain. |
| getDelay() — Method in class asgard.net.NetServerConnection |
|
Returns timeout interval duration. |
| getDependsOn() — Method in interface andromeda.ioc.core.IObjectDefinition |
|
Returns the collection (Array) defines in the "dependsOn" attribute. |
| getDependsOn() — Method in class andromeda.ioc.core.ObjectDefinition |
|
Returns the collection (Array) defines in the "dependsOn" attribute. |
| getDescription() — Method in class asgard.events.RemotingEvent |
|
Indicates the description value of the server side error. |
| getDestroyMethodName() — Method in interface andromeda.ioc.core.IObjectDefinition |
|
Returns the name of the method invoked when the object is destroyed. |
| getDestroyMethodName() — Method in class andromeda.ioc.core.ObjectDefinition |
|
Returns the name of the method invoked when the object is destroyed. |
| getDetail() — Method in class asgard.events.RemotingEvent |
|
Indicates the detail value of the server side error. |
| getDigit(n) — Method in class vegas.logging.targets.LineFormattedTarget |
|
Returns the string representation of a number and use digit conversion. |
| getDirection() — Method in class pegas.geom.Point |
|
Returns the direction of this Point. |
| getDistance(v1:pegas.geom:Vector2, v2:pegas.geom:Vector2) — Static method in class pegas.util.Vector2Util |
|
Returns the distance between the 2 vectors in argument. |
| getDot(v1:pegas.geom:Vector3, v2:pegas.geom:Vector3) — Static method in class pegas.util.Vector3Util |
|
Computes the dot product of the two Vector3s. |
| getDot(v1:pegas.geom:Vector4, v2:pegas.geom:Vector4) — Static method in class pegas.util.Vector4Util |
|
Computes the dot product of the two Vector4s. |
| getEasing(id, defaultEasing) — Method in class pegas.transitions.EasingController |
|
Returns a easing method register in the EasingController with the specified id passed in argument. |
| getEntityNumberToChar(entityNumber) — Static method in class asgard.net.HTMLEntities |
|
Returns the char representation of the specified entity number string value in argument or an empty string value. |
| getEntry(x, y) — Method in class pegas.geom.Matrix4 |
|
Returns the matrix[x][y] value. |
| getEventDispatcher() — Method in class vegas.events.CoreEventDispatcher |
|
Returns the internal EventDispatcher reference. |
| getEventDispatcher() — Method in class vegas.events.FrontController |
|
Returns the internal EventDispatcher singleton reference of this FrontController. |
| getEventTypeADD() — Method in class andromeda.model.collections.CollectionModel |
|
Returns the event name use in the addVO method. |
| getEventTypeADD() — Method in class andromeda.model.map.MapModel |
|
Returns the event name use in the addVO method. |
| getEventTypeADD() — Method in class pegas.transitions.TweenModel |
|
Returns the event name use in the insert method. |
| getEventTypeBEFORE_CHANGE() — Method in class andromeda.model.AbstractModelObject |
|
Returns the event name use in the setCurrentVO method before is changed. |
| getEventTypeCHANGE() — Method in class andromeda.i18n.Localization |
|
Returns the event name use in the notifyChange method. |
| getEventTypeCHANGE() — Method in class andromeda.model.AbstractModelObject |
|
Returns the event name use in the setVO method. |
| getEventTypeCHANGE() — Method in class andromeda.process.Action |
|
Returns the event name use in the notifyChanged method. |
| getEventTypeCLEAR() — Method in class andromeda.model.AbstractModelObject |
|
Returns the event name use in the clear method. |
| getEventTypeCLEAR() — Method in class andromeda.process.Action |
|
Returns the event name use in the notifyCleared method. |
| getEventTypeCLEAR() — Method in class pegas.transitions.TweenModel |
|
Returns the event name use in the clear method. |
| getEventTypeDEQUEUE() — Method in class andromeda.model.queue.QueueModel |
|
Returns the event name use in the { |
| getEventTypeENQUEUE() — Method in class andromeda.model.queue.QueueModel |
|
Returns the event name use in the { |
| getEventTypeERROR() — Method in class asgard.net.remoting.RemotingService |
|
Returns the event name use in the notifyError method. |
| getEventTypeFAULT() — Method in class asgard.net.remoting.RemotingService |
|
Returns the event name use in the notifyFault method. |
| getEventTypeINFO() — Method in class andromeda.process.Action |
|
Returns the event name use in the notifyInfo method. |
| getEventTypeLOOP() — Method in class andromeda.process.Action |
|
Returns the event name use in the notifyLooped method. |
| getEventTypePOP() — Method in class andromeda.model.stack.StackModel |
|
Returns the event name use in the { |
| getEventTypePROGRESS() — Method in class andromeda.process.Action |
|
Returns the event name use in the notifyProgress method. |
| getEventTypePROGRESS() — Method in class andromeda.process.BatchProcess |
|
Returns the event name use in the notifyProgress method. |
| getEventTypePUSH() — Method in class andromeda.model.stack.StackModel |
|
Returns the event name use in the { |
| getEventTypeREMOVE() — Method in class andromeda.model.collections.CollectionModel |
|
Returns the event name use in the removeVO method. |
| getEventTypeREMOVE() — Method in class andromeda.model.map.MapModel |
|
Returns the event name use in the removeVO method. |
| getEventTypeREMOVE() — Method in class pegas.transitions.TweenModel |
|
Returns the event name use in the remove method. |
| getEventTypeRESIZE() — Method in class asgard.display.Background |
|
Returns the event name use when the background is resized. |
| getEventTypeRESULT() — Method in class asgard.net.remoting.RemotingService |
|
Returns the event name use in the notifyResult method. |
| getEventTypeRESUME() — Method in class andromeda.process.Action |
|
Returns the event name use in the notifyResumed method. |
| getEventTypeSTOP() — Method in class andromeda.process.Action |
|
Returns the event name use in the notifyStopped method. |
| getEventTypeTIMEOUT() — Method in class andromeda.process.Action |
|
Returns the event name use in the notifyTimeOut method. |
| getEventTypeUPDATE() — Method in class andromeda.model.array.PageableArrayModel |
|
Returns the event name use in the addVO method. |
| getEventTypeUPDATE() — Method in class andromeda.model.map.MapModel |
|
Returns the event name use in the updateVO method. |
| getExceptionStack() — Method in class asgard.events.RemotingEvent |
|
Indicates the exception stack value of the server side error. |
| getFactoryStrategy() — Method in interface andromeda.ioc.core.IObjectDefinition |
|
Returns the factory stategy of this definition to create the object. |
| getFactoryStrategy() — Method in class andromeda.ioc.core.ObjectDefinition |
|
Returns the factory stategy of this definition to create the object. |
| getFalseFirstComparator() — Static method in class system.comparators.BooleanComparator |
|
Returns a BooleanComparator singleton that sorts false values before true values. |
| getFault() — Method in class asgard.events.RemotingEvent |
|
Indicates the fault value of the server side error. |
| getFilter() — Method in class andromeda.vo.FilterVO |
|
Returns the current filter value of this object. |
| getFirst() — Method in class system.data.lists.LinkedList |
|
Returns the first element in this list. |
| getFirstDay(date, nameFlag) — Static method in class kronos.date.Calendar |
|
Returns the first day in the specified month. |
| getFoldMessage(title, message, level:vegas.logging:LogEventLevel) — Method in class vegas.logging.targets.SOSTarget |
|
Returns the string socket representation to send a fold message in the SOSConsole. |
| getFullMonthCalendar(date, offset) — Static method in class kronos.date.Calendar |
|
Returns an array representation of all days in a full month. |
| getFunctionValue(name, expressions) — Method in class system.evaluators.MathEvaluator |
|
Returns The string function value representation. |
| getGenerates() — Method in interface andromeda.ioc.core.IObjectDefinition |
|
Returns the collection (Array) defines in the "generates" attribute. |
| getGenerates() — Method in class andromeda.ioc.core.ObjectDefinition |
|
Returns the collection (Array) defines in the "generates" attribute. |
| getGreen() — Method in class pegas.colors.SolidColor |
|
Returns the green color value of a Color object. |
| getGreenOffset() — Method in class pegas.colors.SolidColor |
|
Returns the green offset color value of a Color object. |
| getGreenPercent() — Method in class pegas.colors.SolidColor |
|
Returns the green percentage color value of a Color object. |
| getHeader() — Method in class system.data.lists.LinkedList |
|
Returns the header entry of this list. |
| getHours(round) — Method in class kronos.date.Time |
|
Returns the amount of hours are contained within the time. |
| getIdentity() — Static method in class pegas.util.Matrix4Util |
|
Creates and returns a new identity Matrix4. |
| getIgnoreCaseStringComparator() — Static method in class system.comparators.StringComparator |
|
Returns the StringComparator singleton with the a true ignoreCase property. |
| getInfo() — Method in class andromeda.events.ActionEvent |
|
Returns the info object of this event. |
| getInitMethodName() — Method in interface andromeda.ioc.core.IObjectDefinition |
|
Returns the name of the method call when the object is instanciate. |
| getInitMethodName() — Method in class andromeda.ioc.core.ObjectDefinition |
|
Returns the name of the method call when the object is instanciate. |
| getInstance() — Static method in class andromeda.config.Config |
|
Returns the singleton reference of this class. |
| getInstance(id) — Static method in class andromeda.i18n.Localization |
|
Returns a Localization singleton reference with the specified name passed-in argument. |
| getInstance(id) — Static method in class andromeda.ioc.factory.ECMAObjectFactory |
|
Returns the singleton reference of this class. |
| getInstance() — Static method in class asgard.managers.TabManager |
|
Returns the singleton reference of the TabManager class. |
| getInstance() — Static method in class asgard.net.NetServerConnection |
|
Returns the singleton instance of class. |
| getInstance() — Static method in class asgard.net.NetServerGateway |
|
Returns the singleton instance of class. |
| getInstance() — Static method in class lunas.groups.RadioButtonGroup |
|
Returns a singleton reference of the RadioButtonGroup class. |
| getInstance() — Static method in class pegas.transitions.EasingController |
|
Returns the singleton instance of EasingController. |
| getInstance() — Static method in class pegas.transitions.FrameEngine |
|
Returns the singleton reference of the class. |
| getInstance() — Static method in class pegas.transitions.TransitionController |
|
Returns the singleton instance of TransitionController class. |
| getInstance(name) — Static method in class vegas.events.EventDispatcher |
|
Creates and returns a singleton EventDispatcher reference specified by the passed-in name identifier. |
| getInstance(channel) — Static method in class vegas.events.FrontController |
|
Returns a global FrontController singleton. |
| getIsGlobal() — Method in class vegas.events.CoreEventDispatcher |
|
Returns the value of the isGlobal flag of this model. |
| getJan1(calendarYear) — Static method in class kronos.date.Calendar |
|
Retrieves a Date object representing January 1 of any given year. |
| getKeys() — Method in interface system.data.Map |
|
Returns an Array of all the keys in the map. |
| getKeys() — Method in class system.data.maps.ArrayMap |
|
Returns an array representation of all keys in the map. |
| getKeys() — Method in class system.data.maps.HashMap |
|
Returns an array representation of all keys in the map. |
| getKeys() — Method in class system.data.maps.MultiValueMap |
|
Returns an Array containing the combination of all keys in the Map. |
| getKeys() — Method in class system.data.maps.TypedMap |
|
Returns an Array of all the keys in the map. |
| getLast() — Method in class system.data.lists.LinkedList |
|
Returns the last element in the list. |
| getLastToken() — Method in class system.evaluators.MathEvaluator |
|
Returns the last token string. |
| getLength() — Method in class pegas.geom.Point |
|
Returns the length of the line segment from (0,0) to this point. |
| getLength(v:pegas.geom:Vector2) — Static method in class pegas.util.Vector2Util |
|
Returns the length of the vector. |
| getLength(v:pegas.geom:Vector3) — Static method in class pegas.util.Vector3Util |
|
Returns the length of the vector. |
| getLength(v:pegas.geom:Vector4) — Static method in class pegas.util.Vector4Util |
|
Returns the length of the vector. |
| getLevel() — Method in class asgard.events.RemotingEvent |
|
Indicates the level value of the server side error. |
| getLevelString(value:vegas.logging:LogEventLevel) — Static method in class vegas.logging.LogEvent |
|
Returns a string value representing the level specified. |
| getLine() — Method in class asgard.events.RemotingEvent |
|
Indicates the line value of the server side error. |
| getLine() — Method in class pegas.draw.LinePen |
|
Returns the Line reference of this pen. |
| getLine(p1:pegas.geom:Vector2, p2:pegas.geom:Vector2) — Static method in class pegas.util.LineUtil |
|
Returns a Line reference defines with the two vectors in argument. |
| getLineCross(l1:pegas.geom:Line, l2:pegas.geom:Line) — Static method in class pegas.util.LineUtil |
|
Returns a point (x,y) that is the intersection of two lines. |
| getListener(eventName) — Method in class vegas.events.FrontController |
|
Returns a EventListener
|
| getListeners() — Method in interface andromeda.ioc.core.IObjectDefinition |
|
Returns the Array of all listener definitions of this definition. |
| getListeners() — Method in class andromeda.ioc.core.ObjectDefinition |
|
Returns the Array of all listener definitions of this definition. |
| getLocale(id) — Method in class andromeda.events.LocalizationEvent |
|
Returns the current Local reference or the internal value of the Local property passed in argument with the string in argument. |
| getLocale(id) — Method in class andromeda.i18n.Localization |
|
Returns the locale object with all this properties. |
| getLogger() — Method in class asgard.display.CoreBitmap |
|
Returns the internal ILogger reference of this ILogable object. |
| getLogger() — Method in class asgard.display.CoreLoader |
|
Returns the internal ILogger reference of this ILogable object. |
| getLogger() — Method in class asgard.display.CoreMovieClip |
|
Returns the internal ILogger reference of this ILogable object. |
| getLogger() — Method in class asgard.display.CoreShape |
|
Returns the internal ILogger reference of this ILogable object. |
| getLogger() — Method in class asgard.display.CoreSimpleButton |
|
Returns the internal ILogger reference of this ILogable object. |
| getLogger() — Method in class asgard.display.CoreSprite |
|
Returns the internal ILogger reference of this ILogable object. |
| getLogger() — Method in class asgard.media.CoreSound |
|
Returns the internal ILogger reference of this ILogable object. |
| getLogger() — Method in class asgard.media.CoreVideo |
|
Returns the internal ILogger reference of this ILogable object. |
| getLogger() — Method in class asgard.text.CoreTextField |
|
Returns the internal ILogger reference of this ILogable object. |
| getLogger() — Method in class vegas.core.CoreObject |
|
Returns the internal ILogger reference of this ILogable object. |
| getLogger() — Method in class vegas.events.AbstractEventDispatcher |
|
Returns the internal ILogger reference of this ILogable object. |
| getLogger() — Method in interface vegas.logging.ILogable |
|
Returns the internal ILogger reference of this ILogable object. |
| getLogger(category) — Static method in class vegas.logging.Log |
|
Returns the logger associated with the specified category. |
| getMagnitude() — Method in class pegas.geom.Quaternion |
|
Returns the magnitude of a Quaternion, measured in the Euclidean norm. |
| getMap() — Method in class andromeda.ioc.core.TypeAliases |
|
Returns the internal Map reference of this collector. |
| getMap() — Method in class andromeda.model.map.MapModel |
|
Returns the internal map of this model. |
| getMethod() — Method in class vegas.events.Delegate |
|
Returns the proxy method reference. |
| getMethodByName(o, name) — Static method in class system.Reflection |
|
Returns the method reference of the specified object with the passed-in property name. |
| getMethodName() — Method in class asgard.events.RemotingEvent |
| |
| getMiddle(p1:pegas.geom:Point, p2: |