public class GUIScreenShotAppState
extends com.jme3.app.state.AbstractAppState
| Constructor and Description |
|---|
GUIScreenShotAppState(tonegod.gui.core.Screen screen) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
void |
initialize(com.jme3.app.state.AppStateManager stateManager,
com.jme3.app.Application app) |
void |
saveScreenshot(com.jme3.input.event.MouseButtonEvent evt,
boolean isToggle) |
void |
update(float tpf) |
public GUIScreenShotAppState(tonegod.gui.core.Screen screen)
public void initialize(com.jme3.app.state.AppStateManager stateManager,
com.jme3.app.Application app)
initialize in interface com.jme3.app.state.AppStateinitialize in class com.jme3.app.state.AbstractAppStatepublic void update(float tpf)
update in interface com.jme3.app.state.AppStateupdate in class com.jme3.app.state.AbstractAppStatepublic void saveScreenshot(com.jme3.input.event.MouseButtonEvent evt,
boolean isToggle)
public void cleanup()
cleanup in interface com.jme3.app.state.AppStatecleanup in class com.jme3.app.state.AbstractAppStateCopyright © 2017. All Rights Reserved.