Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 AbstractConstructorAccessException
fever.error Throws an AbstractConstructorAccessException when try to instanciate an abstract class without protected constructor access.
 AbstractContainer
fever.app.context.abstract Abstract class for Application container implementation.
 AbstractHistoryStrategy
fever.plugin.history.strategy Abstract implementation for history strategy.
 AbstractManagerPlugin
fever.plugin.manager.abstract Plugins manager abstract implementation.
 AbstractRegistredPlugin
fever.plugin.manager.abstract Allow plugin to be registred into a Plugin manager.
 AccessorInfo
fever.utils.reflect Accessor ( getter / setter ) class informations.
 ActivatePlugin
fever.plugin.manager.controls Activates a plugin.
 AirContainer
fever.app.context.air Adobe AIR container strategy.
 AirDialog
fever.app.context.air Adobe AIR dialog system.
 AnalyticEvent
fever.events The AnalyticEvent class represents the event object passed to the event listener for Analytic tracking events.
 AnalyticLinkType
fever.plugin.analytic Enumeration for Analytic tracking link type.
 AnalyticPlugin
fever.plugin.analytic Analytic plugin.
 AnalyticTracker
fever.plugin.analytic Analytic trackers must implements AnalyticTracker interface to be compliant with AnalyticPlugin engine.
 ApplicationContainer
fever.app.context Control application container using Fever context API.
 ApplicationDialog
fever.app.context Control application dialog system using Fever context API.
 ArrayUtil
fever.utils Array collection methods.
 Back
fever.transitions.easing Easing equation function for a back easing.
 BitmapClip
fever.display Use BitmapData as source and control it like a Timeline animated MovieClip.
 BitmapFilterQuality
fever.display.filters Enumeration to set the rendering quality of a BitmapFilter object.
 BitmapFilterType
fever.display.filters Enumeration for the mode property of the BitmapFilter class.
 BitmapGrid
fever.display Use BitmapData as source and implement grid access to bitmap parts ( cell system ).
 BitmapLoader
fever.load Loads external file ( image, swf ), get BitmapData from content and store reference into BitmapLoaderLocator locator.
 BitmapLoaderEvent
fever.load 
 BitmapLoaderLocator
fever.load 
 BitmapLoaderLocatorEvent
fever.load 
 BitmapLoaderLocatorListener
fever.load BitmapLoaderLocator events listener.
 Bounce
fever.transitions.easing Easing equation function for a bounce easing.
 BrowserContainer
fever.app.context.browser Web browser container strategy.
 BrowserDialog
fever.app.context.browser Web browser dialog system.
 BrowserFrame
fever.utils.browser Controls and manages browser IFrame window.
 BrowserPopup
fever.utils.browser Controls and manages browser popup window.
 BrowserWindow
fever.utils.browser Controls and manages browser window.
 BrowserWindowEvent
fever.events The BrowserWindowEvent class represents the event object passed to the event listener for BrowserWindow events.
 BytesFormatter
fever.data.formatters Formats a bytes value adjusting the decimal rounding, precision, the thousands separator character and the unity label.
 Cipher
fever.data.crypto Provides mechanism to crypt / decrypt string data.
 CipherFileLoader
fever.load Loads crypted file.
 CipherFileLoaderEvent
fever.load The CipherFileLoaderEvent class represents the event object passed to the event listener for CipherFileLoader events.
 CipherLoaderStrategy
fever.load.strategy Loading strategy for encrypted data.
 CipherXMLLoader
fever.load Loads xml crypted file.
 CipherXMLLoaderEvent
fever.load The CipherXMLLoaderEvent class represents the event object passed to the event listener for CipherXMLLoader events.
 Circular
fever.transitions.easing Easing equation function for a circular easing.
 ClassInfo
fever.utils.reflect Provides class description.
 Cloneable
fever.structures Defines cloneable object method.
 Cloner
fever.utils Builds instance clone.
 ColorSpace
fever.utils Colors utilities.
 ContextBuilderStrategy
fever.app.context Application context builder.
 CoreEngineException
fever.error Throws an CoreEngineException when Fever core initialization failed.
 CryptAlgorithm
fever.data.crypto Crypter Algorithm interface.
 CryptAlgorithmAdapter
fever.data.crypto Converts custom instance to be CryptAlgorithm compliant.
 Cubic
fever.transitions.easing Easing equation function for a cubic easing.
 DefaultPluginManager
fever.plugin.manager 
 DelayedBatch
fever.commands Processes each stored command at delay interval.
 DesactivatePlugin
fever.plugin.manager.controls Desactivates a plugin.
 DHTMLHistoryStrategy
fever.plugin.history.strategy Browser history strategy using dhtmlHistory Javascript engine.
 DisplacementMapFilterMode
fever.display.filters Enumeration for the mode property of the DisplacementMapFilter class.
 Elastic
fever.transitions.easing Easing equation function for an elastic easing.
 ElementInfo
fever.utils.reflect Base class information.
 EmailValidatorStrategy
fever.data.validators.strategy The EmailValidatorStrategy class validates that a String is a valid 'Email' address.
 Exponential
fever.transitions.easing Easing equation function for an exponential easing.
 FeverCore
fever.core Fever RS Core interface.
 FeverDebug
fever.log Logs message into dedicated Fever Logging channel.
 FeverEvent
fever.events The FeverEvent class represents the event object passed to the event listener for many Fever RS events.
 FeverPlugin
fever.plugin FeverPlugin extends Lowra AbtractPlugin to add Fever RS features.
 FilterBuilder
fever.display Apply Flash filter on DisplayObject.
 FilterQuality
fever.display.filters Enumeration to set the rendering quality of a Filter object.
 Formatter
fever.data.formatters Abstract class defines basic formatting rules for concrete formatter classes.
 FPSTweenStrategy
fever.transitions.strategy Use Lowra FPS metronome for tweening process.
 FrameEvent
fever.events The FrameEvent class represents the event object passed to the event listener for BitmapClip events.
 GoogleAnalytic
fever.plugin.analytic.strategy Track application / site internal navigation throw Google Analytic system.
 GraphicUtil
fever.utils Drawing methods.
 HashAlgorithm
fever.data.hasher Hash Algorithm interface.
 HashAlgorithmAdapter
fever.data.hasher Converts custom instance to be HashAlgorithm compliant.
 HistoryEvent
fever.events The HistoryEvent class represents the event object passed to the event listener for History events.
 HistoryPlugin
fever.plugin.history History plugin.
 HistoryStatus
fever.plugin.history History status structure.
 HistoryStrategy
fever.plugin.history Implemented strategies used by HistoryPlugin must implements HistoryStrategy interface.
 HSL
fever.structures.colors Defines color using HSL componants and range.
 HSLRange
fever.structures.colors Defines ranges for 3 HSL components.
 HSV
fever.structures.colors Defines color using HSV componants and range.
 HSVRange
fever.structures.colors Defines ranges for 3 HSV components.
 IColor
fever.structures Color structure interface.
 IHostConfig
fever.app.config Host configuration informations.
 IHostPlayer
fever.app.player Host Flash Player informations.
 IllegalShortcutArgumentsException
fever.error Throws an IllegalShortcutArgumentsException when a KeyShortcut instanciation is not success.
 ImageTracker
fever.plugin.analytic.strategy Track application / site internal navigation throw Javascript source image system.
 IMemoryController
fever.app.memory 
 Importer
fever.plugin.history HistoryPlugin class importer for I.O.C. compilation.
 Importer
fever.plugin.manager DefaultPluginManager class importer for I.O.C. compilation.
 Importer
fever.plugin.analytic AnalyticPlugin class importer for I.O.C. compilation.
 JSCommand
fever.commands Defines and registers javascript command.
 JSCommandLocator
fever.commands Registrations repository for JSCommand commands.
 KeyConstants
fever.ui.keys Enumeration of constants KeyShortcut value.
 KeyShortcut
fever.ui.keys Keyboard shortcut structure.
 KeyShortcutEvent
fever.events The KeyShortcutEvent class represents the event object passed to the event listener for KeyShortut events.
 KeyShortcutMap
fever.ui.keys Manages and stores KeyShortcut references.
 KeyShortcutMapLocator
fever.ui.keys Manages KeyShortcutMap instances.
 KeyShortcutString
fever.ui.keys Retreives shortcut key definition from a source string.
 MathUtil
fever.utils Mathematics methods.
 MCUtil
fever.utils Access to MovieClipframe using frame number or label property.
 MD5Algorithm
fever.data.hasher.algorithm MD5 Message-Digest algorithm.
 MemoryEvent
fever.events The MemoryEvent class represents the event object passed to the event listener for MemoryController events.
 MessageDigest
fever.data.hasher Provides algorithm to hash string data.
 MethodInfo
fever.utils.reflect Methods class informations.
 MSTweenStrategy
fever.transitions.strategy Use Lowra MS metronome for tweening process.
 None
fever.transitions.easing Easing equation function for a simple linear tweening, with no easing.
 NoSuchOverloadingException
fever.error Throws an NoSuchOverloadingException when a Overloader not find a correct overloading definition.
 NumberBaseRoundType
fever.data.formatters Enumeration for properties that specify a type of rounding.
 NumberFormatter
fever.data.formatters Formats a valid number adjusting the decimal rounding, precision and the thousands separator character.
 NumberValidatorStrategy
fever.data.validators.strategy The NumberValidatorStrategy class ensures that a String represents a valid number.
 Overloader
fever.data.overload Overload a method.
 ParameterInfo
fever.utils.reflect Method parameters informations.
 PluginActivationEvent
fever.plugin.manager.events 
 PluginManagerEvent
fever.plugin.manager.events Plugin event structure used in Plugin Manager API.
 PluginManagerListener
fever.plugin.manager.events 
 PluginManagerModel
fever.plugin.manager.models Plugin manager model.
 PluginManagerModelList
fever.plugin.manager.models Plugin Manager model registration id constant.
 PluginRegistrationEvent
fever.plugin.manager.events 
 PluginResources
fever.plugin Plugin resources loader and manager.
 PluginResourcesEvent
fever.events The PluginResourcesEvent class represents the event object passed to the event listener for PluginResources events.
 PluginRuntimeException
fever.error Throws an PluginRuntimeException when runtime plugin registration failed
 PluginRuntimeLoader
fever.plugin Registers I.O.C. plugin at runtime.
 PopupContextMenu
fever.ui.menu The ContextMenu class provides control over the items in the Flash Player context menu.
 PopupContextMenuEvent
fever.events The ContextMenuEvent class represents the event object passed to the event listener when a user generates or interacts with a context menu.
 PopupContextMenuItem
fever.ui.menu Create custom menu items to display in the Flash Player context menu.
 PopupContextMenuLocator
fever.ui.menu PopupContextMenu repository manager.
 PropertyInfo
fever.utils.reflect Properties class informations.
 Quadratic
fever.transitions.easing Easing equation function for a quadratic easing.
 Quartic
fever.transitions.easing Easing equation function for a quartic easing.
 Quintic
fever.transitions.easing Easing equation function for a quintic easing.
 Random
fever.utils Generate stream of pseudorandom numbers, chars or words.
 RC4Algorithm
fever.data.crypto.algorithm RC4 encrpytion / decryption algorithm.
 RegisterPlugin
fever.plugin.manager.controls Registers a plugin into the Plugin manager.
 RegistredPlugin
fever.plugin.manager Defines common behaviour for an implemented plugin which use Plugin manager system.
 RegistredPluginInfo
fever.plugin.manager Basic RegistredPlugin plugin information.
 Regular
fever.transitions.easing Easing equation function for a regular easing.
 RGB
fever.structures.colors Defines color using RGB componants
 RTTweenStrategy
fever.transitions.strategy Use Kairos RT metronome for tweening process.
 SHA1Algorithm
fever.data.hasher.algorithm SHA1 algorithm.
 Sinusoidale
fever.transitions.easing Easing equation function for a sinusoidal easing.
 Stringifier
fever.utils Creates string representations.
 StringUtil
fever.utils String methods
 StringValidatorStrategy
fever.data.validators.strategy The StringValidatorStrategy class validates that the length of a String is within a specified range.
 Strong
fever.transitions.easing Easing equation function for a stong easing.
 StudioContainer
fever.app.context.swfs Nortcode SWF Studio container strategy.
 StudioDialog
fever.app.context.swfs Nortcode SWF Studio dialog system.
 SWFAddressStrategy
fever.plugin.history.strategy Browser history managment using SWFAddress Javascript engine.
 TEAAlgorithm
fever.data.crypto.algorithm TEA encrpytion / decryption algorithm.
 TweenEngine
fever.transitions Tween engine selector.
 TweenStrategy
fever.transitions Behaviour for tween engine strategy.
 UIDUtil
fever.utils Generates an unique 32 digits ID.
 UnimplementedOverridingException
fever.error Throws an UnimplementedOverridingException when a abstract method is not overrided in a subclass implementation.
 UnregisterPlugin
fever.plugin.manager.controls Unregisters a plugin from the Plugin manager.
 Validator
fever.data.validators Performs a data validation process.
 ValidatorStrategy
fever.data.validators The ValidatorStrategy class implements the ability for a validator to make a data required.
 ZincContainer
fever.app.context.zinc mdm Zinc container strategy.
 ZincDialog
fever.app.context.zinc mdm Zinc dialog system.