Uses of Class
pt.tumba.parser.swf.Image

Packages that use Image
pt.tumba.parser.swf   
 

Uses of Image in pt.tumba.parser.swf
 

Subclasses of Image in pt.tumba.parser.swf
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).
 

Methods in pt.tumba.parser.swf with parameters of type Image
static Shape ImageUtil.shapeForImage(Image image, double width, double height)
          Create a Shape for the image.