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 AnnotationAttributesAbstractAnnotation. attributesMethods in gov.nasa.worldwind.render that return AnnotationAttributes Modifier and Type Method Description AnnotationAttributesAbstractAnnotation. getAttributes()AnnotationAttributesAnnotation. getAttributes()Methods in gov.nasa.worldwind.render with parameters of type AnnotationAttributes Modifier and Type Method Description voidAbstractAnnotation. setAttributes(AnnotationAttributes attributes)voidAnnotation. setAttributes(AnnotationAttributes attrs)voidAnnotationAttributes. 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 aGlobeAnnotationwith the given text, at the given globePosition.ScreenAnnotation(java.lang.String text, java.awt.Point position, AnnotationAttributes defaults)Creates aScreenAnnotationwith 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 AnnotationAttributesMeasureTool. annotationAttributesprotected AnnotationAttributesMeasureTool. controlPointsAttributesprotected AnnotationAttributesMeasureTool. controlPointWithLeaderAttributesMethods in gov.nasa.worldwind.util.measure that return AnnotationAttributes Modifier and Type Method Description AnnotationAttributesMeasureTool. getAnnotationAttributes()Get the attributes associated with the tool tip annotation.AnnotationAttributesMeasureTool. 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 AnnotationAttributesSARAnnotationSupport. 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 AnnotationAttributesInfoPanelController. 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 AnnotationAttributesWWOMeasureDisplay. annotationAttributesprotected AnnotationAttributesWWOMeasureToolControlPoints. 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 AnnotationAttributesAbstractShapeEditor. annotationAttributesMethods in gov.nasa.worldwindx.examples.shapebuilder that return AnnotationAttributes Modifier and Type Method Description protected AnnotationAttributesAbstractShapeEditor. getAnnotationAttributes()Methods in gov.nasa.worldwindx.examples.shapebuilder with parameters of type AnnotationAttributes Modifier and Type Method Description protected voidAbstractShapeEditor. 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 voidDialogAnnotation. setupDefaultAttributes(AnnotationAttributes attributes)
-