jme.geometry.hud
Class TextPanel

java.lang.Object
  extended byjme.geometry.hud.AbstractComponent
      extended byjme.geometry.hud.TextPanel
All Implemented Interfaces:
Component

public class TextPanel
extends AbstractComponent

TextPanel

Version:
Author:
Mark Powell

Field Summary
 
Fields inherited from class jme.geometry.hud.AbstractComponent
alpha, children, color, height, locationX, locationY, width
 
Constructor Summary
TextPanel()
           
 
Method Summary
 void dispose()
          dispose destroys the component and all it's children.
 void render()
          render takes care of displaying the component to the screen.
 
Methods inherited from class jme.geometry.hud.AbstractComponent
add, contains, getHeight, getWidth, getX, getY, isVisible, remove, setColor, setLocation, setSize, setTexture, setTransparency
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextPanel

public TextPanel()
Method Detail

dispose

public void dispose()
Description copied from interface: Component
dispose destroys the component and all it's children.

Specified by:
dispose in interface Component
Specified by:
dispose in class AbstractComponent

render

public void render()
Description copied from interface: Component
render takes care of displaying the component to the screen.

Specified by:
render in interface Component
Specified by:
render in class AbstractComponent