Contains display utilities and random useful bits.
| Interface | Description | |
|---|---|---|
| Animation |
| Class | Description | |
|---|---|---|
| AlphaFade | An Animation that linearly transitions the alpha attribute of a given display object from one value to another and optionally executes a callback function when the transition is complete. | |
| AnimationImpl | ||
| AnimationManager | Manages animations. | |
| BackgroundJPGEncoder | Class that will encode a jpeg in the background and fire an event when it's done. | |
| CameraSnapshotter | ||
| ColorMatrix | ||
| ColorUtil | Color utility methods. | |
| DisablingButton | A SimpleButton subclass that includes a disabledState. | |
| DisplayUtil | ||
| Easing | Some easing functions. | |
| FilterUtil | Useful utility methods that wouldn't be needed if the flash API were not so retarded. | |
| FloatingTextAnimation | ||
| FrameSprite | Convenience superclass to use for sprites that need to update every frame. | |
| GraphicsUtil | ||
| ImageUtil | Image and Bitmap related utility functions. | |
| JPGEncoder | Class for compressing bitmaps into jpegs. | |
| LinearAnimation | An Animation that linearly transitions from one value to another and optionally executes a callback function when the transition is complete. | |
| LoaderUtil | Contains a utility method for safely unloading a Loader. | |
| Siner | Tracks multiple sine waves with different periods and amplitudes, and returns an instantaneous additive amplitude. | |
| SiningTextAnimation | ||
| TextCharAnimation |