Class BufferedFrame
java.lang.Object
gaiasky.render.BufferedFrame
- All Implemented Interfaces:
com.badlogic.gdx.utils.Pool.Poolable
This class is used to store a frame that has been buffered and will be rendered later.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBufferedFrame(com.badlogic.gdx.graphics.Pixmap pixmap, String folder, String file) -
Method Summary
-
Field Details
-
pixmap
public com.badlogic.gdx.graphics.Pixmap pixmapThe pixmap of the frame. -
folder
The folder where the frame should be saved to. -
filename
The filename for the frame.
-
-
Constructor Details
-
BufferedFrame
public BufferedFrame() -
BufferedFrame
-
-
Method Details
-
reset
public void reset()- Specified by:
resetin interfacecom.badlogic.gdx.utils.Pool.Poolable
-