Uses of Class
gov.nasa.worldwind.render.AnnotationAttributes
-
-
Uses of AnnotationAttributes in gov.nasa.worldwind.render
Fields in gov.nasa.worldwind.render declared as AnnotationAttributes Modifier and Type Field Description protected AnnotationAttributes
AbstractAnnotation. attributes
Methods in gov.nasa.worldwind.render that return AnnotationAttributes Modifier and Type Method Description AnnotationAttributes
AbstractAnnotation. getAttributes()
AnnotationAttributes
Annotation. getAttributes()
Methods in gov.nasa.worldwind.render with parameters of type AnnotationAttributes Modifier and Type Method Description void
AbstractAnnotation. setAttributes(AnnotationAttributes attributes)
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 Constructor Description GlobeAnnotation(java.lang.String text, Position position, AnnotationAttributes defaults)
Creates aGlobeAnnotation
with the given text, at the given globePosition
.ScreenAnnotation(java.lang.String text, java.awt.Point position, AnnotationAttributes defaults)
Creates aScreenAnnotation
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 Modifier and Type Field Description protected AnnotationAttributes
MeasureTool. annotationAttributes
protected AnnotationAttributes
MeasureTool. controlPointsAttributes
protected AnnotationAttributes
MeasureTool. controlPointWithLeaderAttributes
Methods in gov.nasa.worldwind.util.measure that return AnnotationAttributes Modifier and Type Method Description 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 Constructor Description ControlPoint(Position position, AnnotationAttributes attributes, MeasureTool parent)
ControlPointWithLeader(Position position, AnnotationAttributes controlPointAttributes, ShapeAttributes leaderAttributes, MeasureTool parent)
-
Uses of AnnotationAttributes in gov.nasa.worldwindx.applications.sar
Methods in gov.nasa.worldwindx.applications.sar that return AnnotationAttributes Modifier and Type Method Description AnnotationAttributes
SARAnnotationSupport. getDefaults()
Get the default attribute set used for all annotations. -
Uses of AnnotationAttributes in gov.nasa.worldwindx.applications.worldwindow.core
Methods in gov.nasa.worldwindx.applications.worldwindow.core that return AnnotationAttributes Modifier and Type Method Description protected AnnotationAttributes
InfoPanelController. getAnnotationPanelAttributes(java.lang.String annoText)
-
Uses of AnnotationAttributes in gov.nasa.worldwindx.applications.worldwindow.util.measuretool
Fields in gov.nasa.worldwindx.applications.worldwindow.util.measuretool declared as AnnotationAttributes Modifier and Type Field Description protected AnnotationAttributes
WWOMeasureDisplay. annotationAttributes
protected AnnotationAttributes
WWOMeasureToolControlPoints. controlPointAttributes
-
Uses of AnnotationAttributes in gov.nasa.worldwindx.examples.shapebuilder
Fields in gov.nasa.worldwindx.examples.shapebuilder declared as AnnotationAttributes Modifier and Type Field Description protected AnnotationAttributes
AbstractShapeEditor. annotationAttributes
Methods in gov.nasa.worldwindx.examples.shapebuilder that return AnnotationAttributes Modifier and Type Method Description protected AnnotationAttributes
AbstractShapeEditor. getAnnotationAttributes()
Methods in gov.nasa.worldwindx.examples.shapebuilder with parameters of type AnnotationAttributes Modifier and Type Method Description protected void
AbstractShapeEditor. setAnnotationAttributes(AnnotationAttributes attributes)
-
Uses of AnnotationAttributes in gov.nasa.worldwindx.examples.util
Methods in gov.nasa.worldwindx.examples.util with parameters of type AnnotationAttributes Modifier and Type Method Description protected void
DialogAnnotation. setupDefaultAttributes(AnnotationAttributes attributes)
-