Uses of Class
pt.tumba.parser.swf.Font.Chars

Packages that use Font.Chars
pt.tumba.parser.swf   
 

Uses of Font.Chars in pt.tumba.parser.swf
 

Fields in pt.tumba.parser.swf declared as Font.Chars
protected  Font.Chars Text.Row.chars
          Description of the Field
 

Methods in pt.tumba.parser.swf that return Font.Chars
 Font.Chars Font.chars(java.lang.String chars, double fontSize)
          Get the Chars instance for the given string at the given font size
 Font.Chars Text.Row.getChars()
          Gets the chars attribute of the Row object
 

Methods in pt.tumba.parser.swf with parameters of type Font.Chars
 Text.Row Text.row(Font.Chars chars, 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 pt.tumba.parser.swf with parameters of type Font.Chars
Text.Row(Font.Chars chars, Color color, double x, double y, boolean hasX, boolean hasY)