NASA World Wind

gov.nasa.worldwind.util
Class OGLStackHandler

java.lang.Object
  extended by gov.nasa.worldwind.util.OGLStackHandler

public class OGLStackHandler
extends Object


Constructor Summary
OGLStackHandler()
           
 
Method Summary
 void pop(GL gl)
           
 void pushAttrib(GL gl, int mask)
           
 void pushClientAttrib(GL gl, int mask)
           
 void pushModelview(GL gl)
           
 void pushModelviewIdentity(GL gl)
           
 void pushProjection(GL gl)
           
 void pushProjectionIdentity(GL gl)
           
 void pushTexture(GL gl)
           
 void pushTextureIdentity(GL gl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OGLStackHandler

public OGLStackHandler()
Method Detail

pop

public void pop(GL gl)

pushAttrib

public void pushAttrib(GL gl,
                       int mask)

pushClientAttrib

public void pushClientAttrib(GL gl,
                             int mask)

pushModelview

public void pushModelview(GL gl)

pushModelviewIdentity

public void pushModelviewIdentity(GL gl)

pushProjection

public void pushProjection(GL gl)

pushProjectionIdentity

public void pushProjectionIdentity(GL gl)

pushTexture

public void pushTexture(GL gl)

pushTextureIdentity

public void pushTextureIdentity(GL gl)

NASA World Wind