Uses of Class
uavsim.graphics.text.TextProperties.E_Origin

Packages that use TextProperties.E_Origin
uavsim.graphics.text Provides... 
 

Uses of TextProperties.E_Origin in uavsim.graphics.text
 

Fields in uavsim.graphics.text declared as TextProperties.E_Origin
private  TextProperties.E_Origin TextProperties._origin
          the origin for anchoring and rotating the text
 

Methods in uavsim.graphics.text that return TextProperties.E_Origin
 TextProperties.E_Origin TextProperties.getOrigin()
          Gets the origin for anchoring and rotating the text.
static TextProperties.E_Origin TextProperties.E_Origin.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TextProperties.E_Origin[] TextProperties.E_Origin.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in uavsim.graphics.text with parameters of type TextProperties.E_Origin
 void TextProperties.setOrigin(TextProperties.E_Origin origin)
          Sets the origin for anchoring and rotating the text.