Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.anotherbigidea.flash.movie
Class Image  view Image download Image.java

java.lang.Object
  extended bycom.anotherbigidea.flash.movie.Symbol
      extended bycom.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).
 
Field Summary
 
Fields inherited from class com.anotherbigidea.flash.movie.Symbol
id
 
Constructor Summary
Image()
           
 
Methods inherited from class com.anotherbigidea.flash.movie.Symbol
define, defineSymbol, getId, getNextId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Image

public Image()