jme.geometry.hud
Class ProgressBar

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

public class ProgressBar
extends AbstractComponent

Author:
mpowell 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 jme.geometry.hud.AbstractComponent
alpha, children, color, height, locationX, locationY, width
 
Constructor Summary
ProgressBar()
           
 
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

ProgressBar

public ProgressBar()
Method Detail

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

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