NASA World Wind

Uses of Class
gov.nasa.worldwind.render.AnnotationAttributes

Packages that use AnnotationAttributes
gov.nasa.worldwind.applications.sar   
gov.nasa.worldwind.render   
 

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

Methods in gov.nasa.worldwind.applications.sar that return AnnotationAttributes
 AnnotationAttributes SARAnnotationSupport.getDefaults()
          Get the default attribute set used for all annotations.
 

Uses of AnnotationAttributes in gov.nasa.worldwind.render
 

Fields in gov.nasa.worldwind.render declared as AnnotationAttributes
protected  AnnotationAttributes AbstractAnnotation.attributes
           
 

Methods in gov.nasa.worldwind.render that return AnnotationAttributes
 AnnotationAttributes AbstractAnnotation.getAttributes()
           
 AnnotationAttributes Annotation.getAttributes()
           
 

Methods in gov.nasa.worldwind.render with parameters of type AnnotationAttributes
 void AbstractAnnotation.setAttributes(AnnotationAttributes attrs)
           
 void Annotation.setAttributes(AnnotationAttributes attrs)
           
 void AnnotationAttributes.setDefaults(AnnotationAttributes attr)
          Set the fallback default attributes set.
 

Constructors in gov.nasa.worldwind.render with parameters of type AnnotationAttributes
GlobeAnnotation(String text, Position position, AnnotationAttributes defaults)
          Creates a GlobeAnnotation with the given text, at the given globe Position.
ScreenAnnotation(String text, Point position, AnnotationAttributes defaults)
          Creates a ScreenAnnotation with the given text, at the given viewport position.
 


NASA World Wind