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.Font.Chars

Uses of Font.Chars in com.anotherbigidea.flash.movie
 

Fields in com.anotherbigidea.flash.movie declared as Font.Chars
protected  Font.Chars Text.Row.chars
           
 

Methods in com.anotherbigidea.flash.movie that return Font.Chars
 Font.Chars Text.Row.getChars()
           
 Font.Chars Font.chars(java.lang.String chars, double fontSize)
          Get the Chars instance for the given string at the given font size
 

Methods in com.anotherbigidea.flash.movie with parameters of type Font.Chars
 Text.Row Text.row(Font.Chars chars, com.anotherbigidea.flash.structs.Color color, double x, double y, boolean hasX, boolean hasY)
          Add a contiguous set of characters that have the same font, size, color and vertical position.
 

Constructors in com.anotherbigidea.flash.movie with parameters of type Font.Chars
Text.Row(Font.Chars chars, com.anotherbigidea.flash.structs.Color color, double x, double y, boolean hasX, boolean hasY)