| 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 |
| random(v1, v2, rounded) — Static method in class fever.utils.MathUtil |
|
Returns random number between v1 and v2
value. |
| Random — Final class in package fever.utils |
|
Generate stream of pseudorandom numbers, chars or words. |
| range — Property in class fever.data.validators.strategy.StringValidatorStrategy |
|
Defines the minimum and the maximum length for a valid String. |
| RC4Algorithm — Class in package fever.data.crypto.algorithm |
|
RC4 encrpytion / decryption algorithm. |
| RC4Algorithm() — Constructor in class fever.data.crypto.algorithm.RC4Algorithm |
|
Constructor. |
| READONLY — Constant static property in class fever.utils.reflect.AccessorInfo |
| Read only accessor. |
| READWRITE — Constant static property in class fever.utils.reflect.AccessorInfo |
| Read / Write accessor. |
| red — Property in class fever.structures.colors.RGB |
| Red value. |
| register(methodName, code) — Method in class fever.commands.JSCommandLocator |
|
Registers a new JSCommand using methodName
function name and code javascript source code. |
| register(name, loader:fever.load:BitmapLoader) — Method in class fever.load.BitmapLoaderLocator |
|
Regiters loader BitmapLoader with
name identifier on locator. |
| register(tracker:fever.plugin.analytic:AnalyticTracker) — Method in class fever.plugin.analytic.AnalyticPlugin |
|
Registers passed-in tracker to manager. |
| _register(data) — Method in class fever.plugin.history.strategy.AbstractHistoryStrategy |
| |
| _register(data) — Method in class fever.plugin.history.strategy.DHTMLHistoryStrategy |
| |
| _register(data) — Method in class fever.plugin.history.strategy.SWFAddressStrategy |
| |
| register(channel, data:fever.plugin.manager:RegistredPluginInfo) — Method in class fever.plugin.manager.models.PluginManagerModel |
|
Registers a new plugin using passed-in plugin event. |
| RegisterPlugin — Class in package fever.plugin.manager.controls |
|
Registers a plugin into the Plugin manager. |
| registration — Property in class fever.plugin.manager.events.PluginRegistrationEvent |
|
true if plugin is correctly registred in manager. |
| RegistredPlugin — Interface in package fever.plugin.manager |
|
Defines common behaviour for an implemented plugin which use
Plugin manager system. |
| RegistredPluginInfo — Class in package fever.plugin.manager |
|
Basic RegistredPlugin plugin information. |
| RegistredPluginInfo(plugin:fever.plugin.manager:RegistredPlugin) — Constructor in class fever.plugin.manager.RegistredPluginInfo |
| |
| Regular — Final class in package fever.transitions.easing |
|
Easing equation function for a regular easing. |
| release() — Method in interface fever.app.memory.IMemoryController |
|
Removes all memory listeners. |
| release() — Method in class fever.load.BitmapLoader |
|
Releases BitmapData and unregisters from
BitmapLoaderLocator locator. |
| release() — Method in class fever.load.strategy.CipherLoaderStrategy |
|
Release loader. |
| release() — Method in class fever.ui.menu.PopupContextMenu |
|
Removes all context menu items. |
| release(target) — Static method in class fever.utils.reflect.ClassInfo |
|
Releases ClassInfo instance for passed-in o
object. |
| remove(methodName) — Method in class fever.commands.JSCommandLocator |
|
Removes JSCommand registred with methodName
name. |
| remove(key:fever.ui.keys:KeyShortcut, ... rest) — Method in class fever.ui.keys.KeyShortcutMap |
|
Removes key KeyShortcut from map. |
| remove(id) — Method in class fever.ui.menu.PopupContextMenu |
|
Removes PopupContextMenuItem instance registred
with id from context menu. |
| remove(o, a) — Static method in class fever.utils.ArrayUtil |
|
Remove passed-in o value from passed-in
a array collection. |
| remove(source, toRemove) — Static method in class fever.utils.StringUtil |
|
Removes passed-in remvove substring from
source string. |
| removeAll() — Method in class fever.commands.DelayedBatch |
|
Remove all commands stored in the batch stack. |
| removeAllListeners() — Method in class fever.ui.menu.PopupContextMenuItem |
|
Removes all item event listeners. |
| removeASyncCommandListener(listener) — Method in class fever.commands.DelayedBatch |
|
Removes listener from listening the ASyncCommandEvent.onCommandEndEVENT
event type. |
| removeAt(i, a, flag) — Static method in class fever.utils.ArrayUtil |
|
Removes element at i index from passed-in
a array collection. |
| removeAt(source, index) — Static method in class fever.utils.StringUtil |
|
Removes character at passed-in index position. |
| removeCommand(oCommand) — Method in class fever.commands.DelayedBatch |
|
Removes all references to the passed-in command. |
| removeEventListener(type, listener) — Method in interface fever.app.memory.IMemoryController |
|
Removes passed-in listener that suscribed for
passed-in event type. |
| removeEventListener(type, listener) — Method in interface fever.core.FeverCore |
|
Removes passed-in listener that suscribed for
passed-in event type. |
| removeEventListener(type, listener) — Method in class fever.load.BitmapLoaderLocator |
|
Removes passed-in listener that suscribed for
passed-in event type. |
| removeEventListener(type, listener) — Method in class fever.ui.menu.PopupContextMenuItem |
|
Removes listener from receiving type
event type. |
| removeEventListener(type, listener) — Method in class fever.utils.browser.BrowserFrame |
|
Removes passed-in listener that suscribed for
passed-in event type. |
| removeEventListener(type, listener) — Method in class fever.utils.browser.BrowserPopup |
|
Removes passed-in listener that suscribed for
passed-in event type. |
| removeFilter(target, filter) — Static method in class fever.display.FilterBuilder |
|
Removes passed-in filter from passed-in
target DisplayObject. |
| removeFirst(o, a, flag) — Static method in class fever.utils.ArrayUtil |
|
Removes the first occurance of the given o out
of the passed-in a array collection. |
| removeFrameListener(index) — Method in class fever.display.BitmapClip |
|
Removes script for passed-in frame index. |
| removeLast(o, a, flag) — Static method in class fever.utils.ArrayUtil |
|
Removes the last occurance of the given o out of the
passed-in a array collection. |
| removeListener(listener:fever.load:BitmapLoaderLocatorListener) — Method in class fever.load.BitmapLoaderLocator |
|
Removes passed-in listener from receiving all event broadcasted
by this BitmapLoaderLocator. |
| removeManagerListener(listener:fever.plugin.manager.events:PluginManagerListener) — Method in class fever.plugin.manager.models.PluginManagerModel |
|
Removes passed-in listener object for receiving all model
events. |
| removeManagerView(view:fever.plugin.manager.events:PluginManagerListener) — Method in class fever.plugin.manager.abstract.AbstractManagerPlugin |
|
Removes passed-in view from Plugin manager views. |
| replaceAt(source, index, replaceWith) — Static method in class fever.utils.StringUtil |
|
Replaced character defined at index position in
source string with passed-in replaceWith
substring. |
| _required — Property in class fever.data.validators.ValidatorStrategy |
| |
| required — Property in class fever.data.validators.ValidatorStrategy |
|
If true, specifies that a missing or empty value
causes a validation error. |
| restore() — Method in interface fever.app.context.ApplicationContainer |
|
Restore application window. |
| restore() — Method in class fever.app.context.air.AirContainer |
|
Not available in Browser context. |
| restore() — Method in class fever.app.context.browser.BrowserContainer |
|
Not available in Browser context. |
| restore() — Method in class fever.app.context.swfs.StudioContainer |
|
Not available in Browser context. |
| restore() — Method in class fever.app.context.zinc.ZincContainer |
|
Not available in Browser context. |
| reverse(source) — Static method in class fever.utils.StringUtil |
|
Reverses the passed-in source string. |
| revision — Property in interface fever.app.player.IHostPlayer |
| Revision of Flash player. |
| RGB — Class in package fever.structures.colors |
|
Defines color using RGB componants
|
| RGB(r, g, b) — Constructor in class fever.structures.colors.RGB |
|
Constructor. |
| rgbMultiply(color1, color2) — Static method in class fever.utils.ColorSpace |
|
Performs an RGB multiplication of two RGB colors. |
| rgbToHexa(rgb:fever.structures.colors:RGB) — Static method in class fever.utils.ColorSpace |
|
Transforms the passed-in rgb instance to
hexa value. |
| rgbToHsl(rgb:fever.structures.colors:RGB) — Static method in class fever.utils.ColorSpace |
|
Transforms the passed-in rgb instance to
HSL structure. |
| rgbToHsv(rgb:fever.structures.colors:RGB) — Static method in class fever.utils.ColorSpace |
|
Transforms the passed-in rgb instance to
HSV structure. |
| rgbToString(rgb:fever.structures.colors:RGB) — Static method in class fever.utils.ColorSpace |
|
Transforms the passed-in rgb instance to
string value. |
| rightTrim(source, chars) — Static method in class fever.utils.StringUtil |
|
Removes all empty characters, defined in StringUtil.EMPTY_CHARS
property, at the end of the passed-in source string. |
| root — Property in interface fever.core.FeverCore |
|
Returns main application sprite container. |
| round(value, digits) — Static method in class fever.utils.MathUtil |
|
Round passed value with passed-in
digits precision. |
| rounding — Property in class fever.data.formatters.NumberFormatter |
|
Specifies how to round the number. |
| RSCore — Package constant property in fever.core |
|
Singleton access to the Fever RS Core. |
| RTTweenStrategy — Class in package fever.transitions.strategy |
|
Use Kairos RT metronome for tweening process. |
| RTTweenStrategy() — Constructor in class fever.transitions.strategy.RTTweenStrategy |
|
Constructor. |
| run(target, strategy:fever.app.context:ContextBuilderStrategy) — Method in interface fever.core.FeverCore |
|
Inits application. |
|
| 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 |