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 voidSkyGradientLayer. applyDrawProjection(DrawContext dc, OGLStackHandler ogsh)protected voidSkyGradientLayer. 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 OGLStackHandlerColladaMeshShape. 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 OGLStackHandlerAbstractShape. BEogshprotected OGLStackHandlerBasicLightingModel. lightingStackHandlerprotected OGLStackHandlerIconRenderer. oglStackHandlerprotected OGLStackHandlerAbstractBrowserBalloon. oshDeprecated.Support for setting up and restoring OpenGL state during rendering.protected OGLStackHandlerAbstractAnnotationLayout. stackHandlerprotected OGLStackHandlerAbstractSurfaceShape. stackHandlerMethods in gov.nasa.worldwind.render that return OGLStackHandler Modifier and Type Method Description protected OGLStackHandlerAbstractShape. beginDrawing(DrawContext dc, int attrMask)Establish the OpenGL state needed to draw this shape.protected OGLStackHandlerExtrudedPolygon. beginDrawing(DrawContext dc, int attrMask)protected OGLStackHandlerPolygon. beginDrawing(DrawContext dc, int attrMask)protected OGLStackHandlerRigidShape. beginDrawing(DrawContext dc, int attrMask)Methods in gov.nasa.worldwind.render with parameters of type OGLStackHandler Modifier and Type Method Description protected voidAbstractAnnotation. beginDraw(DrawContext dc, OGLStackHandler stackHandler)protected voidBasicAnnotationRenderer. beginDrawAnnotations(DrawContext dc, OGLStackHandler stackHandler)protected voidToolTipRenderer. beginRendering(DrawContext dc, OGLStackHandler stackHandler)protected voidAbstractAnnotation. endDraw(DrawContext dc, OGLStackHandler stackHandler)protected voidBasicAnnotationRenderer. endDrawAnnotations(DrawContext dc, OGLStackHandler stackHandler)protected voidToolTipRenderer. 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 OGLStackHandlerAbstractTacticalSymbol. BEogshSupport for setting up and restoring OpenGL state during rendering.protected OGLStackHandlerTacticalGraphicLabel. BEogshStack 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 OGLStackHandlerOGLRenderToTextureSupport. 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 OGLStackHandlerScrollFrame. BEogshSupport 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 OGLStackHandlerElevationPlane. 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 voidSegmentPlaneRenderer. begin(DrawContext dc, OGLStackHandler ogsh)protected voidSegmentPlaneRenderer.OrderedText. begin(DrawContext dc, OGLStackHandler ogsh)protected voidSegmentPlaneRenderer. end(DrawContext dc, OGLStackHandler ogsh)protected voidSegmentPlaneRenderer.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 OGLStackHandlerScreenSelector.SelectionRectangle. BEogsh
-