apps.threedbuttonsexperiment
Class ThreeDButtonsExperiment

java.lang.Object
  extended by com.jmex.game.state.GameState
      extended by synergynetframework.appsystem.table.appdefinitions.SynergyNetApp
          extended by synergynetframework.appsystem.table.appdefinitions.DefaultSynergyNetApp
              extended by apps.threedbuttonsexperiment.ThreeDButtonsExperiment

public class ThreeDButtonsExperiment
extends DefaultSynergyNetApp

The Class ThreeDButtonsExperiment.


Field Summary
static com.jme.math.Vector2f DISPLAYLOCATION_2D
          The Constant DISPLAYLOCATION_2D.
static com.jme.math.Vector3f DISPLAYLOCATION_3D
          The Constant DISPLAYLOCATION_3D.
static com.jme.math.Vector3f DISPLAYLOCATION_3D_LEFT
          The Constant DISPLAYLOCATION_3D_LEFT.
static com.jme.math.Vector3f DISPLAYLOCATION_3D_RIGHT
          The Constant DISPLAYLOCATION_3D_RIGHT.
static com.jme.math.Vector2f HIDDENLOCATION_2D
          The Constant HIDDENLOCATION_2D.
static com.jme.math.Vector3f HIDDENLOCATION_3D
          The Constant HIDDENLOCATION_3D.
static java.lang.String TASKGROUP_MOUSE
          The Constant TASKGROUP_MOUSE.
static java.lang.String TASKGROUP_MT
          The Constant TASKGROUP_MT.
static java.lang.String TASKGROUP_MTANGLE
          The Constant TASKGROUP_MTANGLE.
 
Constructor Summary
ThreeDButtonsExperiment(ApplicationInfo info)
          Instantiates a new three d buttons experiment.
 
Method Summary
 void addContent()
          Adds the content.
 void hideAll()
          Hide all.
 void onActivate()
          On activate.
 void showLabel(boolean b)
          Show label.
 void stateUpdate(float tpf)
          State update.
 
Methods inherited from class synergynetframework.appsystem.table.appdefinitions.DefaultSynergyNetApp
init
 
Methods inherited from class synergynetframework.appsystem.table.appdefinitions.SynergyNetApp
cleanup, exitApp, getActivationCount, getApplicationDataDirectory, getInfo, getMenuController, getOrthoNode, getOrthoRenderPass, getRootNode, getWorldNode, getWorldRenderPass, render, renderDebug, setActivationCount, setActive, setMenuController, setOrthoRenderPass, setRootNode, setWorldRenderPass, update
 
Methods inherited from class com.jmex.game.state.GameState
getName, getParent, isActive, setName, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DISPLAYLOCATION_2D

public static final com.jme.math.Vector2f DISPLAYLOCATION_2D
The Constant DISPLAYLOCATION_2D.


DISPLAYLOCATION_3D

public static final com.jme.math.Vector3f DISPLAYLOCATION_3D
The Constant DISPLAYLOCATION_3D.


DISPLAYLOCATION_3D_LEFT

public static final com.jme.math.Vector3f DISPLAYLOCATION_3D_LEFT
The Constant DISPLAYLOCATION_3D_LEFT.


DISPLAYLOCATION_3D_RIGHT

public static final com.jme.math.Vector3f DISPLAYLOCATION_3D_RIGHT
The Constant DISPLAYLOCATION_3D_RIGHT.


HIDDENLOCATION_2D

public static final com.jme.math.Vector2f HIDDENLOCATION_2D
The Constant HIDDENLOCATION_2D.


HIDDENLOCATION_3D

public static final com.jme.math.Vector3f HIDDENLOCATION_3D
The Constant HIDDENLOCATION_3D.


TASKGROUP_MOUSE

public static final java.lang.String TASKGROUP_MOUSE
The Constant TASKGROUP_MOUSE.

See Also:
Constant Field Values

TASKGROUP_MT

public static final java.lang.String TASKGROUP_MT
The Constant TASKGROUP_MT.

See Also:
Constant Field Values

TASKGROUP_MTANGLE

public static final java.lang.String TASKGROUP_MTANGLE
The Constant TASKGROUP_MTANGLE.

See Also:
Constant Field Values
Constructor Detail

ThreeDButtonsExperiment

public ThreeDButtonsExperiment(ApplicationInfo info)
Instantiates a new three d buttons experiment.

Parameters:
info - the info
Method Detail

addContent

public void addContent()
Description copied from class: SynergyNetApp
Adds the content.

Specified by:
addContent in class SynergyNetApp

hideAll

public void hideAll()
Hide all.


onActivate

public void onActivate()
Description copied from class: SynergyNetApp
On activate.

Overrides:
onActivate in class SynergyNetApp

showLabel

public void showLabel(boolean b)
Show label.

Parameters:
b - the b

stateUpdate

public void stateUpdate(float tpf)
Description copied from class: SynergyNetApp
State update.

Parameters:
tpf - the tpf