com.jme.widget.impl.lwjgl
Class WidgetLWJGLFont

java.lang.Object
  extended bycom.jme.widget.font.WidgetAbstractFont
      extended bycom.jme.widget.impl.lwjgl.WidgetLWJGLFont
All Implemented Interfaces:
WidgetFont

public class WidgetLWJGLFont
extends WidgetAbstractFont

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

Field Summary
 
Fields inherited from class com.jme.widget.font.WidgetAbstractFont
header, texture
 
Constructor Summary
WidgetLWJGLFont(java.lang.String name)
           
 
Method Summary
 void renderString(java.lang.String text, float x, float y, float scalar, ColorRGBA topColor, ColorRGBA bottomColor)
           
 
Methods inherited from class com.jme.widget.font.WidgetAbstractFont
create, create, getName, getStringSize, getTexture, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WidgetLWJGLFont

public WidgetLWJGLFont(java.lang.String name)
Method Detail

renderString

public void renderString(java.lang.String text,
                         float x,
                         float y,
                         float scalar,
                         ColorRGBA topColor,
                         ColorRGBA bottomColor)
Specified by:
renderString in interface WidgetFont
Specified by:
renderString in class WidgetAbstractFont