Uses of Class
gov.nasa.worldwindx.examples.AnnotationControls.AppFrame
-
Packages that use AnnotationControls.AppFrame Package Description gov.nasa.worldwindx.examples -
-
Uses of AnnotationControls.AppFrame in gov.nasa.worldwindx.examples
Fields in gov.nasa.worldwindx.examples declared as AnnotationControls.AppFrame Modifier and Type Field Description protected AnnotationControls.AppFrame
AnnotationControls.ContentAnnotation. appFrame
Methods in gov.nasa.worldwindx.examples that return AnnotationControls.AppFrame Modifier and Type Method Description AnnotationControls.AppFrame
AnnotationControls.ContentAnnotation. getAppFrame()
Methods in gov.nasa.worldwindx.examples with parameters of type AnnotationControls.AppFrame Modifier and Type Method Description static AnnotationControls.ContentAnnotation
AnnotationControls. createAudioAnnotation(AnnotationControls.AppFrame appFrame, Position position, java.lang.String title, java.lang.Object source)
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)
Constructors in gov.nasa.worldwindx.examples with parameters of type AnnotationControls.AppFrame Constructor Description AudioContentAnnotation(AnnotationControls.AppFrame appFrame, AudioPlayerAnnotation annnotation, AudioPlayerAnnotationController controller, java.lang.Object source)
ContentAnnotation(AnnotationControls.AppFrame appFrame, DialogAnnotation annnotation, DialogAnnotationController controller)
ImageContentAnnotation(AnnotationControls.AppFrame appFrame, SlideShowAnnotation annnotation, SlideShowAnnotationController controller)
-