public class SNScreenshotAppState
extends com.jme3.app.state.AbstractAppState
implements com.jme3.post.SceneProcessor
Constructor and Description |
---|
SNScreenshotAppState() |
Modifier and Type | Method and Description |
---|---|
java.awt.Image |
getLastScreenShot()
Gets the last screen shot.
|
void |
initialize(com.jme3.app.state.AppStateManager stateManager,
com.jme3.app.Application app) |
void |
initialize(com.jme3.renderer.RenderManager rm,
com.jme3.renderer.ViewPort vp) |
boolean |
isInitialized() |
void |
postFrame(com.jme3.texture.FrameBuffer out) |
void |
postQueue(com.jme3.renderer.queue.RenderQueue rq) |
void |
preFrame(float tpf) |
void |
reshape(com.jme3.renderer.ViewPort vp,
int w,
int h) |
void |
takeScreenShot(IScreenShotter screenShotter,
com.jme3.math.Vector2f loc,
float rot)
Take screen shot.
|
cleanup, isActive, postRender, render, setActive, stateAttached, stateDetached, update
public java.awt.Image getLastScreenShot()
public void initialize(com.jme3.app.state.AppStateManager stateManager, com.jme3.app.Application app)
initialize
in interface com.jme3.app.state.AppState
initialize
in class com.jme3.app.state.AbstractAppState
public void initialize(com.jme3.renderer.RenderManager rm, com.jme3.renderer.ViewPort vp)
initialize
in interface com.jme3.post.SceneProcessor
public boolean isInitialized()
isInitialized
in interface com.jme3.app.state.AppState
isInitialized
in interface com.jme3.post.SceneProcessor
isInitialized
in class com.jme3.app.state.AbstractAppState
public void postFrame(com.jme3.texture.FrameBuffer out)
postFrame
in interface com.jme3.post.SceneProcessor
public void postQueue(com.jme3.renderer.queue.RenderQueue rq)
postQueue
in interface com.jme3.post.SceneProcessor
public void preFrame(float tpf)
preFrame
in interface com.jme3.post.SceneProcessor
public void reshape(com.jme3.renderer.ViewPort vp, int w, int h)
reshape
in interface com.jme3.post.SceneProcessor
public void takeScreenShot(IScreenShotter screenShotter, com.jme3.math.Vector2f loc, float rot)
screenShotter
- the screen shotterloc
- the locrot
- the rot