Uses of Interface
gov.nasa.worldwind.render.AnnotationRenderer
-
Packages that use AnnotationRenderer Package Description gov.nasa.worldwind.layers gov.nasa.worldwind.render -
-
Uses of AnnotationRenderer in gov.nasa.worldwind.layers
Methods in gov.nasa.worldwind.layers that return AnnotationRenderer Modifier and Type Method Description AnnotationRendererAnnotationLayer. getAnnotationRenderer()Returns theAnnotationRendererthis layer delegates to during picking and rendering.Methods in gov.nasa.worldwind.layers with parameters of type AnnotationRenderer Modifier and Type Method Description voidAnnotationLayer. setAnnotationRenderer(AnnotationRenderer annotationRenderer)Sets theAnnotationRendererthis layer delegates to during picking and rendering. -
Uses of AnnotationRenderer in gov.nasa.worldwind.render
Classes in gov.nasa.worldwind.render that implement AnnotationRenderer Modifier and Type Class Description classBasicAnnotationRendererBasic implementation of AnnotationRenderer.Fields in gov.nasa.worldwind.render declared as AnnotationRenderer Modifier and Type Field Description protected AnnotationRendererDrawContextImpl. annotationRendererMethods in gov.nasa.worldwind.render that return AnnotationRenderer Modifier and Type Method Description AnnotationRendererDrawContext. getAnnotationRenderer()Returns the draw context's annotation renderer, typically used by annotations that are not contained in anAnnotationLayer.AnnotationRendererDrawContextImpl. getAnnotationRenderer()Methods in gov.nasa.worldwind.render with parameters of type AnnotationRenderer Modifier and Type Method Description voidDrawContext. setAnnotationRenderer(AnnotationRenderer annotationRenderer)SinceAnnotations areRenderables, they can be exist outside anAnnotationLayer, in which case they are responsible for rendering themselves.voidDrawContextImpl. setAnnotationRenderer(AnnotationRenderer ar)
-