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

Quick Search    Search Deep

Uses of Class
com.anotherbigidea.flash.movie.FontDefinition

Uses of FontDefinition in com.anotherbigidea.flash.movie
 

Fields in com.anotherbigidea.flash.movie declared as FontDefinition
protected  FontDefinition FontLoader.fontDef
           
protected  FontDefinition Font.fontDef
           
 

Methods in com.anotherbigidea.flash.movie that return FontDefinition
static FontDefinition FontLoader.loadFont(java.lang.String filename)
          Load the first font from the given Flash movie
static FontDefinition FontLoader.loadFont(java.io.InputStream flashMovie)
          Load the first font from the given Flash movie
 FontDefinition Font.getDefinition()
           
 

Constructors in com.anotherbigidea.flash.movie with parameters of type FontDefinition
Font(FontDefinition fontDef)