com.jme.widget.font
Class WidgetFontChar

java.lang.Object
  extended bycom.jme.widget.font.WidgetFontChar

public class WidgetFontChar
extends java.lang.Object

Author:
Gregg Patton To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
WidgetFontChar()
           
 
Method Summary
 float getDx()
           
 float getDy()
           
 float getTx1()
           
 float getTx2()
           
 float getTy1()
           
 float getTy2()
           
 void setDx(float f)
           
 void setDy(float f)
           
 void setTx1(float f)
           
 void setTx2(float f)
           
 void setTy1(float f)
           
 void setTy2(float f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WidgetFontChar

public WidgetFontChar()
Method Detail

getDx

public float getDx()

getDy

public float getDy()

getTx1

public float getTx1()

getTx2

public float getTx2()

getTy1

public float getTy1()

getTy2

public float getTy2()

setDx

public void setDx(float f)

setDy

public void setDy(float f)

setTx1

public void setTx1(float f)

setTx2

public void setTx2(float f)

setTy1

public void setTy1(float f)

setTy2

public void setTy2(float f)