pt.tumba.parser.swf
Class Image

java.lang.Object
  extended by pt.tumba.parser.swf.Symbol
      extended by pt.tumba.parser.swf.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.

Author:
unknown

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 pt.tumba.parser.swf.Symbol
id
 
Constructor Summary
Image()
           
 
Method Summary
 
Methods inherited from class pt.tumba.parser.swf.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()