Uses of Class
gov.nasa.worldwindx.examples.AnnotationControls.ContentAnnotation
-
Packages that use AnnotationControls.ContentAnnotation Package Description gov.nasa.worldwindx.examples -
-
Uses of AnnotationControls.ContentAnnotation in gov.nasa.worldwindx.examples
Subclasses of AnnotationControls.ContentAnnotation in gov.nasa.worldwindx.examples Modifier and Type Class Description static class
AnnotationControls.AudioContentAnnotation
static class
AnnotationControls.ImageContentAnnotation
Methods in gov.nasa.worldwindx.examples that return AnnotationControls.ContentAnnotation Modifier and Type Method Description static AnnotationControls.ContentAnnotation
AnnotationControls. createAudioAnnotation(AnnotationControls.AppFrame appFrame, Position position, java.lang.String title, java.lang.Object source)
protected AnnotationControls.ContentAnnotation
AnnotationControls.AppFrame. createContent(Position position, AVList params)
static AnnotationControls.ContentAnnotation
AnnotationControls. createContentAnnotation(AnnotationControls.AppFrame appFrame, Position position, AVList params)
static AnnotationControls.ContentAnnotation
AnnotationControls. createImageAnnotation(AnnotationControls.AppFrame appFrame, Position position, java.lang.String title, java.lang.Iterable sources)
Methods in gov.nasa.worldwindx.examples with parameters of type AnnotationControls.ContentAnnotation Modifier and Type Method Description protected void
AnnotationControls.AppFrame. closeResource(AnnotationControls.ContentAnnotation content)
-