|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jmex.game.state.GameState
synergynetframework.appsystem.table.appdefinitions.SynergyNetApp
synergynetframework.appsystem.table.appdefinitions.DefaultSynergyNetApp
apps.mysteriestableportal.ControllerApp
public class ControllerApp
The Class ControllerApp.
Nested Class Summary | |
---|---|
class |
ControllerApp.ControllerMessageProcessor
The Class ControllerMessageProcessor. |
Field Summary | |
---|---|
static float |
maxScaleLimit
The max scale limit. |
static float |
minScaleLimit
The min scale limit. |
Constructor Summary | |
---|---|
ControllerApp(ApplicationInfo info)
Instantiates a new controller app. |
Method Summary | |
---|---|
void |
addContent()
Adds the content. |
NetworkedContentManager |
getNetworkedContentManager()
Gets the networked content manager. |
void |
onActivate()
On activate. |
void |
removeAllItems()
Removes the all items. |
void |
removeItems(java.util.List<ContentItem> items)
Removes the items. |
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 |
---|
public static float maxScaleLimit
public static float minScaleLimit
Constructor Detail |
---|
public ControllerApp(ApplicationInfo info)
info
- the infoMethod Detail |
---|
public void addContent()
SynergyNetApp
addContent
in class SynergyNetApp
public NetworkedContentManager getNetworkedContentManager()
public void onActivate()
SynergyNetApp
onActivate
in class SynergyNetApp
public void removeAllItems()
public void removeItems(java.util.List<ContentItem> items)
items
- the items
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |