|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jme.app.AbstractGame
com.jme.app.BaseGame
core.SynergyNetDesktop
public class SynergyNetDesktop
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 |
|---|
public static void exit()
public static SynergyNetDesktop getInstance()
public static java.io.File getSynergyNetLocalWorkingDirectory()
public static void main(java.lang.String[] args)
args - the argumentspublic MultiTouchCursorSystem getCursorSystem()
public int getDisplayHeight()
public int getDisplayWidth()
public MultiTouchInputComponent getMultiTouchInputComponent()
public IJMEMultiTouchPicker getPickSystem()
public ApplicationRegistry getRegistry()
public void showMainMenu()
throws java.lang.InstantiationException,
java.lang.IllegalAccessException,
java.lang.ClassNotFoundException
java.lang.InstantiationException - the instantiation exception
java.lang.IllegalAccessException - the illegal access exception
java.lang.ClassNotFoundException - the class not found exceptionpublic int tableToScreenX(float x)
x - the x
public int tableToScreenY(float y)
y - the y
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||