| 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 |
| factorial(n) — Static method in class fever.utils.MathUtil |
|
Returns the factorial of n
|
| FACTORY_FILTER — Constant static property in class fever.utils.reflect.ClassInfo |
| Filter identifier to retreive factory methods and properties. |
| FATAL(o) — Static method in class fever.log.FeverDebug |
|
Logs a fatal message type throw logging API. |
| fever.app.config — Package |
| Host client system information. |
| fever.app.context — Package |
| Fever Context API implementation. |
| fever.app.context.abstract — Package |
| |
| fever.app.context.air — Package |
| Adobe Air context implementation. |
| fever.app.context.browser — Package |
| Web browser context implementation. |
| fever.app.context.swfs — Package |
| SWF Studio context implementation. |
| fever.app.context.zinc — Package |
| MDM Zinc Studio context implementation. |
| fever.app.memory — Package |
| Application memory managment. |
| fever.app.player — Package |
| Host Adobe Flash player information. |
| fever.commands — Package |
| Commands implementations used in Fever. |
| fever.core — Package |
| The base classes and interfaces used by Fever. |
| FeverCore — Interface in package fever.core |
|
Fever RS Core interface. |
| fever.data.crypto — Package |
| The classes to support data encryption / decryption. |
| fever.data.crypto.algorithm — Package |
| Differents algorithms used which can be used for data encryption / decryption. |
| fever.data.formatters — Package |
| The classes to support data formatting. |
| fever.data.hasher — Package |
| The classes to support data hash. |
| fever.data.hasher.algorithm — Package |
| Differents algorithms used which can be used for data hash. |
| fever.data.overload — Package |
| Methods overloading implementations. |
| fever.data.validators — Package |
| The classes to support data validation. |
| fever.data.validators.strategy — Package |
| Different strategies for data validation. |
| FeverDebug — Class in package fever.log |
|
Logs message into dedicated Fever Logging channel. |
| fever.display — Package |
| The core classes that Fever uses to build visual displays. |
| fever.display.filters — Package |
| Classes for bitmap filter effects. |
| fever.error — Package |
| Commonly used error classes in Fever. |
| FeverEvent — Class in package fever.events |
|
The FeverEvent class represents the event object passed to the
event listener for many Fever RS events. |
| FeverEvent(pType, pTarget) — Constructor in class fever.events.FeverEvent |
|
Constructor. |
| fever.events — Package |
| Define Fever event objects. |
| fever.load — Package |
| The classes that defines methods to load data in application. |
| fever.load.strategy — Package |
| Different strategies for data loading. |
| fever.log — Package |
| The classes for Fever Logging API. |
| fever.plugin — Package |
| Fever I.O.C plugins. |
| FeverPlugin — Class in package fever.plugin |
|
FeverPlugin extends Lowra AbtractPlugin
to add Fever RS features. |
| FeverPlugin() — Constructor in class fever.plugin.FeverPlugin |
|
Constructor. |
| fever.plugin.analytic — Package |
| Analytic ( link tracking ) plugin implementation. |
| fever.plugin.analytic.strategy — Package |
| Differents strategies which can be used in Analytic plugin implementation. |
| fever.plugin.history — Package |
| Web History plugin implementation. |
| fever.plugin.history.strategy — Package |
| Differents strategies which can be used in Web History plugin implementation. |
| fever.plugin.manager — Package |
| Plugin Manager implementation. |
| fever.plugin.manager.abstract — Package |
| |
| fever.plugin.manager.controls — Package |
| |
| fever.plugin.manager.events — Package |
| |
| fever.plugin.manager.models — Package |
| |
| fever.structures — Package |
| Data structures implementations. |
| fever.structures.colors — Package |
| Data structures dedicated to color object. |
| fever.transitions — Package |
| Tween engine implementation ( support MS, FPS and RT tweens ). |
| fever.transitions.easing — Package |
| The easing classes used by transitions or other tween system. |
| fever.transitions.strategy — Package |
| Different strategies for tweening. |
| fever.ui.keys — Package |
| The classes to support Keyboard accelerators definition. |
| fever.ui.menu — Package |
| The classes to support Context menu use in application. |
| fever.utils — Package |
| Fever utility classes. |
| fever.utils.browser — Package |
| Some utility classes to deal with browser. |
| fever.utils.reflect — Package |
| ActionScript 3.0 refection classes. |
| FilterBuilder — Class in package fever.display |
|
Apply Flash filter on DisplayObject. |
| FilterQuality — Final class in package fever.display.filters |
|
Enumeration to set the rendering quality of a Filter object. |
| finalFlag — Property in class fever.utils.reflect.ClassInfo |
| true if class is final. |
| finishWithChar(source, end, check) — Static method in class fever.utils.StringUtil |
|
Forces the passed-in source to finish with
end character. |
| fireCommandEndEvent() — Method in class fever.commands.DelayedBatch |
|
Fires ASyncCommandEvent.onCommandEndEVENT event type. |
| _fireEvent(status:fever.plugin.history:HistoryStatus) — Method in class fever.plugin.history.strategy.AbstractHistoryStrategy |
|
Fires event into plugin public channel
|
| fireShortcut(key:fever.ui.keys:KeyShortcut, ... rest) — Method in class fever.ui.keys.KeyShortcutMap |
|
Broadcasts specific shortcut. |
| format(value) — Method in class fever.data.formatters.BytesFormatter |
|
Formats and returns passed-in { |
| format(value) — Method in class fever.data.formatters.Formatter |
|
Formats passed-in value and returns formatting
string result. |
| format(value) — Method in class fever.data.formatters.NumberFormatter |
|
Formats and returns passed-in value. |
| formatHistoryTitle(src) — Method in class fever.app.context.abstract.AbstractContainer |
|
Formats the history tile section of application. |
| formatNumber(num, l, char, right) — Static method in class fever.utils.StringUtil |
|
|
| formatSubTitle(src) — Method in class fever.app.context.abstract.AbstractContainer |
|
Formats the sub tile section of application. |
| Formatter — Class in package fever.data.formatters |
|
Abstract class defines basic formatting rules for concrete
formatter classes. |
| formatTitle(src) — Method in class fever.app.context.abstract.AbstractContainer |
|
Formats the tile section of application. |
| FPSTweenStrategy — Class in package fever.transitions.strategy |
|
Use Lowra FPS metronome for tweening process. |
| FPSTweenStrategy() — Constructor in class fever.transitions.strategy.FPSTweenStrategy |
|
Constructor. |
| FrameEvent — Final class in package fever.events |
|
The FrameEvent class represents the event object passed to the event
listener for BitmapClip events. |
| FrameEvent(e, clip:fever.display:BitmapClip, frame) — Constructor in class fever.events.FrameEvent |
|
Constructor. |
| FULL — Constant static property in class fever.display.filters.BitmapFilterType |
|
Defines the setting that applies a filter to the entire
area of an object. |
| fullQualifiedName — Property in class fever.utils.reflect.ClassInfo |
| Full qualified class name. |
|
| 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 |