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  OGLStackHandler stackHandler
           
protected  Rectangle viewport
           
 
Constructor Summary
OGLOrtho2DSupport()
           
 
Method Summary
 void beginRendering(javax.media.opengl.GL gl, int x, int y, int width, int height)
           
 void clear(javax.media.opengl.GL gl, Color color)
           
 void endRendering(javax.media.opengl.GL gl)
           
 Rectangle getViewport()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stackHandler

protected OGLStackHandler stackHandler

viewport

protected Rectangle viewport
Constructor Detail

OGLOrtho2DSupport

public OGLOrtho2DSupport()
Method Detail

beginRendering

public void beginRendering(javax.media.opengl.GL gl,
                           int x,
                           int y,
                           int width,
                           int height)

clear

public void clear(javax.media.opengl.GL gl,
                  Color color)

endRendering

public void endRendering(javax.media.opengl.GL gl)

getViewport

public Rectangle getViewport()

NASA World Wind

Hosted by docs.bugaco.com