pt.tumba.parser.swf
Interface SWFHeader

All Known Subinterfaces:
SWFSpriteTagTypes, SWFTags, SWFTagTypes
All Known Implementing Classes:
DummySWFWriter, FontLoader, MovieBuilder, SWF2HTML, SWFSaxParser, SWFTagDumper, SWFTagTypesImpl, SWFWriter, TagParser, TagWriter, TagWriter.SpriteTags, Unprotector

public interface SWFHeader

Interface for passing a SWF file header

Author:
unknown

Method Summary
 void header(int version, long length, int twipsWidth, int twipsHeight, int frameRate, int frameCount)
          SWF File header.
 

Method Detail

header

void header(int version,
            long length,
            int twipsWidth,
            int twipsHeight,
            int frameRate,
            int frameCount)
            throws java.io.IOException
SWF File header.

Parameters:
length - -1 if the length is unknown and must be inferred
frameCount - -1 if the framecount is unknown and must be inferred
version - Description of the Parameter
twipsWidth - Description of the Parameter
twipsHeight - Description of the Parameter
frameRate - Description of the Parameter
Throws:
java.io.IOException - Description of the Exception