|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.threedbuttonsexperiment.calculator.component.TwoDDisplayNode
public class TwoDDisplayNode
The Class TwoDDisplayNode.
Constructor Summary | |
---|---|
TwoDDisplayNode(java.lang.String name,
float width,
float length)
Instantiates a new two d display node. |
Method Summary | |
---|---|
com.jme.scene.shape.Quad |
getDisplayQuad()
Gets the display quad. |
void |
setLocalLocation(float x,
float y)
Sets the local location. |
void |
setText(java.lang.String text)
Sets the text. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TwoDDisplayNode(java.lang.String name, float width, float length)
name
- the namewidth
- the widthlength
- the lengthMethod Detail |
---|
public com.jme.scene.shape.Quad getDisplayQuad()
public void setLocalLocation(float x, float y)
x
- the xy
- the ypublic void setText(java.lang.String text)
text
- the new text
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |