Uses of Class
com.flagstone.transform.font.GlyphAlignment

Packages that use GlyphAlignment
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 GlyphAlignment in com.flagstone.transform.font
 

Methods in com.flagstone.transform.font that return GlyphAlignment
 GlyphAlignment GlyphAlignment.copy()
          Creates a complete copy of this object.
 

Methods in com.flagstone.transform.font that return types with arguments of type GlyphAlignment
 List<GlyphAlignment> FontAlignment.getZones()
          Get the alignment information for each glyph in the font.
 

Methods in com.flagstone.transform.font with parameters of type GlyphAlignment
 FontAlignment FontAlignment.addZone(GlyphAlignment zone)
          Add the alignment information for a glyph to the list.
 

Method parameters in com.flagstone.transform.font with type arguments of type GlyphAlignment
 void FontAlignment.setZones(List<GlyphAlignment> list)
          Set the alignment information for each glyph in the font.
 

Constructors in com.flagstone.transform.font with parameters of type GlyphAlignment
GlyphAlignment(GlyphAlignment object)
          Creates and initialises a GlyphAlignment object using the values copied from another GlyphAlignment object.
 

Constructor parameters in com.flagstone.transform.font with type arguments of type GlyphAlignment
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.