Uses of Class
org.gljava.opengl.Texture

Packages that use Texture
org.gljava.opengl   
sdljavax.gui   
 

Uses of Texture in org.gljava.opengl
 

Fields in org.gljava.opengl declared as Texture
protected  Texture Sprite.texture
           
 

Methods in org.gljava.opengl that return Texture
 Texture TextureFactory.loadSubTexture2D(GL gl, java.awt.image.BufferedImage bufferedImage, int target, int dstPixelFormat, int minFilter, int magFilter, int xOffset, int yOffset, int width, int height)
          Describe loadSubTexture method here.
 Texture TextureFactory.loadSubTexture2D(GL gl, java.lang.String path, int xOffset, int yOffset, int width, int height)
           
 Texture TextureFactory.loadTexture(GL gl, java.awt.image.BufferedImage bufferedImage, int target, int dstPixelFormat, int minFilter, int magFilter)
          Describe loadTexture method here.
 Texture TextureFactory.loadTexture(GL gl, java.lang.String path)
          Load a Texture from the filesystem
 Texture TextureFactory.loadTexture(GL gl, java.net.URL url)
          Load a Texture from the given URL
 Texture TextureFactory.loadTextureResource(GL gl, java.lang.String resourceName)
          Load a Texture as a resource with the given name
 Texture TextureFactory.loadTextureResource(GL gl, java.lang.String resourceName, int target, int dstPixelFormat, int minFilter, int magFilter)
          Load a Texture as a resource with the given name
 

Methods in org.gljava.opengl with parameters of type Texture
(package private)  java.nio.ByteBuffer TextureFactory.convertImageData(java.awt.image.BufferedImage bufferedImage, Texture texture)
          Convert the buffered image to byte buffer with the data in appropriate format to pass to opengl
 

Constructors in org.gljava.opengl with parameters of type Texture
Sprite(Texture t)
          Create a new sprite from given Texture
 

Uses of Texture in sdljavax.gui
 

Fields in sdljavax.gui declared as Texture
protected  Texture Widget.backgroundTexture
           
protected  Texture Button.selectedTexture
           
protected  Texture Button.unSelectedTexture
           
 

Methods in sdljavax.gui that return Texture
 Texture Widget.getBackgroundTexture()
          Gets the value of backgroundTexture
 

Methods in sdljavax.gui with parameters of type Texture
 void Widget.setBackgroundTexture(Texture argBackgroundTexture)
          Sets the value of backgroundTexture