apps.userdefinedgestures.util
Class Label

java.lang.Object
  extended by apps.userdefinedgestures.util.Label

public class Label
extends java.lang.Object

The Class Label.


Constructor Summary
Label(com.jme.scene.Node worldNode, java.lang.String textString)
          Instantiates a new label.
 
Method Summary
 void setPosition(com.jme.math.Vector3f position)
          Sets the position.
 void setSize(int size)
          Sets the size.
 void setText(java.lang.String textString)
          Sets the text.
 void setVisibility(boolean visiable)
          Sets the visibility.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Label

public Label(com.jme.scene.Node worldNode,
             java.lang.String textString)
Instantiates a new label.

Parameters:
worldNode - the world node
textString - the text string
Method Detail

setPosition

public void setPosition(com.jme.math.Vector3f position)
Sets the position.

Parameters:
position - the new position

setSize

public void setSize(int size)
Sets the size.

Parameters:
size - the new size

setText

public void setText(java.lang.String textString)
Sets the text.

Parameters:
textString - the new text

setVisibility

public void setVisibility(boolean visiable)
Sets the visibility.

Parameters:
visiable - the new visibility