|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjme.geometry.hud.AbstractComponent
jme.geometry.hud.ProgressBar
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 |
public ProgressBar()
Method Detail |
public void render()
Component
render
takes care of displaying the component to the
screen.
render
in interface Component
render
in class AbstractComponent
public void dispose()
Component
dispose
destroys the component and all it's children.
dispose
in interface Component
dispose
in class AbstractComponent
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |