apps.mysteriestableportal
Class ControllerApp

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.mysteriestableportal.ControllerApp

public class ControllerApp
extends DefaultSynergyNetApp

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

maxScaleLimit

public static float maxScaleLimit
The max scale limit.


minScaleLimit

public static float minScaleLimit
The min scale limit.

Constructor Detail

ControllerApp

public ControllerApp(ApplicationInfo info)
Instantiates a new controller 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

getNetworkedContentManager

public NetworkedContentManager getNetworkedContentManager()
Gets the networked content manager.

Returns:
the networked content manager

onActivate

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

Overrides:
onActivate in class SynergyNetApp

removeAllItems

public void removeAllItems()
Removes the all items.


removeItems

public void removeItems(java.util.List<ContentItem> items)
Removes the items.

Parameters:
items - the items