jme.geometry.hud
Class Picker

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

public class Picker
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
Picker()
           
 
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

Picker

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