sdr 0.7

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

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

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

Methods in net.cscott.sdr.anim that return TextureText.JustifyY
static TextureText.JustifyY TextureText.JustifyY.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TextureText.JustifyY[] TextureText.JustifyY.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.JustifyY
 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