NASA World Wind

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

Packages that use Annotation
gov.nasa.worldwind.applications.sar   
gov.nasa.worldwind.layers   
gov.nasa.worldwind.render   
 

Uses of Annotation in gov.nasa.worldwind.applications.sar
 

Classes in gov.nasa.worldwind.applications.sar that implement Annotation
 class SARAnnotation
           
 

Methods in gov.nasa.worldwind.applications.sar that return types with arguments of type Annotation
 java.lang.Iterable<Annotation> SARAnnotationSupport.getAnnotations()
          Get the annotation collection from the RenderableLayer
 

Uses of Annotation in gov.nasa.worldwind.layers
 

Methods in gov.nasa.worldwind.layers that return types with arguments of type Annotation
 java.lang.Iterable<Annotation> AnnotationLayer.getAnnotations()
          Returns the Iterable of Annotations currently in use by this layer.
 

Methods in gov.nasa.worldwind.layers with parameters of type Annotation
 void AnnotationLayer.addAnnotation(Annotation annotation)
          Adds the specified annotation to this layer's internal collection.
 void AnnotationLayer.removeAnnotation(Annotation annotation)
          Removes the specified annotation from this layer's internal collection, if it exists.
 

Method parameters in gov.nasa.worldwind.layers with type arguments of type Annotation
 void AnnotationLayer.addAnnotations(java.lang.Iterable<Annotation> annotations)
          Adds the contents of the specified annotations to this layer's internal collection.
 void AnnotationLayer.setAnnotations(java.lang.Iterable<Annotation> annotationIterable)
          Overrides the collection of currently active Annotations with the specified annotationIterable.
 

Uses of Annotation in gov.nasa.worldwind.render
 

Classes in gov.nasa.worldwind.render that implement Annotation
 class AbstractAnnotation
          An Annotation represent a text label and its rendering attributes.
 class GlobeAnnotation
          Represent a text label attached to a Position on the globe and its rendering attributes.
 class ScreenAnnotation
          Represent a text label attached to a Point on the viewport and its rendering attributes.
 

Methods in gov.nasa.worldwind.render with parameters of type Annotation
protected  void AbstractAnnotation.cacheRenderInfo(Annotation annotation, gov.nasa.worldwind.render.AbstractAnnotation.RenderInfo renderInfo)
           
 Vec4 BasicAnnotationRenderer.getAnnotationDrawPoint(DrawContext dc, Annotation annotation)
          Get the final Vec4 point at which an annotation will be drawn.
 Vec4 AnnotationRenderer.getAnnotationDrawPoint(DrawContext dc, Annotation annotation)
           
protected  gov.nasa.worldwind.render.AbstractAnnotation.RenderInfo AbstractAnnotation.getRenderInfo(DrawContext dc, Annotation annotation)
           
protected  Texture AbstractAnnotation.initializeTexture(DrawContext dc, Annotation annotation)
           
 void BasicAnnotationRenderer.pick(DrawContext dc, Annotation annotation, Vec4 annotationPoint, java.awt.Point pickPoint, Layer layer)
           
 void AnnotationRenderer.pick(DrawContext dc, Annotation annotation, Vec4 annotationPoint, java.awt.Point pickPoint, Layer annotationLayer)
           
 void BasicAnnotationRenderer.render(DrawContext dc, Annotation annotation, Vec4 annotationPoint)
           
 void AnnotationRenderer.render(DrawContext dc, Annotation annotation, Vec4 annotationPoint)
           
 

Method parameters in gov.nasa.worldwind.render with type arguments of type Annotation
 void BasicAnnotationRenderer.pick(DrawContext dc, java.lang.Iterable<Annotation> annotations, java.awt.Point pickPoint, Layer layer)
           
 void AnnotationRenderer.pick(DrawContext dc, java.lang.Iterable<Annotation> annotations, java.awt.Point pickPoint, Layer annotationLayer)
           
 void BasicAnnotationRenderer.render(DrawContext dc, java.lang.Iterable<Annotation> annotations)
           
 void AnnotationRenderer.render(DrawContext dc, java.lang.Iterable<Annotation> annotations)
           
 


NASA World Wind