apps.jigsawapp
Class JigsawAppStart

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.jigsawapp.JigsawAppStart

public class JigsawAppStart
extends DefaultSynergyNetApp

The Class JigsawAppStart.


Constructor Summary
JigsawAppStart(ApplicationInfo info)
          Instantiates a new jigsaw app start.
 
Method Summary
 void addContent()
          Adds the content.
 void CleanTempImages()
          Clean temp images.
 void PlayLevel(Level ChosenLevel)
          Play level.
 void RemoveImageChunks()
          Removes the image chunks.
 void SetInitialSurfaceVisibility(boolean v)
          Sets the initial surface visibility.
 
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, 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

JigsawAppStart

public JigsawAppStart(ApplicationInfo info)
Instantiates a new jigsaw app start.

Parameters:
info - the info
Method Detail

addContent

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

Specified by:
addContent in class SynergyNetApp

CleanTempImages

public void CleanTempImages()
Clean temp images.


PlayLevel

public void PlayLevel(Level ChosenLevel)
Play level.

Parameters:
ChosenLevel - the chosen level

RemoveImageChunks

public void RemoveImageChunks()
Removes the image chunks.


SetInitialSurfaceVisibility

public void SetInitialSurfaceVisibility(boolean v)
Sets the initial surface visibility.

Parameters:
v - the v