java.lang.Object
com.anotherbigidea.flash.writers.TagWriter.SpriteTags
- All Implemented Interfaces:
- com.anotherbigidea.flash.interfaces.SWFHeader, com.anotherbigidea.flash.interfaces.SWFTags
- Enclosing class:
- TagWriter
- protected class TagWriter.SpriteTags
- extends java.lang.Object
- implements com.anotherbigidea.flash.interfaces.SWFTags
|
Method Summary |
void |
header(int version,
long length,
int twipsWidth,
int twipsHeight,
int frameRate,
int frameCount)
SWF File header. |
void |
tag(int tagType2,
boolean longTag2,
byte[] contents)
A SWF tag. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
frameCount
protected int frameCount
TagWriter.SpriteTags
protected TagWriter.SpriteTags()
tag
public void tag(int tagType2,
boolean longTag2,
byte[] contents)
throws java.io.IOException
- Description copied from interface:
com.anotherbigidea.flash.interfaces.SWFTags
- A SWF tag.
- Specified by:
tag in interface com.anotherbigidea.flash.interfaces.SWFTags
header
public void header(int version,
long length,
int twipsWidth,
int twipsHeight,
int frameRate,
int frameCount)
throws java.io.IOException
- Description copied from interface:
com.anotherbigidea.flash.interfaces.SWFHeader
- SWF File header.
- Specified by:
header in interface com.anotherbigidea.flash.interfaces.SWFHeader