Uses of Class
gov.nasa.worldwindx.examples.util.ImageAnnotation
-
Packages that use ImageAnnotation Package Description gov.nasa.worldwindx.examples.util -
-
Uses of ImageAnnotation in gov.nasa.worldwindx.examples.util
Subclasses of ImageAnnotation in gov.nasa.worldwindx.examples.util Modifier and Type Class Description class
ButtonAnnotation
protected static class
DialogAnnotation.BusyImage
Fields in gov.nasa.worldwindx.examples.util declared as ImageAnnotation Modifier and Type Field Description protected ImageAnnotation
DialogAnnotation. busyImage
protected ImageAnnotation
SlideShowAnnotation. imageAnnotation
Methods in gov.nasa.worldwindx.examples.util that return ImageAnnotation Modifier and Type Method Description ImageAnnotation
DialogAnnotation. getBusyImage()
ImageAnnotation
SlideShowAnnotation. getImageAnnotation()
Methods in gov.nasa.worldwindx.examples.util with parameters of type ImageAnnotation Modifier and Type Method Description protected void
SlideShowAnnotation. setupImage(ImageAnnotation annotation)
-