Uses of Class
com.esri.core.symbol.TextSymbol.HorizontalAlignment

Packages that use TextSymbol.HorizontalAlignment
com.esri.core.symbol Provides different types of symbols used to represent geometries. 
 

Uses of TextSymbol.HorizontalAlignment in com.esri.core.symbol
 

Methods in com.esri.core.symbol that return TextSymbol.HorizontalAlignment
 TextSymbol.HorizontalAlignment TextSymbol.getHorizontalAlignment()
          Gets the horizontalAlignment of the TextSymbol.
static TextSymbol.HorizontalAlignment TextSymbol.HorizontalAlignment.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TextSymbol.HorizontalAlignment[] TextSymbol.HorizontalAlignment.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.esri.core.symbol with parameters of type TextSymbol.HorizontalAlignment
 void TextSymbol.setHorizontalAlignment(TextSymbol.HorizontalAlignment horizontalAlignment)
          Sets the horizontalAlignment of the TextSymbol.
 



Copyright © 2012. All Rights Reserved.