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

Quick Search    Search Deep

com.anotherbigidea.flash.interfaces
Interface SWFHeader  view SWFHeader download SWFHeader.java

All Known Subinterfaces:
SWFSpriteTagTypes, SWFTags, SWFTagTypes

public interface SWFHeader

Interface for passing a SWF file header


Method Summary
 void header(int version, long length, int twipsWidth, int twipsHeight, int frameRate, int frameCount)
          SWF File header.
 

Method Detail

header

public void header(int version,
                   long length,
                   int twipsWidth,
                   int twipsHeight,
                   int frameRate,
                   int frameCount)
            throws java.io.IOException
SWF File header.