| | Constant | Description |
|---|
| | CENTIMETER_TO_INCH |
Constants defining the ratio to transform a centimeter value to an inch value (0.393700787). |
| | CENTIMETER_TO_PIXEL |
Constants defining the ratio to transform a centimeter value to a pixel value (0.393700787). |
| | INCH_TO_CENTIMETER |
Constants defining the ratio to transform a inch value to a centimeter value (2.54). |
| | INCH_TO_PIXEL |
Constants defining the ratio to transform a inch value to a pixel value (Capabilities.screenDPI). |
| | PIXEL_TO_CENTIMETER |
Constants defining the ratio to transform a pixel value to a centimeter value (2.54/Capabilities.screenDPI). |
| | PIXEL_TO_INCH |
Constants defining the ratio to transform a pixel value to an inch value (1/Capabilities.screenDPI). |
| | screenAspectRatio |
Constants defining the screen default aspect ratio based on the Capabilities.screenResolutionX and Capabilities.screenResolutionY properties. |
| | screenOrientation |
Constants defining the default screen default orientation based on the screenAspectRatio of the application. |
| | screenSize |
Constants defining the diagonal measure in pixels of the screen. |
| | Class | Description |
|---|
| | BigBitmap |
Creates a BigBitmap object with a specified width and height. |
| | CropBitmapData |
Creates a new BitmapData with a crop of an original IBitmapDrawable object. |
| | DisplayObjectContainers |
The DisplayObjectContainer tool class. |
| | DisplayObjects |
The DisplayObject tool class. |
| | MobileDeviceType |
Constants defining mobile device types. |
| | Pattern |
A bitmap pattern defines with a matrix of rgba colors. The rgba colors are often specified in hexadecimal format; for example, 0xFF336699. |
| | PerlinNoiseBitmapData |
This BitmapData is an helper to creates perlin noise effects. |
| | RadialPerlinBitmapData |
A circular perlin noise effect. |
| | ReflectionBitmapData |
The ReflectionBitmapData class. |
| | ShaderLoader |
This loader load an external .pbj file and creates a specific Shader object. |
| | TimelineInspector |
The TimelineInspector class use composition to dispatch action events during the MovieClip playing. |
| | TimelineIterator |
This iterator control the timeline in a MovieClip target. |
| | TimelineScript |
The TimeLineScript class use composition to register script function over MovieClip timelines. |
| | TimelineTransition |
This transition check the frames in the timeline of a specific MovieClip reference and notify a finish and start events between two specific frames. |