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  
N — Constant Static Property, class graphics.CardinalDirection
The North cardinal point "N" : Azimut:0° Radians:0
n11 — Property, class graphics.geom.Matrix2
Defines a Matrix2 cell.
n11 — Property, class graphics.geom.Matrix4
Defines a Matrix4 cell.
n12 — Property, class graphics.geom.Matrix2
Defines a Matrix2 cell.
n12 — Property, class graphics.geom.Matrix4
Defines a Matrix4 cell.
n13 — Property, class graphics.geom.Matrix4
Defines a Matrix4 cell.
n14 — Property, class graphics.geom.Matrix4
Defines a Matrix4 cell.
n21 — Property, class graphics.geom.Matrix2
Defines a Matrix2 cell.
n21 — Property, class graphics.geom.Matrix4
Defines a Matrix4 cell.
n22 — Property, class graphics.geom.Matrix2
Defines a Matrix2 cell.
n22 — Property, class graphics.geom.Matrix4
Defines a Matrix4 cell.
n23 — Property, class graphics.geom.Matrix4
Defines a Matrix4 cell.
n24 — Property, class graphics.geom.Matrix4
Defines a Matrix4 cell.
n31 — Property, class graphics.geom.Matrix4
Defines a Matrix4 cell.
n32 — Property, class graphics.geom.Matrix4
Defines a Matrix4 cell.
n33 — Property, class graphics.geom.Matrix4
Defines a Matrix4 cell.
n34 — Property, class graphics.geom.Matrix4
Defines a Matrix4 cell.
n41 — Property, class graphics.geom.Matrix4
Defines a Matrix4 cell.
n42 — Property, class graphics.geom.Matrix4
Defines a Matrix4 cell.
n43 — Property, class graphics.geom.Matrix4
Defines a Matrix4 cell.
n44 — Property, class graphics.geom.Matrix4
Defines a Matrix4 cell.
NAK — Constant Static Property, class system.Char
The "negative acknowledge" unicode character.
name — Property, class graphics.filters.ShaderCustomFilter
The name of the filter (defines in the Shader).
name — Static Property, class system.metadata
name — Property, class system.events.Command
The command's type name.
name — Property, class system.ioc.ObjectMethod
The name of the method to invoke to create the object.
name — Property, class system.ioc.ObjectProperty
The name of the property.
name — Property, class system.process.caches.Attribute
The name of the attribute.
name — Property, class system.process.caches.Method
The name of the attribute.
name — Property, interface system.reflection.ClassInfo
Indicates the name of the class.
name — Property, interface system.reflection.MemberInfo
Indicates the name of the member object.
name — Property, interface system.reflection.MethodInfo
Indicates the name of the method.
name — Property, class system.text.html.Entity
The String name value of the entity.
name — Property, class vegas.colors.HTMLColor
The name of the color.
name — Property, class vegas.media.CuePoint
The name of the CuePoint.
NAME — Constant Static Property, class system.ioc.ObjectAttribute
Defines the label of the name in a property object.
namespace — Property, class graphics.filters.ShaderCustomFilter
The namespace of the filter (defines in the Shader).
NAVAJO_WHITE — Constant Static Property, class vegas.colors.SVGColor
The 'NavajoWhite' SVG color object.
NAVY — Constant Static Property, class vegas.colors.HTMLColor
The html 'navy' color static reference.
NAVY — Constant Static Property, class vegas.colors.SVGColor
The 'Navy' SVG color object.
NBSP — Constant Static Property, class vegas.strings.UnicodeChar
No-break space utf8 representation (whitespace).
NE — Constant Static Property, class graphics.CardinalDirection
The North-East cardinal point "NE" : Azimut:45° Radians:π/4
nearID — Property, class vegas.net.NetServerConnection
The identifier of this Flash Player or Adobe AIR instance for this NetConnection instance.
nearNonce — Property, class vegas.net.NetServerConnection
A value chosen substantially by this Flash Player or Adobe AIR instance, unique to this connection.
negate() — method, class graphics.geom.Vector2
Sets this Vector2 with negate coordinates.
negate(vector:graphics.geom:Vector2) — Static Method , class graphics.geom.Vector2
Returns the new negate Vector2 of the specified Vector2 objet.
negate() — method, class graphics.geom.Vector3
Sets this Vector2 with negate coordinates.
negate(vector:graphics.geom:Vector3) — Static Method , class graphics.geom.Vector3
Returns the new negate Vector2 of the specified Vector2 objet.
negative — Property, class vegas.colors.LightColor
Indicates the negative value of the DisplayObject.
negative(n:Number) — method, class vegas.colors.TransformColor
Corresponding a filter in mode "negative" in photoshop over a display object.
NELLY_MOSER — Constant Static Property, class vegas.media.AudioCodec
The NellyMoser audio codec value.
NELLY_MOSER_16 — Constant Static Property, class vegas.media.AudioCodec
The Nellymoser
NELLY_MOSER_8 — Constant Static Property, class vegas.media.AudioCodec
The Nellymoser, 8kHz mono audio codec value.
NetServerConnection — Dynamic Class, package vegas.net
This class extends the NetConnection class and defined an implementation based on VEGAS to used Flash Remoting or Flash MediaServer (with AMF protocol).
NetServerConnection(global:Boolean, channel:String) — Constructor, class vegas.net.NetServerConnection
Creates a new NetServerConnection instance.
NetServerEvent — class, package vegas.events
This is invoked in a NetServerConnection object during a connection with a server.
NetServerEvent(type:String, connection:vegas.net:NetServerConnection, status:vegas.net:NetServerStatus, info:any) — Constructor, class vegas.events.NetServerEvent
Creates a new NetServerEvent instance.
NetServerGateway — class, package vegas.net
The NetSeverGateway create a gateway between the Flash client and the FMS server.
NetServerGateway(connection:vegas.net:NetServerConnection, controller:system.events:FrontController) — Constructor, class vegas.net.NetServerGateway
Creates a new NetServerGateway instance.
NetServerInfo — Dynamic Class, package vegas.net
Defines the information object in a onStatus callback method.
NetServerInfo(info:any) — Constructor, class vegas.net.NetServerInfo
Creates a new NetServerInfo object.
NetServerInfoVO — class, package vegas.vo
This value object contains information sending by a server.
NetServerInfoVO(init:Object) — Constructor, class vegas.vo.NetServerInfoVO
Creates a new NetServerInfoVO instance.
NetServerLevel — final class, package vegas.net
This static enumeration class defines all net server levels.
NetServerStatus — class, package vegas.net
Defines the enumeration of all NetServerConnection status codes.
NetServerStatus(code:String, level:String) — Constructor, class vegas.net.NetServerStatus
Creates a new NetServerStatus instance.
netStatus(e:flash.events:NetStatusEvent) — method, class vegas.net.NetStreamClient
Invoked when the NetStream status is changed.
netStream — Property, class vegas.net.NetStreamClient
The owner NetStream reference of this object.
netStream — Property, class vegas.net.NetStreamTransition
The NetStream reference.
NetStreamClient — class, package vegas.net
Specifies the advanced object on which callback methods are invoked by a NetStream object.
NetStreamClient(netStream:flash.net:NetStream, video:flash.media:Video) — Constructor, class vegas.net.NetStreamClient
Creates a new NetStreamClient instance.
NetStreamExpert — class, package vegas.net
This expert control a NetStream.
NetStreamExpert(netStream:flash.net:NetStream, video:flash.media:Video, timer:flash.utils:Timer) — Constructor, class vegas.net.NetStreamExpert
Creates a new NetStreamExpert instance.
NetStreamPublishType — class, package vegas.net
Enumeration of all valid values to publish streaming media with a NetStream object.
NetStreamStatus — final class, package vegas.net
The NetStream status object who contains the level and the status value of all NetStreams in the application.
NetStreamStatus(code:String, level:String, registerReference:Boolean) — Constructor, class vegas.net.NetStreamStatus
Creates a new NetStreamStatus instance.
NetStreamTransition — class, package vegas.net
This transition control a netstream with a specific expert.
NetStreamTransition(netStream:flash.net:NetStream, uri:String) — Constructor, class vegas.net.NetStreamTransition
Creates a new NetStreamTransition instance.
newLine — Property, class system._Environment
Returns the new line string value in the current environment.
NEWS — Constant Static Property, class system.network.URIScheme
Newsgroups and postings.
newSize — Property, class vegas.strings.Minifier
Indicates the new size of the output source.
next() — method, class graphics.display.TimelineIterator
Returns the next Array page of elements or the next element in the Array if the getStepSize() value is 1.
_next — Property, class graphics.transitions.FrameTimer
The next value.
next() — method, interface system.data.Iterator
Returns the next element in the iteration.
next() — method, class system.data.iterators.ArrayFieldIterator
Returns the next field element in the iteration.
next() — method, class system.data.iterators.ArrayIterator
Returns the next element in the iteration.
next() — method, class system.data.iterators.BagIterator
Returns the next element in the iteration.
next() — method, class system.data.iterators.LinkedListIterator
Returns the next element in the iteration.
next() — method, class system.data.iterators.MapIterator
Returns the next element in the iteration.
next() — method, class system.data.iterators.ObjectIterator
Returns the next element in the iteration.
next() — method, class system.data.iterators.PageByPageIterator
Returns the next Array page of elements or the next element in the Array if the getStepSize() value is 1.
next() — method, class system.data.iterators.ProtectedIterator
Returns the next element in the iteration.
next() — method, class system.data.iterators.StringIterator
Returns the next element in the iteration.
next() — method, class system.data.iterators.VectorIterator
Returns the next element in the iteration.
next — Property, class system.data.lists.LinkedListEntry
The next entry.
next() — method, class system.models.arrays.PageableArrayModel
Show the next page of the model.
next() — method, class system.models.maps.OrderedMapModel
Sets the next value object in the model.
next(action:system.process:Action) — method, class system.process.BatchTask
Invoked when a task process in the batch is finished.
next(action:system.process:Action) — method, class system.process.Chain
Run the next action in the chain.
next(action:system.process:Action) — method, class system.process.TaskGroup
Invoked when a task is finished.
next() — method, class system.text.parser.GenericParser
Returns the next character in the source of this parser.
next() — Static Method , class vegas.HashCode
Returns the next hashcode value.
next() — method, class vegas.models.arrays.PageableArrayModelObject
Show the next page of the model.
next() — method, class vegas.models.maps.OrderedMapModelObject
Sets the next value object in the model.
next() — method, class vegas.strings.json.JSONSerializer
Returns the next character in the source String representation.
next — Property, class vegas.utils.pool.ObjectPoolNode
The next Node reference of the current node.
nextFrame() — method, class graphics.transitions.Motion
Forwards the tweened animation to the next frame.
nextIndex() — method, interface system.data.ListIterator
Returns the index of the element that would be returned by a subsequent call to next.
nextIndex() — method, class system.data.iterators.LinkedListIterator
Returns the index of the element that would be returned by a subsequent call to next.
nextLabel — Property, class lunas.components.labels.PaginationLabel
Indicates the next label value of this display.
nextName(index:int) — method, class system.data.arrays.ProxyArray
Allows enumeration of the proxied object's properties by index number to retrieve property names.
nextName() — Static Method , class vegas.HashCode
Returns the string representation of the next hashcode value.
nextNameIndex(index:int) — method, class system.data.arrays.ProxyArray
Allows enumeration of the proxied object's properties by index number.
nextPattern — Property, class lunas.components.labels.PaginationLabelStyle
The next pattern
nextValue(index:int) — method, class system.data.arrays.ProxyArray
Allows enumeration of the proxied object's properties by index number to retrieve property values.
NL — Constant Static Property, class vegas.i18n.Lang
Indicates the 'Dutch' language reference.
NNE — Constant Static Property, class graphics.CardinalDirection
The North-North-East cardinal point "NNE" : Azimut:22.5° Radians:π/8
NNTP — Constant Static Property, class system.network.URIScheme
Usenet NNTP (Network News Transfer Protocol).
NNW — Constant Static Property, class graphics.CardinalDirection
The North-North-West cardinal point "NNW" : Azimut:337.5° Radians:15π/8
NO — Constant Static Property, class vegas.i18n.Lang
Indicates the 'Norwegian' language reference.
noError — Constant Static Property, class system.cli.SwitchStatus
The "noError" SwitchStatus object.
noise(randomSeed:int, low:uint, high:uint, channelOptions:uint, grayScale:Boolean) — method, class graphics.display.BigBitmap
Fills an image with pixels representing random noise.
none — Constant Static Property, class system.reflection.FilterType
Default filter type value.
NONE — Constant Static Property, class core.strings.WildExp
const the NONE value (0).
NONE — Constant Static Property, class graphics.Align
Defines the NONE value (0).
NONE — Constant Static Property, class graphics.ArcType
The 'none' type.
NONE — Constant Static Property, class graphics.Orientation
Constant indicating a none layout orientation, use the default orientation (0).
NONE — Constant Static Property, class system.data.arrays.ArrayFilter
Specifies the default numeric sorting value for the Array class sorting methods.
NONE — Constant Static Property, class system.data.maps.SortedArrayMap
Specifies the default numeric sorting value for the Array class sorting methods.
NONE — Constant Static Property, class system.data.queues.PriorityQueue
The default options value.
NONE — Constant Static Property, class system.ioc.ObjectOrder
The "none" order value.
NONE — Constant Static Property, class system.ioc.TypePolicy
Defines the 'none' TypePolicy value.
NONE — Constant Static Property, class system.logging.LoggerLevel
A special level that can be used to turn off logging (0).
NONE — Constant Static Property, class system.logging.targets.ExternalTarget
A special level that can be used to turn off logging (0).
NONE — Constant Static Property, class system.process.DelayedTask
The state when the task is not stopped.
NONE — Constant Static Property, class vegas.colors.SVGColor
The 'None' SVG color object.
NONE — Constant Static Property, class vegas.ioc.io.AssemblyDomain
Defines the "none" assembly ApplicationDomain mode.
NONE — Static Property, class vegas.vo.FilterVO
The default filter value of the filter value objects.
nonNullComparator — Property, class system.comparators.NullComparator
Defines the comparator to use when comparing two non-null objects.
NonUniqueKeyError — class, package system.errors
The error throws when a key is non unique.
NonUniqueKeyError(key:String, id:int) — Constructor, class system.errors.NonUniqueKeyError
Creates a new NonUniqueKeyError instance.
normal() — method, class graphics.geom.Vector2
Returns the normal value of this Vector2.
NORMAL — Constant Static Property, class graphics.DirectionOrder
Specifies the "normal" direction order.
NORMAL — Constant Static Property, class system.process.BatchTask
Determinates the "normal" mode of the batch.
NORMAL — Constant Static Property, class system.process.Chain
Determinates the "normal" mode of the chain.
NORMAL — Constant Static Property, class system.process.TaskGroup
Determinates the "normal" mode of the task-group.
NORMAL — Constant Static Property, class vegas.strings.Minifier
Original algorithm (conservative).
normalize — Package Constant Property, core.maths
Takes a value within a given range and converts it to a number between 0 and 1.
normalize() — method, class graphics.geom.Quaternion
Normalizes the Quaternion instance.
normalize() — method, class graphics.geom.Vector3
Normalize the vector.
normalize(v:graphics.geom:Vector4) — Static Method , class graphics.geom.Vectors4
Normalize the specified Vector4 in parameter.
normalizePath — Property, class system.reflection.ReflectionConfigurator
Allow to replace "::" by "." for string class representation example: With normalizePath = false you obtain "system.reflection::ClassInfoTest" and with normalizePath=true you obtain "system.reflection.ClassInfoTest".
noScrollEasing — Property, class lunas.containers.ScrollContainer
Indicates if the scroll use an easing effect.
NoSuchElementError — class, package system.errors
Thrown by an Iterator to indicate that there are no more elements in the iteration.
NoSuchElementError(message:String, id:int) — Constructor, class system.errors.NoSuchElementError
Creates a new NoSuchElementError instance.
Not — class, package system.rules
Used to perform logical negation on a specific condition.
Not(rule:any) — Constructor, class system.rules.Not
Creates a new Not instance.
notAuthorizedConstructor — Static Property, class system.serializers.eden.strings
"{0}" is not an authorized constructor
notAuthorizedExternalReference — Static Property, class system.serializers.eden.strings
"{0}" is not an authorized external reference
notAuthorizedFunction — Static Property, class system.serializers.eden.strings
"{0}" is not an authorized function
notAuthorizedPath — Static Property, class system.serializers.eden.strings
"{0}" is not an authorized path
NOT_COMPRESSED — Constant Static Property, class vegas.display.SWFInfo
The "not compressed" tag value (0x46)
NotEquals — class, package system.rules
Performs a logical comparison of the two values to determine if are not equal.
NotEquals(value1:any, value2:any) — Constructor, class system.rules.NotEquals
Creates a new NotEquals instance.
notFunctionCallAllowed — Static Property, class system.serializers.eden.strings
function call "{0}( {1} )"is not allowed
notifyAdd(entry:Object) — method, class system.models.maps.MapModel
Notify a signal when a new entry is inserted in the model.
notifyAdd(vo:system.data:ValueObject) — method, class vegas.models.collections.CollectionModelObject
Notify a ModelObjectEvent when a ValueObject is inserted in the model.
notifyAdd(entry:system.data:Entry) — method, class vegas.models.maps.MapModel
Notify a ModelObjectEvent when a ValueObject is inserted in the model.
notifyAdd(vo:system.data:ValueObject) — method, class vegas.models.maps.MapModelObject
Notify a ModelObjectEvent when a ValueObject is inserted in the model.
notifyBeforeChange(value:any) — method, class system.models.ChangeModel
Notify a signal before the specified value is changed.
notifyBeforeChange(value:any) — method, class vegas.models.ChangeModel
Notify an EntryEvent before the current value selected in the model is changed.
notifyBeforeChange(vo:system.data:ValueObject) — method, class vegas.models.CoreModelObject
Notify a ModelObjectEvent before the current ValueObject selected in the model is changed.
notifyBeforeChange(value:any) — method, class vegas.models.maps.MapModel
Notify an event before the current value selected in the model is changed.
notifyChange(page:Number) — method, class lunas.components.labels.PaginationLabel
Notify a change with the current selected page.
notifyChange() — method, class system.data.arrays.ArrayFilter
Emit from the "change" signal when the filter is changed.
notifyChange(value:any) — method, class system.models.ChangeModel
Notify a signal when the model is changed.
notifyChange() — method, class vegas.i18n.Localization
Notify when the Localization change.
notifyChange() — method, class vegas.media.CoreSound
Notify an ActionEvent when the process of the sound is changed.
notifyChange(value:any) — method, class vegas.models.ChangeModel
Notify an EntryEvent when a value is selected and changed in the model.
notifyChange(vo:system.data:ValueObject) — method, class vegas.models.CoreModelObject
Notify a ModelObjectEvent when a ValueObject change in the model.
notifyChange(value:Array) — method, class vegas.models.PageByPageModel
Notify a ArrayEvent when a Array pages change in the model.
notifyChange(value:any) — method, class vegas.models.maps.MapModel
Notify an event when a value is selected and changed in the model.
notifyChanged() — method, class lunas.CoreComponent
Notify a change in this component.
notifyChanged() — method, class system.process.CoreAction
Notify when the process is changed.
notifyClear() — method, class system.models.ChangeModel
Notify a signal when the model is cleared.
notifyClear() — method, class vegas.models.ChangeModel
Notify an EntryEvent when the model is cleared.
notifyClear() — method, class vegas.models.CoreModelObject
Notify a ModelObjectEvent when the model is cleared.
notifyClear() — method, class vegas.models.maps.MapModel
Notify an event when the model is cleared.
notifyCleared() — method, class system.process.CoreAction
Notify when the process is cleared.
notifyComplete() — method, class system.process.CoreActionLoader
Notify when the process is complete.
notifyDequeue(vo:system.data:ValueObject) — method, class vegas.models.queues.QueueModelObject
Notify a ModelObjectEvent when a ValueObject is dequeue in the model.
notifyDrag() — method, interface lunas.Scrollbar
Dispatchs an event when the user drag the bar.
notifyDrag() — method, class lunas.components.bars.CoreScrollbar
Dispatchs an event when the user drag the bar.
notifyEnabled() — method, class lunas.CoreComponent
Notify an event when the enabled property is changed.
notifyEnqueue(vo:system.data:ValueObject) — method, class vegas.models.queues.QueueModelObject
Notify a ModelObjectEvent when a ValueObject is enqueue in the model.
notifyError(error:Object) — method, class system.process.CoreActionLoader
Notify when the process failed.
notifyFinish() — method, class lunas.containers.ScrollContainer
Invoked when the scroll is finished.
notifyFinished() — method, class graphics.transitions.TweenTo
Notify an ActionEvent when the process is finished.
notifyFinished() — method, interface system.process.Action
Notify when the process is finished.
notifyFinished() — method, class system.process.CoreActionLoader
Notify an ActionEvent when the process is finished.
notifyFinished() — method, class system.process.Task
Notify an ActionEvent when the process is finished.
notifyFinished() — method, class vegas.media.CoreSound
Notify an ActionEvent when the process is finished.
notifyFinished() — method, class vegas.net.Connection
Notify when the connection is finished.
notifyFinished() — method, class vegas.net.NetServerConnection
Invoked when the connection is finished.
notifyHttpStatus(status:Object) — method, class system.process.CoreActionLoader
Notify when the loading process httpstatus is changed..
notifyId3() — method, class vegas.media.SoundLoader
Notify when the process is initialize.
notifyInfo(info:any) — method, class system.process.CoreAction
Notify a specific information when the process is changed.
notifyInfo(info:any) — method, class vegas.net.Connection
Notify a specific information when the process is changed.
notifyInit() — method, class system.models.arrays.PageableArrayModel
Emit a message when the model is initialized.
notifyInit() — method, class system.process.CoreActionLoader
Notify when the process is initialize.
notifyInit() — method, class vegas.models.arrays.PageableArrayModelObject
Notify an Event object when the model is initialized.
notifyLooped() — method, class system.process.CoreAction
Notify when the process is looped.
notifyLooped() — method, class vegas.media.CoreSound
Notify an ActionEvent when the process is looped.
notifyNetServerEvent(type:String, status:vegas.net:NetServerStatus, info:any) — method, class vegas.net.NetServerConnection
Invoked when the connection is closed.
notifyOpen() — method, class system.process.CoreActionLoader
Notify when the process is open.
notifyPaused() — method, class system.process.CoreAction
Notify when the process is paused.
notifyPaused() — method, class vegas.media.CoreSound
Notify an ActionEvent when the process is stopped.
notifyPop(vo:system.data:ValueObject) — method, class vegas.models.stacks.StackModelObject
Notify a {
notifyProgress() — method, class system.process.CoreAction
Notify when the process is in progress.
notifyPush(vo:system.data:ValueObject) — method, class vegas.models.stacks.StackModelObject
Notify a {
notifyRemove(entry:Object) — method, class system.models.maps.MapModel
Notify a signal when a new entry is removed in the model.
notifyRemove(vo:system.data:ValueObject) — method, class vegas.models.collections.CollectionModelObject
Notify a ModelObjectEvent when a ValueObject is removed in the model.
notifyRemove(entry:system.data:Entry) — method, class vegas.models.maps.MapModel
Notify an EntryEvent when an key/value entry is removed in the model.
notifyRemove(vo:system.data:ValueObject) — method, class vegas.models.maps.MapModelObject
Notify a ModelObjectEvent when a ValueObject is removed in the model.
notifyResized() — method, class vegas.display.Background
Notify an event when you resize the component.
notifyResized() — method, class vegas.display.PolyLineBackground
Notify an event when you resize the component.
notifyResumed() — method, class system.process.CoreAction
Notify when the process is resumed.
notifyResumed() — method, class vegas.media.CoreSound
Notify an ActionEvent when the process is resumed.
notifyScroll() — method, class lunas.containers.ScrollContainer
Notify a scroll ComponentEvent.
notifyStart() — method, class lunas.containers.ScrollContainer
Invoked when the scroll is started.
notifyStartDrag() — method, interface lunas.Scrollbar
Dispatchs an event when the user start to drag the bar.
notifyStartDrag() — method, class lunas.components.bars.CoreScrollbar
Dispatchs an event when the user start to drag the bar.
notifyStarted() — method, interface system.process.Action
Notify when the process is started.
notifyStarted() — method, class system.process.CoreActionLoader
Notify an ActionEvent when the process is started.
notifyStarted() — method, class system.process.Task
Notify an ActionEvent when the process is started.
notifyStarted() — method, class vegas.media.CoreSound
Notify an ActionEvent when the process is started.
notifyStarted() — method, class vegas.net.Connection
Notify when the connection is started.
notifyStarted() — method, class vegas.net.NetServerConnection
Invoked when the connection is started.
notifyStopDrag() — method, interface lunas.Scrollbar
Dispatchs an event when the user stop to drag the bar.
notifyStopDrag() — method, class lunas.components.bars.CoreScrollbar
Dispatchs an event when the user stop to drag the bar.
notifyStopped() — method, class system.process.CoreAction
Notify when the process is stopped.
notifyStopped() — method, class vegas.media.CoreSound
Notify an ActionEvent when the process is stopped.
notifyStyleChanged() — method, class lunas.CoreStyle
Invoked when the style is changed.
notifyTimeOut() — method, class system.process.CoreAction
Notify when the process is out of time.
notifyTimeOut() — method, class vegas.net.Connection
Notify when the connection is out of time.
notifyTimeOut() — method, class vegas.net.NetServerConnection
Invoked when the connection is timeout.
notifyUpdate(value:any) — method, class system.models.arrays.PageableArrayModel
Emit a message when the model is updated.
notifyUpdate(entry:Object) — method, class system.models.maps.MapModel
Notify a signal when a new entry is updated in the model.
notifyUpdate(value:any) — method, class vegas.models.arrays.PageableArrayModelObject
Notify an Event when a ValueObject is inserted in the model.
notifyUpdate(entry:system.data:Entry) — method, class vegas.models.maps.MapModel
Notify an EntryEvent when the model is updated.
notifyUpdate(vo:system.data:ValueObject) — method, class vegas.models.maps.MapModelObject
Notify a ModelObjectEvent when a ValueObject is updated in the model.
notValidConstructor — Static Property, class system.serializers.eden.strings
"{0}" is not a valid constructor.
notValidFunction — Static Property, class system.serializers.eden.strings
"{0}" is not a valid function
notValidPath — Static Property, class system.serializers.eden.strings
"{0} is not a valid path
NOVEMBER — Constant Static Property, class system.formatters.date.Months
Fully written out string for november.
NOVEMBER — Static Property, class vegas.date.Month
Fully written out string for november.
NOW — Constant Static Property, class system.ioc.ObjectOrder
The "now" order value.
nRoot(a:Number, n:Number) — Static Method , class graphics.numeric.Factor
Defines the nth root of a number.
NUL — Constant Static Property, class system.Char
The "null" unicode character.
Null — class, package system.rules
Evaluates if the value is null.
Null(value:any, strict:Boolean) — Constructor, class system.rules.Null
Creates a new Null instance.
NullComparator — class, package system.comparators
This comparator compare Null objects.
NullComparator(nonNullComparator:system:Comparator, nullsAreHigh:Boolean) — Constructor, class system.comparators.NullComparator
Creates a new NullComparator instance.
nullsAreHigh — Property, class system.comparators.AlphaComparator
Defines that null should be compared as higher than a non-null object (default false).
nullsAreHigh — Property, class system.comparators.NullComparator
Defines that null should be compared as higher than a non-null object.
number — Property, class system.data.trees.TrieAverage
The number value.
number — Property, class system.events.NumberEvent
Determinates the Number value of this custom event.
number — Property, class system.text.html.Entity
The Number value of the entity.
number() — method, class vegas.strings.json.JSONSerializer
Check the Number values in the source expression.
NumberComparator — class, package system.comparators
This comparator compare two Number objects.
NumberComparator(fixed:Boolean, fractionDigits:uint) — Constructor, class system.comparators.NumberComparator
Creates a new NumberComparator instance.
numberCompare(n1:any, n2:any) — Static Method , class vegas.utils.Comparater
Compares if two Numbers are equal by value.
NumberEvent — class, package system.events
The NumberEvent to dispatch an event who contains a specific Number context.
NumberEvent(type:String, n:Number, target:Object, context:any, bubbles:Boolean, cancelable:Boolean, time:Number) — Constructor, class system.events.NumberEvent
Creates a new NumberEvent instance.
numberSign — Constant Static Property, class system.Char
The "#" unicode character.
NumberUtil — class, package vegas.utils
The NumberUtil utility class is an all-static class with methods for working with number.
numChildren — Property, interface lunas.IContainer
Indicates the number of children of this object.
numChildren — Property, class lunas.containers.Container
Determinates the number of children of this object.
numConnections — Property, class system.remoting.RemotingConnections
Indicates the number of connections registered in the collection.
numDiagonals — Constant Static Property, class graphics.geom.Hexagon
The number of distinct diagonals (9) possible from all vertices, in general n (n–3) / 2.
NUMERIC — Constant Static Property, class system.data.arrays.ArrayFilter
Specifies numeric (instead of character-string) sorting for the Array class sorting methods.
NUMERIC — Constant Static Property, class system.data.maps.SortedArrayMap
Specifies numeric (instead of character-string) sorting for the Array class sorting methods.
numFilters — Property, class graphics.filters.Filters
Indicates the number of filters.
numLoop — Property, class graphics.display.TimelineTransition
Specifies the number of the times the presentation should loop during playback.
numLoop — Property, class system.process.Chain
Specifies the number of the times the chain should loop during playback.
numObjectDefinitions — Property, interface system.ioc.IObjectDefinitionContainer
Indicates the numbers of object definitions registered in the container.
numObjectDefinitions — Property, class system.ioc.ObjectDefinitionContainer
Indicates the numbers of object definitions registered in the container.
numSides — Constant Static Property, class graphics.geom.Hexagon
The number of sides of the polygon (6).
numTriangles — Constant Static Property, class graphics.geom.Hexagon
The number of triangles (4) created by drawing the diagonals from a given vertex.
numTries — Property, class system.data.trees.Trie
Indicates the numbers of tries in this trie.
NW — Constant Static Property, class graphics.CardinalDirection
The North-West cardinal point "NW" : Azimut:315° Radians:7π/4
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