Uses of Interface
pt.tumba.parser.swf.SWFText

Packages that use SWFText
pt.tumba.parser.swf   
 

Uses of SWFText in pt.tumba.parser.swf
 

Classes in pt.tumba.parser.swf that implement SWFText
protected  class MovieBuilder.TextBuilder
          A SWFText implementation that builds a Text object
 class SWF2HTML.TextDumper
          Description of the Class
 class SWFSaxParser
          A SAX2 parser (XMLReader) that implements the SWFTagTypes interface and produces an XML representation of the Flash movie.
 class SWFTagDumper
          An implementation of the SWFTagTypes interface that produces a debug dump
protected  class TagWriter.SWFTextImpl
          Description of the Class
 

Fields in pt.tumba.parser.swf declared as SWFText
protected  SWFText SWFSaxWriter.text
          Description of the Field
 

Methods in pt.tumba.parser.swf that return SWFText
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
 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
 

Methods in pt.tumba.parser.swf with parameters of type SWFText
protected  void Text.Row.write(SWFText text, boolean changeColor, boolean changeFont)
          Description of the Method