Uses of Class
com.flagstone.transform.font.FontAlignment.StrokeWidth

Packages that use FontAlignment.StrokeWidth
com.flagstone.transform.font The font package contains all the classes for encoding and decoding the data structures that represent the different font definitions and that are found in a Flash file. 
 

Uses of FontAlignment.StrokeWidth in com.flagstone.transform.font
 

Methods in com.flagstone.transform.font that return FontAlignment.StrokeWidth
 FontAlignment.StrokeWidth FontAlignment.getStrokeWidth()
          Get the StrokeWidth that describes how the glyphs in the font are typically drawn.
static FontAlignment.StrokeWidth FontAlignment.StrokeWidth.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FontAlignment.StrokeWidth[] FontAlignment.StrokeWidth.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.flagstone.transform.font with parameters of type FontAlignment.StrokeWidth
 void FontAlignment.setStrokeWidth(FontAlignment.StrokeWidth stroke)
          Set the StrokeWidth that describes how the glyphs in the font are typically drawn.
 

Constructors in com.flagstone.transform.font with parameters of type FontAlignment.StrokeWidth
FontAlignment(int uid, FontAlignment.StrokeWidth stroke, List<GlyphAlignment> list)
          Creates a new FontAlignment object for the referenced font along with information on the stroke width used to draw the glyphs and a list of alignment zones for each glyph.
 



Copyright © 2002-2010 Flagstone Software Ltd.. All Rights Reserved.