Uses of Interface
gov.nasa.worldwind.render.Annotation
-
-
Uses of Annotation in gov.nasa.worldwind.layers
Fields in gov.nasa.worldwind.layers with type parameters of type Annotation Modifier and Type Field Description protected java.util.Collection<Annotation>AnnotationLayer. annotationsprotected java.lang.Iterable<Annotation>AnnotationLayer. annotationsOverrideMethods in gov.nasa.worldwind.layers that return types with arguments of type Annotation Modifier and Type Method Description protected java.lang.Iterable<Annotation>AnnotationLayer. getActiveAnnotations()Returns the Iterable of currently active Annotations.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 Modifier and Type Method Description voidAnnotationLayer. addAnnotation(Annotation annotation)Adds the specifiedannotationto this layer's internal collection.voidAnnotationLayer. removeAnnotation(Annotation annotation)Removes the specifiedannotationfrom this layer's internal collection, if it exists.Method parameters in gov.nasa.worldwind.layers with type arguments of type Annotation Modifier and Type Method Description voidAnnotationLayer. addAnnotations(java.lang.Iterable<Annotation> annotations)Adds the contents of the specifiedannotationsto this layer's internal collection.voidAnnotationLayer. setAnnotations(java.lang.Iterable<Annotation> annotationIterable)Overrides the collection of currently active Annotations with the specifiedannotationIterable. -
Uses of Annotation in gov.nasa.worldwind.render
Classes in gov.nasa.worldwind.render that implement Annotation Modifier and Type Class Description classAbstractAnnotationAnAnnotationrepresent a text label and its rendering attributes.classGlobeAnnotationRepresent a text label attached to a Position on the globe and its rendering attributes.classScreenAnnotationRepresent a text label attached to a Point on the viewport and its rendering attributes.classScreenRelativeAnnotationProvides a screen annotation positioned relatively to the window rather than absolutely.Fields in gov.nasa.worldwind.render declared as Annotation Modifier and Type Field Description protected AnnotationBasicAnnotationRenderer.OrderedAnnotation. annotationFields in gov.nasa.worldwind.render with type parameters of type Annotation Modifier and Type Field Description protected java.util.List<Annotation>AbstractAnnotation. childListprotected java.util.Map<Annotation,java.lang.Object>AnnotationNullLayout. constraintMapprotected java.util.HashSet<Annotation>BasicAnnotationRenderer. currentDrawAnnotationsprotected java.util.HashSet<Annotation>BasicAnnotationRenderer. currentPickAnnotationsMethods in gov.nasa.worldwind.render that return Annotation Modifier and Type Method Description protected abstract AnnotationAbstractAnnotationBalloon. createAnnotation()Create an annotation to render the balloon.protected abstract AnnotationAbstractAnnotationBalloon. getAnnotation()Get the annotation used to render the balloon.Methods in gov.nasa.worldwind.render that return types with arguments of type Annotation Modifier and Type Method Description java.util.List<? extends Annotation>AbstractAnnotation. getChildren()java.util.List<? extends Annotation>Annotation. getChildren()Methods in gov.nasa.worldwind.render with parameters of type Annotation Modifier and Type Method Description voidAbstractAnnotation. addChild(Annotation annotation)voidAnnotation. addChild(Annotation annotation)protected java.awt.RectangleAnnotationNullLayout. adjustAnnotationBounds(DrawContext dc, java.awt.Rectangle parentBounds, Annotation annotation, java.awt.Rectangle bounds)protected voidAbstractAnnotationLayout. drawAnnotation(DrawContext dc, Annotation annotation, int width, int height, double opacity, Position pickPosition)protected voidBasicAnnotationRenderer. drawOne(DrawContext dc, Annotation annotation, Vec4 annotationPoint, Layer layer)protected java.awt.RectangleAnnotationNullLayout. getAnnotationBounds(DrawContext dc, Annotation annotation)protected Vec4BasicAnnotationRenderer. getAnnotationDrawPoint(DrawContext dc, Annotation annotation)Get the final Vec4 point at which an annotation will be drawn.protected java.awt.DimensionAbstractAnnotationLayout. getAnnotationSize(DrawContext dc, Annotation annotation)java.lang.ObjectAnnotationNullLayout. getConstraint(Annotation annotation)protected static booleanBasicAnnotationRenderer. isAnnotationValid(Annotation annotation, boolean checkPosition)protected booleanBasicAnnotationRenderer. isAtPickRange(DrawContext dc, Annotation annotation)voidAnnotationRenderer. pick(DrawContext dc, Annotation annotation, Vec4 annotationPoint, java.awt.Point pickPoint, Layer annotationLayer)voidBasicAnnotationRenderer. pick(DrawContext dc, Annotation annotation, Vec4 annotationPoint, java.awt.Point pickPoint, Layer layer)booleanAbstractAnnotation. removeChild(Annotation annotation)booleanAnnotation. removeChild(Annotation annotation)voidAnnotationRenderer. render(DrawContext dc, Annotation annotation, Vec4 annotationPoint, Layer layer)voidBasicAnnotationRenderer. render(DrawContext dc, Annotation annotation, Vec4 annotationPoint, Layer layer)voidAnnotationNullLayout. setConstraint(Annotation annotation, java.lang.Object constraint)Method parameters in gov.nasa.worldwind.render with type arguments of type Annotation Modifier and Type Method Description voidAnnotationFlowLayout. drawAnnotations(DrawContext dc, java.awt.Rectangle bounds, java.lang.Iterable<? extends Annotation> annotations, double opacity, Position pickPosition)voidAnnotationLayoutManager. drawAnnotations(DrawContext dc, java.awt.Rectangle bounds, java.lang.Iterable<? extends Annotation> annotations, double opacity, Position pickPosition)voidAnnotationNullLayout. drawAnnotations(DrawContext dc, java.awt.Rectangle bounds, java.lang.Iterable<? extends Annotation> annotations, double opacity, Position pickPosition)protected voidAnnotationFlowLayout. drawHorizontal(DrawContext dc, java.awt.Rectangle bounds, java.lang.Iterable<? extends Annotation> annotations, double opacity, Position pickPosition)protected voidBasicAnnotationRenderer. drawMany(DrawContext dc, java.lang.Iterable<Annotation> annotations, Layer layer)protected voidAnnotationFlowLayout. drawVertical(DrawContext dc, java.awt.Rectangle bounds, java.lang.Iterable<? extends Annotation> annotations, double opacity, Position pickPosition)java.awt.DimensionAnnotationFlowLayout. getPreferredSize(DrawContext dc, java.lang.Iterable<? extends Annotation> annotations)java.awt.DimensionAnnotationLayoutManager. getPreferredSize(DrawContext dc, java.lang.Iterable<? extends Annotation> annotations)java.awt.DimensionAnnotationNullLayout. getPreferredSize(DrawContext dc, java.lang.Iterable<? extends Annotation> annotations)protected java.awt.DimensionAnnotationFlowLayout. horizontalPreferredSize(DrawContext dc, java.lang.Iterable<? extends Annotation> annotations)voidAnnotationRenderer. pick(DrawContext dc, java.lang.Iterable<Annotation> annotations, java.awt.Point pickPoint, Layer annotationLayer)voidBasicAnnotationRenderer. pick(DrawContext dc, java.lang.Iterable<Annotation> annotations, java.awt.Point pickPoint, Layer layer)voidAnnotationRenderer. render(DrawContext dc, java.lang.Iterable<Annotation> annotations, Layer layer)voidBasicAnnotationRenderer. render(DrawContext dc, java.lang.Iterable<Annotation> annotations, Layer layer)protected java.awt.DimensionAnnotationFlowLayout. verticalPerferredSize(DrawContext dc, java.lang.Iterable<? extends Annotation> annotations)Constructors in gov.nasa.worldwind.render with parameters of type Annotation Constructor Description OrderedAnnotation(Annotation annotation, double eyeDistance)OrderedAnnotation(Annotation annotation, Layer layer, double eyeDistance) -
Uses of Annotation in gov.nasa.worldwind.util
Classes in gov.nasa.worldwind.util that implement Annotation Modifier and Type Class Description classEditorAnnotation -
Uses of Annotation in gov.nasa.worldwind.util.measure
Classes in gov.nasa.worldwind.util.measure that implement Annotation Modifier and Type Class Description static classMeasureTool.ControlPointprotected static classMeasureTool.ControlPointWithLeader -
Uses of Annotation in gov.nasa.worldwindx.applications.sar
Classes in gov.nasa.worldwindx.applications.sar that implement Annotation Modifier and Type Class Description classSARAnnotationMethods in gov.nasa.worldwindx.applications.sar that return types with arguments of type Annotation Modifier and Type Method Description java.lang.Iterable<Annotation>SARAnnotationSupport. getAnnotations()Get the annotation collection from the RenderableLayer -
Uses of Annotation in gov.nasa.worldwindx.applications.worldwindow.core
Classes in gov.nasa.worldwindx.applications.worldwindow.core that implement Annotation Modifier and Type Class Description classToolTipAnnotation -
Uses of Annotation in gov.nasa.worldwindx.applications.worldwindow.util.measuretool
Classes in gov.nasa.worldwindx.applications.worldwindow.util.measuretool that implement Annotation Modifier and Type Class Description classWWOMeasureToolControlPoints.ControlPoint -
Uses of Annotation in gov.nasa.worldwindx.examples
Methods in gov.nasa.worldwindx.examples that return Annotation Modifier and Type Method Description static AnnotationKeepingObjectsInView. createHelpAnnotation(WorldWindow wwd) -
Uses of Annotation in gov.nasa.worldwindx.examples.util
Classes in gov.nasa.worldwindx.examples.util that implement Annotation Modifier and Type Class Description classAudioPlayerAnnotationclassButtonAnnotationclassDialogAnnotationprotected static classDialogAnnotation.BusyImageclassImageAnnotationclassProgressAnnotationclassSlideShowAnnotationclassToolTipAnnotationDisplays a tool tip annotation at a specified screen position.Fields in gov.nasa.worldwindx.examples.util declared as Annotation Modifier and Type Field Description protected AnnotationAudioPlayerAnnotation. lengthLabelprotected AnnotationAudioPlayerAnnotation. positionLabelprotected AnnotationSlideShowAnnotation. positionLabelprotected AnnotationAudioPlayerAnnotation. titleLabelprotected AnnotationSlideShowAnnotation. titleLabelMethods in gov.nasa.worldwindx.examples.util that return Annotation Modifier and Type Method Description AnnotationAudioPlayerAnnotation. getClipLengthLabel()AnnotationAudioPlayerAnnotation. getClipPositionLabel()AnnotationSlideShowAnnotation. getPositionLabel()AnnotationAudioPlayerAnnotation. getTitleLabel()AnnotationSlideShowAnnotation. getTitleLabel()Methods in gov.nasa.worldwindx.examples.util with parameters of type Annotation Modifier and Type Method Description protected voidDialogAnnotationController. forwardToButtonAnnotations(Annotation annotation, SelectEvent e)protected voidButtonAnnotation. setupAnnotationAttributes(Annotation annotation)protected voidImageAnnotation. setupAnnotationAttributes(Annotation annotation)protected voidDialogAnnotation. setupContainer(Annotation annotation)protected voidDialogAnnotation. setupLabel(Annotation annotation)protected voidSlideShowAnnotation. setupPositionLabel(Annotation annotation)protected voidAudioPlayerAnnotation. setupTimeLabel(Annotation annotation)protected voidAudioPlayerAnnotation. setupTitle(Annotation annotation)protected voidSlideShowAnnotation. setupTitle(Annotation annotation)
-