NASA World Wind

Uses of Interface
gov.nasa.worldwind.render.AnnotationRenderer

Packages that use AnnotationRenderer
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
 AnnotationRenderer AnnotationLayer.getAnnotationRenderer()
          Returns the AnnotationRenderer this layer delegates to during picking and rendering.
 

Methods in gov.nasa.worldwind.layers with parameters of type AnnotationRenderer
 void AnnotationLayer.setAnnotationRenderer(AnnotationRenderer annotationRenderer)
          Sets the AnnotationRenderer 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
 class BasicAnnotationRenderer
          Basic implementation of AnnotationRenderer.
 

Methods in gov.nasa.worldwind.render that return AnnotationRenderer
 AnnotationRenderer DrawContext.getAnnotationRenderer()
           
 AnnotationRenderer DrawContextImpl.getAnnotationRenderer()
           
 

Methods in gov.nasa.worldwind.render with parameters of type AnnotationRenderer
 void DrawContext.setAnnotationRenderer(AnnotationRenderer annotationRenderer)
           
 void DrawContextImpl.setAnnotationRenderer(AnnotationRenderer ar)
           
 


NASA World Wind