|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.userdefinedgestures.taskengine.TaskEngine
public class TaskEngine
The Class TaskEngine.
Constructor Summary | |
---|---|
TaskEngine(com.jme.scene.Node worldNode,
com.jme.scene.Node orthoNode,
com.jme.renderer.pass.DirectionalShadowMapPass sPass,
com.jme.renderer.Camera cam,
java.util.List<java.lang.String> taskList)
Instantiates a new task engine. |
Method Summary | |
---|---|
Transformer |
getCurrentTransformer()
Gets the current transformer. |
boolean |
moveToNextTask()
Move to next task. |
boolean |
moveToPreviousTask()
Move to previous task. |
void |
resetPosition()
Reset position. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TaskEngine(com.jme.scene.Node worldNode, com.jme.scene.Node orthoNode, com.jme.renderer.pass.DirectionalShadowMapPass sPass, com.jme.renderer.Camera cam, java.util.List<java.lang.String> taskList)
worldNode
- the world nodeorthoNode
- the ortho nodesPass
- the s passcam
- the camtaskList
- the task listMethod Detail |
---|
public Transformer getCurrentTransformer()
public boolean moveToNextTask()
public boolean moveToPreviousTask()
public void resetPosition()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |