NASA World Wind

gov.nasa.worldwind.util
Class OGLOrtho2DSupport

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

public class OGLOrtho2DSupport
extends Object


Field Summary
protected  int height
           
protected  OGLStackHandler stackHandler
           
protected  int width
           
 
Constructor Summary
OGLOrtho2DSupport()
           
 
Method Summary
 void beginRendering(GL gl)
           
 void clear(GL gl, Color color)
           
 void endRendering(GL gl)
           
 int getHeight()
           
 int getWidth()
           
 void setSize(GL gl, int width, int height)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

height

protected int height

stackHandler

protected OGLStackHandler stackHandler

width

protected int width
Constructor Detail

OGLOrtho2DSupport

public OGLOrtho2DSupport()
Method Detail

beginRendering

public void beginRendering(GL gl)

clear

public void clear(GL gl,
                  Color color)

endRendering

public void endRendering(GL gl)

getHeight

public int getHeight()

getWidth

public int getWidth()

setSize

public void setSize(GL gl,
                    int width,
                    int height)

NASA World Wind