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

Quick Search    Search Deep

Uses of Interface
com.anotherbigidea.flash.interfaces.SWFVectors

Uses of SWFVectors in com.anotherbigidea.flash.interfaces
 

Subinterfaces of SWFVectors in com.anotherbigidea.flash.interfaces
 interface SWFShape
          Interface for passing shape style information in addition to the basic vectors.
 

Methods in com.anotherbigidea.flash.interfaces that return SWFVectors
 SWFVectors SWFTagTypes.tagDefineFont(int id, int numGlyphs)
          The SWFVectors object returned will be called numGlyphs times to pass the vector information for each glyph (each glyph is terminated by calling SWFVectors.done() )
 SWFVectors SWFTagTypes.tagDefineFont2(int id, int flags, java.lang.String name, int numGlyphs, int ascent, int descent, int leading, int[] codes, int[] advances, com.anotherbigidea.flash.structs.Rect[] bounds, int[] kernCodes1, int[] kernCodes2, int[] kernAdjustments)