codeanticode.gltexture
Class GLState

java.lang.Object
  extended by codeanticode.gltexture.GLState

public class GLState
extends java.lang.Object


Field Summary
protected  GL gl
           
 
Constructor Summary
GLState(GL gl)
           
 
Method Summary
 void restoreGLMatrices()
           
 void restoreGLState()
           
 void restoreView()
           
 void saveGLMatrices()
           
 void saveGLState()
           
 void saveView()
           
 void setOrthographicView(int w, int h)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gl

protected GL gl
Constructor Detail

GLState

public GLState(GL gl)
Method Detail

setOrthographicView

public void setOrthographicView(int w,
                                int h)

saveView

public void saveView()

restoreView

public void restoreView()

saveGLState

public void saveGLState()

restoreGLState

public void restoreGLState()

saveGLMatrices

public void saveGLMatrices()

restoreGLMatrices

public void restoreGLMatrices()