java.lang.Object
com.anotherbigidea.flash.movie.Symbol
com.anotherbigidea.flash.movie.Image
- Direct Known Subclasses:
- Image.JPEG, Image.Lossless
- public abstract class Image
- extends Symbol
Base class for Image symbols.
Note that Images cannot be placed directly on the stage - they have to be
used as image fills for shapes.
|
Nested Class Summary |
static class |
Image.JPEG
A JPEG Image that can be used as a fill for Shapes. |
static class |
Image.Lossless
A lossless image (similar to PNG). |
| Fields inherited from class com.anotherbigidea.flash.movie.Symbol |
id |
|
Constructor Summary |
Image()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Image
public Image()