NASA World Wind

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

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

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 Annotation.getAttributes()
           
 AnnotationAttributes AbstractAnnotation.getAttributes()
           
 

Methods in gov.nasa.worldwind.render with parameters of type AnnotationAttributes
 void AbstractAnnotation.AnnotationTexture.applyTransform(DrawContext dc, AnnotationAttributes attributes)
           
 void Annotation.setAttributes(AnnotationAttributes attrs)
           
 void AbstractAnnotation.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.
 

Uses of AnnotationAttributes in gov.nasa.worldwind.util.measure
 

Fields in gov.nasa.worldwind.util.measure declared as AnnotationAttributes
protected  AnnotationAttributes MeasureTool.annotationAttributes
           
protected  AnnotationAttributes MeasureTool.controlPointsAttributes
           
 

Methods in gov.nasa.worldwind.util.measure that return AnnotationAttributes
 AnnotationAttributes MeasureTool.getAnnotationAttributes()
          Get the attributes associated with the tool tip annotation.
 AnnotationAttributes MeasureTool.getControlPointsAttributes()
          Get the attributes associated with the control points.
 

Constructors in gov.nasa.worldwind.util.measure with parameters of type AnnotationAttributes
MeasureTool.ControlPoint(Position position, AnnotationAttributes attributes, MeasureTool parent)
           
 


NASA World Wind