apps.threedmanipulation
Class ThreeDManipulation

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.threedmanipulation.ThreeDManipulation

public class ThreeDManipulation
extends DefaultSynergyNetApp

The Class ThreeDManipulation.


Constructor Summary
ThreeDManipulation(ApplicationInfo info)
          Instantiates a new three d manipulation.
 
Method Summary
 void addContent()
          Adds the content.
 void cleanup()
           
 Context getContext()
          Gets the context.
 void setContext(Context context)
          Sets the context.
 void stateUpdate(float tpf)
          State update.
 
Methods inherited from class synergynetframework.appsystem.table.appdefinitions.DefaultSynergyNetApp
init
 
Methods inherited from class synergynetframework.appsystem.table.appdefinitions.SynergyNetApp
exitApp, getActivationCount, getApplicationDataDirectory, getInfo, getMenuController, getOrthoNode, getOrthoRenderPass, getRootNode, getWorldNode, getWorldRenderPass, onActivate, 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
 

Constructor Detail

ThreeDManipulation

public ThreeDManipulation(ApplicationInfo info)
Instantiates a new three d manipulation.

Parameters:
info - the info
Method Detail

addContent

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

Specified by:
addContent in class SynergyNetApp

cleanup

public void cleanup()
Overrides:
cleanup in class SynergyNetApp

getContext

public Context getContext()
Gets the context.

Returns:
the context

setContext

public void setContext(Context context)
Sets the context.

Parameters:
context - the new context

stateUpdate

public void stateUpdate(float tpf)
Description copied from class: SynergyNetApp
State update.

Parameters:
tpf - the tpf