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

Packages that use Shape
pt.tumba.parser.swf   
 

Uses of Shape in pt.tumba.parser.swf
 

Fields in pt.tumba.parser.swf declared as Shape
protected  Shape MovieBuilder.ShapeBuilder.s
          Description of the Field
protected  Shape FontLoader.VectorImpl.shape
          Description of the Field
protected  Shape FontDefinition.Glyph.shape
          Description of the Field
protected  Shape MorphShape.shape1
          Description of the Field
protected  Shape MovieBuilder.MorphShapeBuilder.shape1
          Description of the Field
protected  Shape MorphShape.shape2
          Description of the Field
 

Methods in pt.tumba.parser.swf that return Shape
 Shape FontDefinition.Glyph.getShape()
          Gets the shape attribute of the Glyph object
 Shape MorphShape.getShape1()
          Gets the shape1 attribute of the MorphShape object
 Shape MorphShape.getShape2()
          Gets the shape2 attribute of the MorphShape object
static Shape ImageUtil.shapeForImage(Image image, double width, double height)
          Create a Shape for the image.
static Shape ImageUtil.shapeForImage(java.io.InputStream jpegImage, int[] size2)
          Create a Shape for the image.
 

Methods in pt.tumba.parser.swf with parameters of type Shape
 void FontDefinition.Glyph.setShape(Shape shape)
          Sets the shape attribute of the Glyph object
 void MorphShape.setShape1(Shape s)
          Sets the shape1 attribute of the MorphShape object
 void MorphShape.setShape2(Shape s)
          Sets the shape2 attribute of the MorphShape object
 

Constructors in pt.tumba.parser.swf with parameters of type Shape
FontDefinition.Glyph(Shape shape, double advance, int code)
          Constructor for the Glyph object
MorphShape(Shape shape1, Shape shape2)
          Constructor for the MorphShape object
MovieBuilder.ShapeBuilder(Shape s)
          Constructor for the ShapeBuilder object