Uses of Class
gov.nasa.worldwind.util.OGLStackHandler
-
Packages that use OGLStackHandler Package Description gov.nasa.worldwind.layers gov.nasa.worldwind.ogc.collada.impl Provides classes for rendering COLLADA documents.gov.nasa.worldwind.render gov.nasa.worldwind.symbology Provides classes for creating and displaying graphics from standard symbol sets.gov.nasa.worldwind.util gov.nasa.worldwind.util.tree A tree control drawn in the WorldWindow.gov.nasa.worldwindx.applications.sar gov.nasa.worldwindx.applications.sar.segmentplane gov.nasa.worldwindx.examples.util -
-
Uses of OGLStackHandler in gov.nasa.worldwind.layers
Methods in gov.nasa.worldwind.layers with parameters of type OGLStackHandler Modifier and Type Method Description protected void
SkyGradientLayer. applyDrawProjection(DrawContext dc, OGLStackHandler ogsh)
protected void
SkyGradientLayer. applyDrawTransform(DrawContext dc, OGLStackHandler ogsh)
-
Uses of OGLStackHandler in gov.nasa.worldwind.ogc.collada.impl
Methods in gov.nasa.worldwind.ogc.collada.impl that return OGLStackHandler Modifier and Type Method Description protected OGLStackHandler
ColladaMeshShape. beginDrawing(DrawContext dc, int attrMask)
-
Uses of OGLStackHandler in gov.nasa.worldwind.render
Fields in gov.nasa.worldwind.render declared as OGLStackHandler Modifier and Type Field Description protected OGLStackHandler
AbstractShape. BEogsh
protected OGLStackHandler
BasicLightingModel. lightingStackHandler
protected OGLStackHandler
IconRenderer. oglStackHandler
protected OGLStackHandler
AbstractBrowserBalloon. osh
Deprecated.Support for setting up and restoring OpenGL state during rendering.protected OGLStackHandler
AbstractAnnotationLayout. stackHandler
protected OGLStackHandler
AbstractSurfaceShape. stackHandler
Methods in gov.nasa.worldwind.render that return OGLStackHandler Modifier and Type Method Description protected OGLStackHandler
AbstractShape. beginDrawing(DrawContext dc, int attrMask)
Establish the OpenGL state needed to draw this shape.protected OGLStackHandler
ExtrudedPolygon. beginDrawing(DrawContext dc, int attrMask)
protected OGLStackHandler
Polygon. beginDrawing(DrawContext dc, int attrMask)
protected OGLStackHandler
RigidShape. beginDrawing(DrawContext dc, int attrMask)
Methods in gov.nasa.worldwind.render with parameters of type OGLStackHandler Modifier and Type Method Description protected void
AbstractAnnotation. beginDraw(DrawContext dc, OGLStackHandler stackHandler)
protected void
BasicAnnotationRenderer. beginDrawAnnotations(DrawContext dc, OGLStackHandler stackHandler)
protected void
ToolTipRenderer. beginRendering(DrawContext dc, OGLStackHandler stackHandler)
protected void
AbstractAnnotation. endDraw(DrawContext dc, OGLStackHandler stackHandler)
protected void
BasicAnnotationRenderer. endDrawAnnotations(DrawContext dc, OGLStackHandler stackHandler)
protected void
ToolTipRenderer. endRendering(DrawContext dc, OGLStackHandler stackHandler)
-
Uses of OGLStackHandler in gov.nasa.worldwind.symbology
Fields in gov.nasa.worldwind.symbology declared as OGLStackHandler Modifier and Type Field Description protected OGLStackHandler
AbstractTacticalSymbol. BEogsh
Support for setting up and restoring OpenGL state during rendering.protected OGLStackHandler
TacticalGraphicLabel. BEogsh
Stack handler used for beginDrawing/endDrawing state. -
Uses of OGLStackHandler in gov.nasa.worldwind.util
Fields in gov.nasa.worldwind.util declared as OGLStackHandler Modifier and Type Field Description protected OGLStackHandler
OGLRenderToTextureSupport. stackHandler
-
Uses of OGLStackHandler in gov.nasa.worldwind.util.tree
Fields in gov.nasa.worldwind.util.tree declared as OGLStackHandler Modifier and Type Field Description protected OGLStackHandler
ScrollFrame. BEogsh
Support for setting up and restoring OpenGL state during rendering. -
Uses of OGLStackHandler in gov.nasa.worldwindx.applications.sar
Fields in gov.nasa.worldwindx.applications.sar declared as OGLStackHandler Modifier and Type Field Description protected OGLStackHandler
ElevationPlane. osh
-
Uses of OGLStackHandler in gov.nasa.worldwindx.applications.sar.segmentplane
Methods in gov.nasa.worldwindx.applications.sar.segmentplane with parameters of type OGLStackHandler Modifier and Type Method Description protected void
SegmentPlaneRenderer. begin(DrawContext dc, OGLStackHandler ogsh)
protected void
SegmentPlaneRenderer.OrderedText. begin(DrawContext dc, OGLStackHandler ogsh)
protected void
SegmentPlaneRenderer. end(DrawContext dc, OGLStackHandler ogsh)
protected void
SegmentPlaneRenderer.OrderedText. end(DrawContext dc, OGLStackHandler ogsh)
-
Uses of OGLStackHandler in gov.nasa.worldwindx.examples.util
Fields in gov.nasa.worldwindx.examples.util declared as OGLStackHandler Modifier and Type Field Description protected OGLStackHandler
ScreenSelector.SelectionRectangle. BEogsh
-