Uses of Class
gzz.gfx.gl.GL.Image

Packages that use GL.Image
gzz.gfx.gl   
 

Uses of GL.Image in gzz.gfx.gl
 

Methods in gzz.gfx.gl that return GL.Image
static GL.Image GL.createImage(java.lang.String filename)
          Create a new image from the prescribed file.
 

Methods in gzz.gfx.gl with parameters of type GL.Image
static GL.TexRect GL.createTexRect(GL.Image img)
          Create a new TexRect by loading the given image into a mosaic tile.
 void GL.Texture.loadSubImage(int level, GL.Image img, int x, int y, int xoffs, int yoffs, int w, int h)
          Load an image into a part of this texture.