gov.nasa.worldwind.util
Class OGLOrtho2DSupport
java.lang.Object
gov.nasa.worldwind.util.OGLOrtho2DSupport
public class OGLOrtho2DSupport - extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
stackHandler
protected OGLStackHandler stackHandler
viewport
protected Rectangle viewport
OGLOrtho2DSupport
public OGLOrtho2DSupport()
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()
|
|