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

Quick Search    Search Deep

Uses of Class
com.anotherbigidea.flash.movie.Image

Uses of Image in com.anotherbigidea.flash.movie
 

Subclasses of Image in com.anotherbigidea.flash.movie
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 com.anotherbigidea.flash.movie with parameters of type Image
static Shape ImageUtil.shapeForImage(Image image, double width, double height)
          Create a Shape for the image.