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

Packages that use SWFShape
pt.tumba.parser.swf   
 

Uses of SWFShape in pt.tumba.parser.swf
 

Classes in pt.tumba.parser.swf that implement SWFShape
protected  class MovieBuilder.GlyphBuilder
          Description of the Class
protected  class MovieBuilder.MorphShapeBuilder
          Description of the Class
protected  class MovieBuilder.ShapeBuilder
          SWFShape implementation that builds a Shape
 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 static class TagWriter.Font2ShapeImpl
          Description of the Class
protected static class TagWriter.MorphShapeImpl
          Description of the Class
protected static class TagWriter.SWFShapeImpl
          Implementation of the SWFShape interface
 

Fields in pt.tumba.parser.swf declared as SWFShape
protected  SWFShape SWFSaxWriter.shape
          Description of the Field
 

Methods in pt.tumba.parser.swf that return SWFShape
protected  SWFShape TagWriter.factorySWFShape(boolean hasAlpha, boolean hasStyle)
          Description of the Method
 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
 

Methods in pt.tumba.parser.swf with parameters of type SWFShape
protected  void TagParser.parseChangeRecord(InStream in, int flags, SWFVectors vectors, SWFShape shape, boolean hasAlpha, int[] numFillBits2, int[] numLineBits2)
          Description of the Method
 void TagParser.parseFillStyle(InStream in, SWFShape shape, boolean hasAlpha)
          Description of the Method
 void TagParser.parseLineStyle(InStream in, SWFShape shape, boolean hasAlpha)
          Description of the Method
protected  void TagParser.parseMorphFillStyle(InStream in, SWFShape shape)
          Description of the Method
protected  void TagParser.parseMorphLineStyle(InStream in, SWFShape shape)
          Description of the Method
protected  void TagParser.parseStyles(InStream in, SWFShape shape, boolean hasAlpha)
          Description of the Method
protected  void Shape.writeShape(SWFShape shape)
          Description of the Method