jme.geometry.hud
Class Panel

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

public class Panel
extends AbstractComponent

Panel

Version:
Author:
Mark Powell

Field Summary
 
Fields inherited from class jme.geometry.hud.AbstractComponent
alpha, children, color, height, locationX, locationY, width
 
Constructor Summary
Panel()
           
 
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

Panel

public Panel()
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