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 AnnotationRenderer
AnnotationLayer. getAnnotationRenderer()
Returns theAnnotationRenderer
this layer delegates to during picking and rendering.Methods in gov.nasa.worldwind.layers with parameters of type AnnotationRenderer Modifier and Type Method Description void
AnnotationLayer. setAnnotationRenderer(AnnotationRenderer annotationRenderer)
Sets theAnnotationRenderer
this 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 class
BasicAnnotationRenderer
Basic implementation of AnnotationRenderer.Fields in gov.nasa.worldwind.render declared as AnnotationRenderer Modifier and Type Field Description protected AnnotationRenderer
DrawContextImpl. annotationRenderer
Methods in gov.nasa.worldwind.render that return AnnotationRenderer Modifier and Type Method Description AnnotationRenderer
DrawContext. getAnnotationRenderer()
Returns the draw context's annotation renderer, typically used by annotations that are not contained in anAnnotationLayer
.AnnotationRenderer
DrawContextImpl. getAnnotationRenderer()
Methods in gov.nasa.worldwind.render with parameters of type AnnotationRenderer Modifier and Type Method Description void
DrawContext. setAnnotationRenderer(AnnotationRenderer annotationRenderer)
SinceAnnotation
s areRenderable
s, they can be exist outside anAnnotationLayer
, in which case they are responsible for rendering themselves.void
DrawContextImpl. setAnnotationRenderer(AnnotationRenderer ar)
-