apps.tablepositionsetup
Class TablePosApp

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.tablepositionsetup.TablePosApp

public class TablePosApp
extends DefaultSynergyNetApp

The Class TablePosApp.


Field Summary
static int MAX_MARKER_DISTANCE
          The Constant MAX_MARKER_DISTANCE.
static int MAX_TABLE_WIDTH
          The Constant MAX_TABLE_WIDTH.
 
Constructor Summary
TablePosApp(ApplicationInfo info)
          Instantiates a new table pos app.
 
Method Summary
 void addContent()
          Adds the content.
 void aimMenu()
          Aim menu.
 void aimThreeMenu()
          Aim three menu.
 void manualMenu()
          Manual menu.
 void onActivate()
          On activate.
 
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

MAX_MARKER_DISTANCE

public static final int MAX_MARKER_DISTANCE
The Constant MAX_MARKER_DISTANCE.

See Also:
Constant Field Values

MAX_TABLE_WIDTH

public static final int MAX_TABLE_WIDTH
The Constant MAX_TABLE_WIDTH.

See Also:
Constant Field Values
Constructor Detail

TablePosApp

public TablePosApp(ApplicationInfo info)
Instantiates a new table pos app.

Parameters:
info - the info
Method Detail

addContent

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

Specified by:
addContent in class SynergyNetApp

aimMenu

public void aimMenu()
Aim menu.


aimThreeMenu

public void aimThreeMenu()
Aim three menu.


manualMenu

public void manualMenu()
Manual menu.


onActivate

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

Overrides:
onActivate in class SynergyNetApp