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.Shape

Uses of Shape in com.anotherbigidea.flash.movie
 

Fields in com.anotherbigidea.flash.movie declared as Shape
protected  Shape MorphShape.shape1
           
protected  Shape MorphShape.shape2
           
protected  Shape FontLoader.VectorImpl.shape
           
protected  Shape FontDefinition.Glyph.shape
           
 

Methods in com.anotherbigidea.flash.movie that return Shape
 Shape MorphShape.getShape1()
           
 Shape MorphShape.getShape2()
           
static Shape ImageUtil.shapeForImage(java.io.InputStream jpegImage, int[] size)
          Create a Shape for the image.
static Shape ImageUtil.shapeForImage(Image image, double width, double height)
          Create a Shape for the image.
 Shape FontDefinition.Glyph.getShape()
           
 

Methods in com.anotherbigidea.flash.movie with parameters of type Shape
 void MorphShape.setShape1(Shape s)
           
 void MorphShape.setShape2(Shape s)
           
 void FontDefinition.Glyph.setShape(Shape shape)
           
 

Constructors in com.anotherbigidea.flash.movie with parameters of type Shape
MorphShape(Shape shape1, Shape shape2)
           
FontDefinition.Glyph(Shape shape, double advance, int code)