| 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 |
| hasAccessibility — Property in interface fever.app.config.IHostConfig |
|
A Boolean value that is true if the player is
running in an environment that supports communication between
Flash Player and accessibility aids. |
| hasAudio — Property in interface fever.app.config.IHostConfig |
|
Specifies if the system has audio capabilities. |
| hash(source) — Method in interface fever.data.hasher.HashAlgorithm |
|
Performs the Hash algorithm on source
string
|
| hash(source) — Method in class fever.data.hasher.HashAlgorithmAdapter |
|
Performs the Hash algorithm on source
string
|
| hash(source) — Method in class fever.data.hasher.MessageDigest |
|
Performs the Hash algorithm on source
string
|
| hash(value) — Method in class fever.data.hasher.algorithm.MD5Algorithm |
|
Performs the Hash algorithm on source
string
|
| hash(value) — Method in class fever.data.hasher.algorithm.SHA1Algorithm |
|
Performs the Hash algorithm on source
string
|
| HashAlgorithm — Interface in package fever.data.hasher |
|
Hash Algorithm interface. |
| HashAlgorithmAdapter — Class in package fever.data.hasher |
|
Converts custom instance to be HashAlgorithm
compliant. |
| HashAlgorithmAdapter(hasher) — Constructor in class fever.data.hasher.HashAlgorithmAdapter |
|
Constructs new HashAlgorithm Adapter
|
| HASH_METHODE_NAME — Constant static property in class fever.data.hasher.HashAlgorithmAdapter |
|
Method name for the "hash()" method of
HashAlgorithm hash method. |
| hasMP3 — Property in interface fever.app.config.IHostConfig |
|
Specifies if the system has a MP3 decoder. |
| hasPrinting — Property in interface fever.app.config.IHostConfig |
|
A Boolean value that is true if the player is
running on a system that supports printing. |
| height — Property in class fever.utils.browser.BrowserFrame |
| Window's height. |
| height — Property in class fever.utils.browser.BrowserPopup |
| Window's height. |
| height — Property in interface fever.utils.browser.BrowserWindow |
| Window's height. |
| hexaToHsl(hexa) — Static method in class fever.utils.ColorSpace |
|
Transforms the passed-in hexa value to
HSL structure. |
| hexaToHsv(hexa) — Static method in class fever.utils.ColorSpace |
|
Transforms the passed-in hexa value to
HSV structure. |
| hexaToRgb(hexa) — Static method in class fever.utils.ColorSpace |
|
Transforms the passed-in hexa value to
RGB structure. |
| hexaToString(hexa) — Static method in class fever.utils.ColorSpace |
|
Transforms the passed-in hexa value to
string value. |
| hide() — Method in class fever.display.BitmapClip |
|
Hides content. |
| hideBuiltInItems(visible) — Method in class fever.ui.menu.PopupContextMenu |
|
Hides (or not) builtin menu item. |
| HIGH — Constant static property in class fever.display.filters.BitmapFilterQuality |
| High quality filter setting. |
| HIGH — Constant static property in class fever.display.filters.FilterQuality |
| High quality filter setting. |
| HistoryChannel — Package property in fever.plugin.history |
|
EventChannel access for HistoryPlugin
plugin. |
| HistoryEvent — Final class in package fever.events |
|
The HistoryEvent class represents the event object passed to the event
listener for History events. |
| HistoryEvent(pType, pStatus:fever.plugin.history:HistoryStatus) — Constructor in class fever.events.HistoryEvent |
|
Constructor. |
| HistoryPlugin — Class in package fever.plugin.history |
|
History plugin. |
| HistoryStatus — Class in package fever.plugin.history |
|
History status structure. |
| HistoryStatus(pState, storedData) — Constructor in class fever.plugin.history.HistoryStatus |
|
Constructor. |
| HistoryStrategy — Interface in package fever.plugin.history |
|
Implemented strategies used by HistoryPlugin must
implements HistoryStrategy interface. |
| _historyTitle — Property in class fever.app.context.abstract.AbstractContainer |
| Stores history caption. |
| HostConfig — Package constant property in fever.app.config |
|
Host configuration informations. |
| HostPlayer — Package constant property in fever.app.player |
|
Host Flash Player informations. |
| HSL — Class in package fever.structures.colors |
|
Defines color using HSL componants and range. |
| HSL(h, s, l) — Constructor in class fever.structures.colors.HSL |
|
Constructor. |
| HSLRange — Class in package fever.structures.colors |
|
Defines ranges for 3 HSL components. |
| HSLRange(h, s, l) — Constructor in class fever.structures.colors.HSLRange |
|
Constructor. |
| HSLRANGE — Static property in class fever.utils.ColorSpace |
|
HSL range used in application. |
| hslToHexa(hsl:fever.structures.colors:HSL) — Static method in class fever.utils.ColorSpace |
|
Transforms the passed-in hsl instance to
hexa value. |
| hslToHsv(hsl:fever.structures.colors:HSL) — Static method in class fever.utils.ColorSpace |
|
Transforms the passed-in hsl instance to
HSV structure. |
| hslToRgb(hsl:fever.structures.colors:HSL) — Static method in class fever.utils.ColorSpace |
|
Transforms the passed-in hsl instance to
RGB structure. |
| hslToString(hsl:fever.structures.colors:HSL) — Static method in class fever.utils.ColorSpace |
|
Transforms the passed-in hsl instance to
string value. |
| HSL_WINDOWS_RANGE — Package constant property in fever.structures.colors |
|
HSL Range according Windows environment. |
| HSV — Class in package fever.structures.colors |
|
Defines color using HSV componants and range. |
| HSV(h, s, v) — Constructor in class fever.structures.colors.HSV |
|
Constructor. |
| HSVRange — Class in package fever.structures.colors |
|
Defines ranges for 3 HSV components. |
| HSVRange(h, s, v) — Constructor in class fever.structures.colors.HSVRange |
|
Constructor. |
| HSVRANGE — Static property in class fever.utils.ColorSpace |
|
HSV range used in application. |
| hsvToHexa(hsv:fever.structures.colors:HSV) — Static method in class fever.utils.ColorSpace |
|
Transforms the passed-in hsv instance to
hexa value. |
| hsvToHsl(hsv:fever.structures.colors:HSV) — Static method in class fever.utils.ColorSpace |
|
Transforms the passed-in hsv instance to
HSL structure. |
| hsvToRgb(hsv:fever.structures.colors:HSV) — Static method in class fever.utils.ColorSpace |
|
Transforms the passed-in hsv instance to
RGB structure. |
| hsvToString(hsv:fever.structures.colors:HSV) — Static method in class fever.utils.ColorSpace |
|
Transforms the passed-in hsv instance to
string value. |
| hue — Property in class fever.structures.colors.HSL |
| Hue value. |
| hue — Property in class fever.structures.colors.HSLRange |
| Read only. |
| hue — Property in class fever.structures.colors.HSV |
| Hue value. |
| hue — Property in class fever.structures.colors.HSVRange |
| Read only. |
|
| 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 |