core
Class SynergyNetDesktop

java.lang.Object
  extended by com.jme.app.AbstractGame
      extended by com.jme.app.BaseGame
          extended by core.SynergyNetDesktop

public class SynergyNetDesktop
extends com.jme.app.BaseGame

The Class SynergyNetDesktop.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.jme.app.AbstractGame
com.jme.app.AbstractGame.ConfigShowMode
 
Method Summary
static void exit()
          Exit.
 MultiTouchCursorSystem getCursorSystem()
          Gets the cursor system.
 int getDisplayHeight()
          Gets the display height.
 int getDisplayWidth()
          Gets the display width.
static SynergyNetDesktop getInstance()
          Gets the single instance of SynergyNetDesktop.
 MultiTouchInputComponent getMultiTouchInputComponent()
          Gets the multi touch input component.
 IJMEMultiTouchPicker getPickSystem()
          Gets the pick system.
 ApplicationRegistry getRegistry()
          Gets the registry.
static java.io.File getSynergyNetLocalWorkingDirectory()
          Gets the synergy net local working directory.
static void main(java.lang.String[] args)
          The main method.
 void showMainMenu()
          Show main menu.
 int tableToScreenX(float x)
          Table to screen x.
 int tableToScreenY(float y)
          Table to screen y.
 
Methods inherited from class com.jme.app.BaseGame
start
 
Methods inherited from class com.jme.app.AbstractGame
finish, getVersion, setConfigShowMode, setConfigShowMode
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

exit

public static void exit()
Exit.


getInstance

public static SynergyNetDesktop getInstance()
Gets the single instance of SynergyNetDesktop.

Returns:
single instance of SynergyNetDesktop

getSynergyNetLocalWorkingDirectory

public static java.io.File getSynergyNetLocalWorkingDirectory()
Gets the synergy net local working directory.

Returns:
the synergy net local working directory

main

public static void main(java.lang.String[] args)
The main method.

Parameters:
args - the arguments

getCursorSystem

public MultiTouchCursorSystem getCursorSystem()
Gets the cursor system.

Returns:
the cursor system

getDisplayHeight

public int getDisplayHeight()
Gets the display height.

Returns:
the display height

getDisplayWidth

public int getDisplayWidth()
Gets the display width.

Returns:
the display width

getMultiTouchInputComponent

public MultiTouchInputComponent getMultiTouchInputComponent()
Gets the multi touch input component.

Returns:
the multi touch input component

getPickSystem

public IJMEMultiTouchPicker getPickSystem()
Gets the pick system.

Returns:
the pick system

getRegistry

public ApplicationRegistry getRegistry()
Gets the registry.

Returns:
the registry

showMainMenu

public void showMainMenu()
                  throws java.lang.InstantiationException,
                         java.lang.IllegalAccessException,
                         java.lang.ClassNotFoundException
Show main menu.

Throws:
java.lang.InstantiationException - the instantiation exception
java.lang.IllegalAccessException - the illegal access exception
java.lang.ClassNotFoundException - the class not found exception

tableToScreenX

public int tableToScreenX(float x)
Table to screen x.

Parameters:
x - the x
Returns:
the int

tableToScreenY

public int tableToScreenY(float y)
Table to screen y.

Parameters:
y - the y
Returns:
the int