Class TextureView

java.lang.Object
com.badlogic.gdx.graphics.GLTexture
gaiasky.util.gdx.graphics.TextureView
All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable

public class TextureView extends com.badlogic.gdx.graphics.GLTexture
  • Field Summary

    Fields inherited from class com.badlogic.gdx.graphics.GLTexture

    anisotropicFilterLevel, glHandle, glTarget, magFilter, minFilter, uWrap, vWrap
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    TextureView(int glHandle, int width, int height)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
     
    int
     
    boolean
     
    protected void
     
    void
    setTexture(int glHandle, int width, int height)
     

    Methods inherited from class com.badlogic.gdx.graphics.GLTexture

    bind, bind, delete, dispose, getAnisotropicFilter, getMagFilter, getMaxAnisotropicFilterLevel, getMinFilter, getTextureObjectHandle, getUWrap, getVWrap, setAnisotropicFilter, setFilter, setWrap, unsafeSetAnisotropicFilter, unsafeSetAnisotropicFilter, unsafeSetFilter, unsafeSetFilter, unsafeSetWrap, unsafeSetWrap, uploadImageData, uploadImageData

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TextureView

      public TextureView()
    • TextureView

      public TextureView(int glHandle, int width, int height)
  • Method Details

    • setTexture

      public void setTexture(int glHandle, int width, int height)
    • getWidth

      public int getWidth()
      Specified by:
      getWidth in class com.badlogic.gdx.graphics.GLTexture
    • getHeight

      public int getHeight()
      Specified by:
      getHeight in class com.badlogic.gdx.graphics.GLTexture
    • getDepth

      public int getDepth()
      Specified by:
      getDepth in class com.badlogic.gdx.graphics.GLTexture
    • isManaged

      public boolean isManaged()
      Specified by:
      isManaged in class com.badlogic.gdx.graphics.GLTexture
    • reload

      protected void reload()
      Specified by:
      reload in class com.badlogic.gdx.graphics.GLTexture