| 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 — Property in class com.bourre.collection.HashMap | |
| Number of mappings currently in this map | |
| name — Property in class com.bourre.ioc.assembler.method.Method | |
| Name of property. | |
| name — Property in class com.bourre.ioc.assembler.property.Property | |
| Property name. | |
| NAME — Constant static property in class com.bourre.ioc.parser.ContextAttributeList | |
| nameCallback — Property in class com.bourre.ioc.assembler.displayobject.DisplayLoaderInfo | |
| NAME_CALLBACK — Constant static property in class com.bourre.ioc.parser.ContextAttributeList | |
| _nBufferTime — Property in class com.bourre.media.video.VideoDisplay | |
| _nDuration — Property in class com.bourre.media.video.MetaDataInfo | |
| Time of the video | |
| next() — Method in class com.bourre.collection.ArrayIterator | |
| Returns the next element in the iteration. | |
| next() — Method in interface com.bourre.collection.Iterator | |
| Returns the next element in the iteration. | |
| next() — Method in class com.bourre.collection.ObjectIterator | |
| Returns the next element in the iteration. | |
| next() — Method in class com.bourre.collection.StringIterator | |
| Returns the next element in the iteration. | |
| next() — Method in class com.bourre.collection.XMLListIterator | |
| Returns the next element in the iteration. | |
| _next() — Method in class com.bourre.commands.ASyncBatch | |
| Returns the next command to execute. | |
| nextIndex() — Method in class com.bourre.collection.ArrayIterator | |
| Returns the index of the element that would be returned by a subsequent call to next. | |
| nextIndex() — Method in interface com.bourre.collection.ListIterator | |
| Returns the index of the element that would be returned by a subsequent call to next. | |
| nextIndex() — Method in class com.bourre.collection.StringIterator | |
| Returns the index of the element that would be returned by a subsequent call to next. | |
| nextName(index) — Method in class com.bourre.collection.TypedArray | |
| nextNameIndex(index) — Method in class com.bourre.collection.TypedArray | |
| nextValue(index) — Method in class com.bourre.collection.TypedArray | |
| _nGain — Property in class com.bourre.media.SoundTransformInfo | |
| _nGap — Property in class com.bourre.collection.StringIterator | |
| _nHeight — Property in class com.bourre.media.video.MetaDataInfo | |
| Height of the video | |
| _nIndex — Property in class com.bourre.collection.ArrayIterator | |
| _nIndex — Property in class com.bourre.collection.ObjectIterator | |
| _nIndex — Property in class com.bourre.collection.StringIterator | |
| _nIndex — Property in class com.bourre.commands.ASyncBatch | |
| Store the index of the currently executed command. | |
| _nLastTimeStamp — Property in class com.bourre.media.video.MetaDataInfo | |
| Use for send onEndVideoEVENT | |
| NO_CHANNEL — Constant property in class com.bourre.events.ApplicationBroadcaster | |
Inhibit the behavior of the getChannelDispatcher
which will return nothing if this channel is passed as argument. |
|
| nodeNameIsReserved(nodeName) — Method in class com.bourre.ioc.parser.ContextNodeNameList | |
Returns true if passed-in nodeName
is a protected node name (eq already defined in list ). |
|
| noEasing(t, b, c, d) — Static method in class com.bourre.transitions.AbstractMultiTween | |
| Returns a no easing function for tweening process. | |
| noEasing(t, b, c, d) — Static method in class com.bourre.transitions.AbstractTween | |
| NO_LIMIT — Constant static property in class com.bourre.commands.LoopCommand | |
| Defines an unlimited execution time for loop iterations. | |
| NORMAL — Constant static property in class com.bourre.media.SoundTransformInfo | |
| NORMAL_LEFT — Constant static property in class com.bourre.media.SoundTransformInfo | |
| NORMAL_RIGHT — Constant static property in class com.bourre.media.SoundTransformInfo | |
| NoSuchElementException — Class in package com.bourre.error | |
| A NoSuchElementException exception is thrown when the object supplied in a function or process is not find in current data structure. | |
| NoSuchElementException(message) — Constructor in class com.bourre.error.NoSuchElementException | |
| Creates instance. | |
| NoSuchFieldException — Class in package com.bourre.error | |
| A NoSuchFieldException exception is thrown rwhen the property name supplied is not a property of target object in use. | |
| NoSuchFieldException(message) — Constructor in class com.bourre.error.NoSuchFieldException | |
| Creates instance. | |
| NoSuchMethodException — Class in package com.bourre.error | |
| A NoSuchMethodException exeption is thrown when the method name supplied is not a method of target object in use. | |
| NoSuchMethodException(message) — Constructor in class com.bourre.error.NoSuchMethodException | |
| Creates instance. | |
| _notify(s) — Method in class com.bourre.commands.CommandMS | |
| Adds command registered with passed-in identifier into execution list. | |
| notifyAllPlugins() — Method in class com.bourre.ioc.assembler.plugins.PluginExpert | |
| Notifies all registered plugins that IoC process is finished. | |
| notifyChanged(e) — Method in class com.bourre.model.AbstractModel | |
| Broadcast the passed-in event object to listeners according to the event's type. | |
| notifyChanged(e) — Method in class com.bourre.view.AbstractView | |
| Broadcast the passed-in event object to listeners according to the event's type. | |
| notifyPlugin(id) — Method in class com.bourre.ioc.assembler.plugins.PluginExpert | |
| Notifies registered plugins that IoC process is finished. | |
| _nPan — Property in class com.bourre.media.SoundTransformInfo | |
| _nSize — Property in class com.bourre.collection.ArrayIterator | |
| _nSize — Property in class com.bourre.collection.ObjectIterator | |
| _nSize — Property in class com.bourre.collection.StringIterator | |
| NULL — Static property in class com.bourre.ioc.parser.ContextTypeList | |
| NullChannelException — Class in package com.bourre.ioc.error | |
Throws an NullChannelException when
try to communicate with a null event channel. |
|
| NullChannelException(message) — Constructor in class com.bourre.ioc.error.NullChannelException | |
| Creates instance. | |
| NullIDException — Class in package com.bourre.ioc.error | |
Throws an NullIDException when
try to communicate with a null event channel. |
|
| NullIDException(message) — Constructor in class com.bourre.ioc.error.NullIDException | |
| Creates instance. | |
| NullPlugin — Final class in package com.bourre.plugin | |
| The NullPlugin class defines a default plugin to use if none is defined current application. | |
| NullPointerException — Class in package com.bourre.error | |
| A NullPointerException is thrown when the arguments supplied is null. | |
| NullPointerException(message) — Constructor in class com.bourre.error.NullPointerException | |
| Creates instance. | |
| NUMBER — Static property in class com.bourre.ioc.parser.ContextTypeList | |
| NumberEvent — Class in package com.bourre.events | |
| An event object which carry a numeric value. | |
| NumberEvent(type, target, num) — Constructor in class com.bourre.events.NumberEvent | |
Creates a new NumberEvent object. |
|
| _nVolume — Property in class com.bourre.media.SoundTransformInfo | |
| _nWidth — Property in class com.bourre.media.video.MetaDataInfo | |
| Width of the video | |
| 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 | |