Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.anotherbigidea.flash.writers
Class TagWriter.SpriteTags  view TagWriter.SpriteTags download TagWriter.SpriteTags.java

java.lang.Object
  extended bycom.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


Field Summary
protected  int frameCount
           
 
Constructor Summary
protected TagWriter.SpriteTags()
           
 
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
 

Field Detail

frameCount

protected int frameCount
Constructor Detail

TagWriter.SpriteTags

protected TagWriter.SpriteTags()
Method Detail

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