sdr 0.7

Uses of Class
net.cscott.sdr.anim.TextureText.JustifyX

Packages that use TextureText.JustifyX
net.cscott.sdr.anim This package contains the 3d animation code, which uses the jME game engine. 
 

Uses of TextureText.JustifyX in net.cscott.sdr.anim
 

Methods in net.cscott.sdr.anim that return TextureText.JustifyX
static TextureText.JustifyX TextureText.JustifyX.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TextureText.JustifyX[] TextureText.JustifyX.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.cscott.sdr.anim with parameters of type TextureText.JustifyX
 void TextureText.setAlign(TextureText.JustifyX alignX, TextureText.JustifyY alignY)
          Set the desired alignment of this text node.
 


sdr 0.7

Copyright © 2006-2009 C. Scott Ananian