|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.userdefinedgestures.util.Label
public class Label
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 |
---|
public Label(com.jme.scene.Node worldNode, java.lang.String textString)
worldNode
- the world nodetextString
- the text stringMethod Detail |
---|
public void setPosition(com.jme.math.Vector3f position)
position
- the new positionpublic void setSize(int size)
size
- the new sizepublic void setText(java.lang.String textString)
textString
- the new textpublic void setVisibility(boolean visiable)
visiable
- the new visibility
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |