|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.threedbuttonsexperiment.calculator.TwoDCalculator
public class TwoDCalculator
The Class TwoDCalculator.
Constructor Summary | |
---|---|
TwoDCalculator(ContentSystem contentSystem,
TextLabel targetNumberLabel,
DateTextWritter logWritter)
Instantiates a new two d calculator. |
Method Summary | |
---|---|
void |
addTaskListener(TaskListener l)
Adds the task listener. |
com.jme.math.Vector2f |
getLocation()
Gets the location. |
void |
resetTask()
Reset task. |
void |
setLocation(com.jme.math.Vector2f location)
Sets the location. |
void |
startNewTrail()
Start new trail. |
void |
update()
Update. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TwoDCalculator(ContentSystem contentSystem, TextLabel targetNumberLabel, DateTextWritter logWritter)
contentSystem
- the content systemtargetNumberLabel
- the target number labellogWritter
- the log writterMethod Detail |
---|
public void addTaskListener(TaskListener l)
l
- the lpublic com.jme.math.Vector2f getLocation()
public void resetTask()
public void setLocation(com.jme.math.Vector2f location)
location
- the new locationpublic void startNewTrail()
public void update()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |