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  
hasEventListener(strType) — Method in class com.boostworthy.animation.management.AnimationManager
Check to see if the event dispatcher has any listeners registered for the specified event type.
HashMap — Class in package com.boostworthy.collections
The 'HashMap' class stores data in key/value pairs.
HashMap(objMap) — Constructor in class com.boostworthy.collections.HashMap
Constructor.
hasNext() — Method in class com.boostworthy.collections.iterators.ForwardArrayIterator
Returns a boolean value indicating whether or not the collection has another element beyond the current index.
hasNext() — Method in interface com.boostworthy.collections.iterators.IIterator
Returns a boolean value indicating whether or not the collection has another element beyond the current index.
hasNext() — Method in class com.boostworthy.collections.iterators.NullIterator
Returns a boolean value indicating whether or not the collection has another element beyond the current index.
hasNext() — Method in class com.boostworthy.collections.iterators.ReverseArrayIterator
Returns a boolean value indicating whether or not the collection has another element beyond the current index.
hue(objTarget:com.boostworthy.core:IColorable, nTargetValue, nDuration, strTransition, uRenderMethod) — Method in class com.boostworthy.animation.management.AnimationManager
Animates the hue of a 'colorable' object to the desired target color value.
hue — Property in class com.boostworthy.geom.ColorMatrix
Gets the current hue setting.
HueAnimation — Class in package com.boostworthy.animation.management.types
The 'HueAnimation' class animates the hue of any colorable display object.
HueAnimation(objTarget:com.boostworthy.core:IColorable, nTargetValue, nDuration, strTransition, uRenderMethod) — Constructor in class com.boostworthy.animation.management.types.HueAnimation
Constructor.
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