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

Packages that use Rect
pt.tumba.parser.swf   
 

Uses of Rect in pt.tumba.parser.swf
 

Fields in pt.tumba.parser.swf declared as Rect
protected  Rect[] FontLoader.VectorImpl.bounds
          Description of the Field
protected  Rect[] TagWriter.Font2ShapeImpl.bounds
          Description of the Field
protected  Rect[] MovieBuilder.GlyphBuilder.bounds
          Description of the Field
protected  Rect SWFSaxWriter.Morph.endBounds
          Description of the Field
protected  Rect MovieBuilder.MorphShapeBuilder.endBounds
          Description of the Field
protected  Rect SWFWriter.frameSize
          Description of the Field
protected  Rect[] SWFSaxParser.glyphRects
          Description of the Field
protected  Rect SWFSaxParser.morphEndRect
          Description of the Field
protected  Rect SWFSaxWriter.Morph.startBounds
          Description of the Field
protected  Rect MovieBuilder.MorphShapeBuilder.startBounds
          Description of the Field
 

Methods in pt.tumba.parser.swf that return Rect
protected  Rect Shape.getRect()
          Gets the rect attribute of the Shape object
 

Methods in pt.tumba.parser.swf with parameters of type Rect
protected  SWFText SWFSaxParser.defineText(int id, Rect bounds, Matrix matrix, boolean hasAlpha)
          Description of the Method
protected  SWFText TagWriter.defineText(Rect bounds, Matrix matrix, boolean hasAlpha)
          Description of the Method
protected  void TagWriter.startShape(int tagType, int id, Rect outline)
          Description of the Method
 SWFVectors SWFTagDumper.tagDefineFont2(int id, int flags, java.lang.String name, int numGlyphs, int ascent, int descent, int leading, int[] codes, int[] advances, Rect[] bounds, int[] kernCodes1, int[] kernCodes2, int[] kernAdjustments)
          SWFTagTypes interface
 SWFVectors SWFTagTypes.tagDefineFont2(int id, int flags, java.lang.String name, int numGlyphs, int ascent, int descent, int leading, int[] codes, int[] advances, Rect[] bounds, int[] kernCodes1, int[] kernCodes2, int[] kernAdjustments)
          Description of the Method
 SWFVectors SWF2HTML.tagDefineFont2(int id, int flags, java.lang.String name, int numGlyphs, int ascent, int descent, int leading, int[] codes, int[] advances, Rect[] bounds, int[] kernCodes1, int[] kernCodes2, int[] kernAdjustments)
          SWFTagTypes interface Save the character code info
 SWFVectors FontLoader.tagDefineFont2(int id, int flags, java.lang.String name, int numGlyphs, int ascent, int descent, int leading, int[] codes, int[] advances, Rect[] bounds, int[] kernCodes1, int[] kernCodes2, int[] kernAdjustments)
          SWFTagTypes Interface
 SWFVectors TagWriter.tagDefineFont2(int id, int flags, java.lang.String name, int numGlyphs, int ascent, int descent, int leading, int[] codes, int[] advances, Rect[] bounds, int[] kernCodes1, int[] kernCodes2, int[] kernAdjustments)
          SWFTagTypes interface
 SWFVectors SWFSaxParser.tagDefineFont2(int id, int flags, java.lang.String name, int numGlyphs, int ascent, int descent, int leading, int[] codes, int[] advances, Rect[] bounds, int[] kernCodes1, int[] kernCodes2, int[] kernAdjustments)
          SWFTagTypes interface
 SWFVectors MovieBuilder.tagDefineFont2(int id, int flags, java.lang.String name, int numGlyphs, int ascent, int descent, int leading, int[] codes, int[] advances, Rect[] bounds, int[] kernCodes1, int[] kernCodes2, int[] kernAdjustments)
          SWFTagTypes interface
 SWFVectors SWFTagTypesImpl.tagDefineFont2(int id, int flags, java.lang.String name, int numGlyphs, int ascent, int descent, int leading, int[] codes, int[] advances, Rect[] bounds, int[] kernCodes1, int[] kernCodes2, int[] kernAdjustments)
          SWFTagTypes interface
 SWFShape SWFTagDumper.tagDefineMorphShape(int id, Rect startBounds, Rect endBounds)
          SWFTagTypes interface
 SWFShape SWFTagTypes.tagDefineMorphShape(int id, Rect startBounds, Rect endBounds)
          Description of the Method
 SWFShape TagWriter.tagDefineMorphShape(int id, Rect startBounds, Rect endBounds)
          SWFTagTypes interface
 SWFShape SWFSaxParser.tagDefineMorphShape(int id, Rect startBounds, Rect endBounds)
          SWFTagTypes interface
 SWFShape MovieBuilder.tagDefineMorphShape(int id, Rect startBounds, Rect endBounds)
          SWFTagTypes interface
 SWFShape SWFTagTypesImpl.tagDefineMorphShape(int id, Rect startBounds, Rect endBounds)
          SWFTagTypes interface
 SWFShape SWFTagDumper.tagDefineShape(int id, Rect outline)
          SWFTagTypes interface
 SWFShape SWFTagTypes.tagDefineShape(int id, Rect outline)
           
 SWFShape TagWriter.tagDefineShape(int id, Rect outline)
          SWFTagTypes interface
 SWFShape SWFSaxParser.tagDefineShape(int id, Rect outline)
          SWFTagTypes interface
 SWFShape MovieBuilder.tagDefineShape(int id, Rect outline)
          SWFTagTypes interface
 SWFShape SWFTagTypesImpl.tagDefineShape(int id, Rect outline)
          SWFTagTypes interface
 SWFShape SWFTagDumper.tagDefineShape2(int id, Rect outline)
          SWFTagTypes interface
 SWFShape SWFTagTypes.tagDefineShape2(int id, Rect outline)
           
 SWFShape TagWriter.tagDefineShape2(int id, Rect outline)
          SWFTagTypes interface
 SWFShape SWFSaxParser.tagDefineShape2(int id, Rect outline)
          SWFTagTypes interface
 SWFShape MovieBuilder.tagDefineShape2(int id, Rect outline)
          SWFTagTypes interface
 SWFShape SWFTagTypesImpl.tagDefineShape2(int id, Rect outline)
          SWFTagTypes interface
 SWFShape SWFTagDumper.tagDefineShape3(int id, Rect outline)
          SWFTagTypes interface
 SWFShape SWFTagTypes.tagDefineShape3(int id, Rect outline)
           
 SWFShape TagWriter.tagDefineShape3(int id, Rect outline)
          SWFTagTypes interface
 SWFShape SWFSaxParser.tagDefineShape3(int id, Rect outline)
          SWFTagTypes interface
 SWFShape MovieBuilder.tagDefineShape3(int id, Rect outline)
          SWFTagTypes interface
 SWFShape SWFTagTypesImpl.tagDefineShape3(int id, Rect outline)
          SWFTagTypes interface
 SWFText SWFTagDumper.tagDefineText(int id, Rect bounds, Matrix matrix)
          SWFTagTypes interface
 SWFText SWFTagTypes.tagDefineText(int id, Rect bounds, Matrix matrix)
           
 SWFText SWF2HTML.tagDefineText(int id, Rect bounds, Matrix matrix)
          SWFTagTypes interface
 SWFText TagWriter.tagDefineText(int id, Rect bounds, Matrix matrix)
          SWFTagTypes interface
 SWFText SWFSaxParser.tagDefineText(int id, Rect bounds, Matrix matrix)
          SWFTagTypes interface
 SWFText MovieBuilder.tagDefineText(int id, Rect bounds, Matrix matrix)
          SWFTagTypes interface
 SWFText SWFTagTypesImpl.tagDefineText(int id, Rect bounds, Matrix matrix)
          SWFTagTypes interface
 SWFText SWFTagDumper.tagDefineText2(int id, Rect bounds, Matrix matrix)
          SWFTagTypes interface
 SWFText SWFTagTypes.tagDefineText2(int id, Rect bounds, Matrix matrix)
          Allows alpha colors
 SWFText SWF2HTML.tagDefineText2(int id, Rect bounds, Matrix matrix)
          SWFTagTypes interface
 SWFText TagWriter.tagDefineText2(int id, Rect bounds, Matrix matrix)
          SWFTagTypes interface
 SWFText SWFSaxParser.tagDefineText2(int id, Rect bounds, Matrix matrix)
          SWFTagTypes interface
 SWFText MovieBuilder.tagDefineText2(int id, Rect bounds, Matrix matrix)
          SWFTagTypes interface
 SWFText SWFTagTypesImpl.tagDefineText2(int id, Rect bounds, Matrix matrix)
          SWFTagTypes interface
 void SWFTagDumper.tagDefineTextField(int fieldId, java.lang.String fieldName, java.lang.String initialText, Rect boundary, int flags, AlphaColor textColor, int alignment, int fontId, int fontSize, int charLimit, int leftMargin, int rightMargin, int indentation, int lineSpacing)
          SWFTagTypes interface
 void SWFTagTypes.tagDefineTextField(int fieldId, java.lang.String fieldName, java.lang.String initialText, Rect boundary, int flags, AlphaColor textColor, int alignment, int fontId, int fontSize, int charLimit, int leftMargin, int rightMargin, int indentation, int lineSpacing)
           
 void SWF2HTML.tagDefineTextField(int fieldId, java.lang.String fieldName, java.lang.String initialText, Rect boundary, int flags, AlphaColor textColor, int alignment, int fontId, int fontSize, int charLimit, int leftMargin, int rightMargin, int indentation, int lineSpacing)
          SWFTagTypes interface Dump any initial text in the field
 void TagWriter.tagDefineTextField(int fieldId, java.lang.String fieldName, java.lang.String initialText, Rect boundary, int flags2, AlphaColor textColor, int alignment, int fontId, int fontSize, int charLimit, int leftMargin, int rightMargin, int indentation, int lineSpacing)
          SWFTagTypes interface
 void SWFSaxParser.tagDefineTextField(int fieldId, java.lang.String fieldName, java.lang.String initialText, Rect boundary, int flags, AlphaColor textColor, int alignment, int fontId, int fontSize, int charLimit, int leftMargin, int rightMargin, int indentation, int lineSpacing)
          SWFTagTypes interface
 void MovieBuilder.tagDefineTextField(int fieldId, java.lang.String fieldName, java.lang.String initialText, Rect boundary, int flags, AlphaColor textColor, int alignment, int fontId, int fontSize, int charLimit, int leftMargin, int rightMargin, int indentation, int lineSpacing)
          SWFTagTypes interface
 void SWFTagTypesImpl.tagDefineTextField(int fieldId, java.lang.String fieldName, java.lang.String initialText, Rect boundary, int flags, AlphaColor textColor, int alignment, int fontId, int fontSize, int charLimit, int leftMargin, int rightMargin, int indentation, int lineSpacing)
          SWFTagTypes interface
 

Constructors in pt.tumba.parser.swf with parameters of type Rect
FontLoader.VectorImpl(int[] codes, int[] advances, Rect[] bounds)
          Constructor for the VectorImpl object
MovieBuilder.GlyphBuilder(FontDefinition fontDef, Font font, int[] codes, int[] advances, Rect[] bounds)
          Constructor for the GlyphBuilder object
MovieBuilder.MorphShapeBuilder(int id, Rect startBounds, Rect endBounds)
          Constructor for the MorphShapeBuilder object
TagWriter.Font2ShapeImpl(TagWriter writer, int flags, int glyphCount, int ascent, int descent, int leading, int[] codes, int[] advances, Rect[] bounds, int[] kernCodes1, int[] kernCodes2, int[] kernAdjustments)
          Constructor for the Font2ShapeImpl object