Class Summary| AbstractClip |
Generic subclass implementation of CoreClip mixin |
| BaseClip |
This is the foundational MovieClip class and should be
thought of as the main building block of the SASAPI framework |
| BitmapImageClip |
BitmapImageClip - load an image, convert it to a smoothed BitmapData object available for manipulation |
| BitmapImageDistributedSliceClip |
BitmapImageSliceClip - load a large image, convert it to a set of smoothed BitmapData objects available
for manipulation over a series of intervals.This works around the BitmapDataObject 2880 pixel width or height limitation |
| BitmapImageSliceClip |
BitmapImageSliceClip - load a large image, convert it to a set of smoothed BitmapData objects available
for manipulation.This works around the BitmapDataObject 2880 pixel width or height limitation |
| CoreClip |
Core UI mixin that all interface subclasses should extend
instead of MovieClip for standardized UI initialization.
Note |
| EventClip |
Event driven core Clip - recieves Broadcaster events |
| ImageClip |
ImageClip - load an image available for manipulation |
| LiquidClip |
LiquidClip - mixin for any subclass which needs to respond to StageDisplay
events such as onResize, onResizeComplete or onFullScreen |
| LiquidHClip |
LiquidHClip - scale clip to Stage.height
|
| LiquidWClip |
LiquidWClip - scale clip to Stage.width
|
| LiquidXClip |
LiquidXClip - maintain a right-aligned clip positioning |
| LiquidYClip |
LiquidYClip - maintain a bottom-aligned clip positioning |
| ProportionalClip |
ProportionalClip
|
| StageDisplay |
StageDisplay eases Stage interfacing with added/simplified methods and properties |
| TextDisplay |
TextDisplay - utilities for uniformly styling, clearing, and animating text in display clip classes |
| UIClip |
UIClip - any clip which needs to respond to StageResize or StageResizeComplete (delayed) events to create Liquid Layout
via com.sekati.events which extends EventClip for Broadcaster event core |