Class BufferedFrame

  • All Implemented Interfaces:
    com.badlogic.gdx.utils.Pool.Poolable

    public class BufferedFrame
    extends java.lang.Object
    implements com.badlogic.gdx.utils.Pool.Poolable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String filename  
      java.lang.String folder  
      com.badlogic.gdx.graphics.Pixmap pixmap  
    • Constructor Summary

      Constructors 
      Constructor Description
      BufferedFrame()  
      BufferedFrame​(com.badlogic.gdx.graphics.Pixmap pixmap, java.lang.String folder, java.lang.String file)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void reset()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • pixmap

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

        public java.lang.String folder
      • filename

        public java.lang.String filename
    • Constructor Detail

      • BufferedFrame

        public BufferedFrame()
      • BufferedFrame

        public BufferedFrame​(com.badlogic.gdx.graphics.Pixmap pixmap,
                             java.lang.String folder,
                             java.lang.String file)
    • Method Detail

      • reset

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