pt.tumba.parser.swf
Class TagWriter.SpriteTags

java.lang.Object
  extended by 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
 
Constructor Summary
protected TagWriter.SpriteTags()
           
 
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
 

Field Detail

frameCount

protected int frameCount
Description of the Field

Constructor Detail

TagWriter.SpriteTags

protected TagWriter.SpriteTags()
Method Detail

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 Parameter
longTag2 - Description of the Parameter
contents - 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 Parameter
length - Description of the Parameter
twipsWidth - Description of the Parameter
twipsHeight - Description of the Parameter
frameRate - Description of the Parameter
frameCount - Description of the Parameter
Throws:
java.io.IOException - Description of the Exception