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

Quick Search    Search Deep

Uses of Class
com.anotherbigidea.flash.writers.TagWriter

Uses of TagWriter in com.anotherbigidea.flash.writers
 

Fields in com.anotherbigidea.flash.writers declared as TagWriter
protected  TagWriter ActionWriter.tagWriter
           
protected  TagWriter TagWriter.SWFShapeImpl.writer
           
 

Constructors in com.anotherbigidea.flash.writers with parameters of type TagWriter
ActionWriter(TagWriter tagWriter, int flashVersion)
           
TagWriter.ButtonActionWriter(TagWriter tagWriter, int flashVersion, java.util.Vector buttonRecs)
           
TagWriter.SWFShapeImpl(TagWriter writer, boolean hasAlpha, boolean hasStyle)
          For shapes (other than glyphs)
TagWriter.SWFShapeImpl(TagWriter writer, int glyphCount)
          For glyphs
TagWriter.MorphShapeImpl(TagWriter writer)
           
TagWriter.Font2ShapeImpl(TagWriter writer, int flags, int glyphCount, int ascent, int descent, int leading, int[] codes, int[] advances, com.anotherbigidea.flash.structs.Rect[] bounds, int[] kernCodes1, int[] kernCodes2, int[] kernAdjustments)