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. |
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 inferredframeCount
- -1 if the framecount is unknown and must be
inferredversion
- Description of the ParametertwipsWidth
- Description of the ParametertwipsHeight
- Description of the ParameterframeRate
- Description of the Parameter
- Throws:
java.io.IOException
- Description of the Exception