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

Packages that use OutStream
pt.tumba.parser.swf   
 

Uses of OutStream in pt.tumba.parser.swf
 

Fields in pt.tumba.parser.swf declared as OutStream
protected  OutStream ActionWriter.out
          Description of the Field
protected  OutStream TagWriter.out
          Description of the Field
protected  OutStream TagWriter.SWFShapeImpl.out
          Description of the Field
protected  OutStream SWFWriter.out
          Description of the Field
protected  OutStream TagWriter.ButtonActionWriter.tagout
          Description of the Field
 

Methods in pt.tumba.parser.swf that return OutStream
protected  OutStream TagWriter.getOutStream()
          Gets the outStream attribute of the TagWriter object
 

Methods in pt.tumba.parser.swf with parameters of type OutStream
 void Rect.write(OutStream out)
          Write the rect contents to the output stream
 void AlphaTransform.write(OutStream out)
          Description of the Method
 void ColorTransform.write(OutStream out)
          Description of the Method
 void Color.write(OutStream out)
          Description of the Method
 void SoundInfo.write(OutStream out)
          Description of the Method
 void AlphaColor.write(OutStream out)
          Description of the Method
protected  void ButtonRecord2.write(OutStream out)
          Description of the Method
 void Matrix.write(OutStream out)
          Description of the Method
protected  void ButtonRecord.write(OutStream out)
          Description of the Method
 void FillStyle.write(OutStream out, boolean hasAlpha)
          Description of the Method
 void LineStyle.write(OutStream out, boolean hasAlpha)
          Description of the Method
 void Style.write(OutStream out, boolean hasAlpha)
          Description of the Method
static void ButtonRecord2.write(OutStream out, java.util.List records)
          Write a button record array
static void ButtonRecord.write(OutStream out, java.util.List records)
          Write a button record array
static void FillStyle.writeMorphFillStyle(OutStream out, FillStyle startStyle, FillStyle endStyle)
          Description of the Method
static void LineStyle.writeMorphLineStyle(OutStream out, LineStyle startStyle, LineStyle endStyle)
          Description of the Method
 void Color.writeRGB(OutStream out)
          Description of the Method
 void ColorTransform.writeWithAlpha(OutStream out)
          Description of the Method
 void Color.writeWithAlpha(OutStream out)
          Description of the Method
 void AlphaColor.writeWithAlpha(OutStream out)
          Description of the Method
 void AlphaTransform.writeWithoutAlpha(OutStream out)
          Description of the Method
 void ColorTransform.writeWithoutAlpha(OutStream out)
          Description of the Method
 

Constructors in pt.tumba.parser.swf with parameters of type OutStream
SWFWriter(OutStream outstream)
          Constructor for the SWFWriter object