NASA World Wind

Uses of Class
gov.nasa.worldwind.util.OGLStackHandler

Packages that use OGLStackHandler
gov.nasa.worldwind.render   
gov.nasa.worldwind.util   
 

Uses of OGLStackHandler in gov.nasa.worldwind.render
 

Fields in gov.nasa.worldwind.render declared as OGLStackHandler
protected  OGLStackHandler SurfaceShapeSupport.stackHandler
           
 

Methods in gov.nasa.worldwind.render with parameters of type OGLStackHandler
protected  void SegmentPlaneRenderer.begin(DrawContext dc, OGLStackHandler ogsh)
           
protected  void SegmentPlaneRenderer.OrderedText.begin(DrawContext dc, OGLStackHandler ogsh)
           
protected  void TiledSurfaceObjectRenderer.beginRendering(DrawContext dc, OGLStackHandler stackHandler)
           
protected  void TiledSurfaceObjectRenderer.beginUpdateTiles(DrawContext dc, OGLStackHandler stackHandler)
           
protected  void SegmentPlaneRenderer.end(DrawContext dc, OGLStackHandler ogsh)
           
protected  void SegmentPlaneRenderer.OrderedText.end(DrawContext dc, OGLStackHandler ogsh)
           
protected  void TiledSurfaceObjectRenderer.endRendering(DrawContext dc, OGLStackHandler stackHandler)
           
protected  void TiledSurfaceObjectRenderer.endUpdateTiles(DrawContext dc, OGLStackHandler stackHandler)
           
 

Uses of OGLStackHandler in gov.nasa.worldwind.util
 

Fields in gov.nasa.worldwind.util declared as OGLStackHandler
protected  OGLStackHandler OGLOrtho2DSupport.stackHandler
           
 


NASA World Wind