Class BufferedFrame

java.lang.Object
gaiasky.render.BufferedFrame
All Implemented Interfaces:
com.badlogic.gdx.utils.Pool.Poolable

public class BufferedFrame extends Object implements com.badlogic.gdx.utils.Pool.Poolable
  • Field Details

    • pixmap

      public com.badlogic.gdx.graphics.Pixmap pixmap
    • folder

      public String folder
    • filename

      public String filename
  • Constructor Details

    • BufferedFrame

      public BufferedFrame()
    • BufferedFrame

      public BufferedFrame(com.badlogic.gdx.graphics.Pixmap pixmap, String folder, String file)
  • Method Details

    • reset

      public void reset()
      Specified by:
      reset in interface com.badlogic.gdx.utils.Pool.Poolable