|
||||||||||
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.splasher.SplasherApp
public class SplasherApp
The Class SplasherApp.
Constructor Summary | |
---|---|
SplasherApp(ApplicationInfo info)
Instantiates a new splasher app. |
Method Summary | |
---|---|
void |
addContent()
Adds the content. |
void |
setNextApp(ApplicationInfo nextApp)
Sets the next app. |
void |
setSplashImageURL(java.net.URL imgURL,
float imgWidth)
Sets the splash image url. |
void |
splash()
Splash. |
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 |
---|
public SplasherApp(ApplicationInfo info)
info
- the infoMethod Detail |
---|
public void addContent()
SynergyNetApp
addContent
in class SynergyNetApp
public void setNextApp(ApplicationInfo nextApp)
nextApp
- the new next apppublic void setSplashImageURL(java.net.URL imgURL, float imgWidth)
imgURL
- the img urlimgWidth
- the img widthpublic void splash()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |