Uses of Class
com.flagstone.transform.text.TextSettings.Grid

Packages that use TextSettings.Grid
com.flagstone.transform.text The text package contains all the classes for encoding and decoding the data structures that represent static and dynamic text fields. 
 

Uses of TextSettings.Grid in com.flagstone.transform.text
 

Methods in com.flagstone.transform.text that return TextSettings.Grid
 TextSettings.Grid TextSettings.getGrid()
          Returns the alignment of letters with respect to the pixel grid.
static TextSettings.Grid TextSettings.Grid.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TextSettings.Grid[] TextSettings.Grid.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.flagstone.transform.text with parameters of type TextSettings.Grid
 void TextSettings.setGrid(TextSettings.Grid alignment)
          Selects how the text letters will be aligned with respect to the pixel grid used in LCD screens.
 

Constructors in com.flagstone.transform.text with parameters of type TextSettings.Grid
TextSettings(int uid, boolean advanced, TextSettings.Grid grid, float thick, float sharp)
          Creates a TextSettings object with the specified values.
 



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