jme.geometry.hud
Class Button

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

public class Button
extends AbstractComponent

Button

Version:
Author:
Mark Powell

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

Button

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