pt.tumba.parser.swf
Class TagWriter.SpriteTags
java.lang.Object
pt.tumba.parser.swf.TagWriter.SpriteTags
- All Implemented Interfaces:
- SWFHeader, SWFTags
- Enclosing class:
- TagWriter
protected class TagWriter.SpriteTags
- extends java.lang.Object
- implements SWFTags
Description of the Class
- Author:
- unknown
|
Field Summary |
protected int |
frameCount
Description of the Field |
|
Method Summary |
void |
header(int version,
long length,
int twipsWidth,
int twipsHeight,
int frameRate,
int frameCount)
Description of the Method |
void |
tag(int tagType2,
boolean longTag3,
byte[] contents2)
Description of the Method |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
frameCount
protected int frameCount
- Description of the Field
TagWriter.SpriteTags
protected TagWriter.SpriteTags()
tag
public void tag(int tagType2,
boolean longTag3,
byte[] contents2)
throws java.io.IOException
- Description of the Method
- Specified by:
tag in interface SWFTags
- Parameters:
tagType2 - Description of the ParameterlongTag2 - Description of the Parametercontents - Description of the Parameter
- Throws:
java.io.IOException - Description of the Exception
header
public void header(int version,
long length,
int twipsWidth,
int twipsHeight,
int frameRate,
int frameCount)
throws java.io.IOException
- Description of the Method
- Specified by:
header in interface SWFHeader
- Parameters:
version - Description of the Parameterlength - Description of the ParametertwipsWidth - Description of the ParametertwipsHeight - Description of the ParameterframeRate - Description of the ParameterframeCount - Description of the Parameter
- Throws:
java.io.IOException - Description of the Exception