Uses of Class
gov.nasa.worldwindx.applications.glider.GliderImage
- 
Packages that use GliderImage Package Description gov.nasa.worldwindx.applications.glider 
- 
- 
Uses of GliderImage in gov.nasa.worldwindx.applications.gliderFields in gov.nasa.worldwindx.applications.glider declared as GliderImage Modifier and Type Field Description protected GliderImageGliderImageLayer. imageFields in gov.nasa.worldwindx.applications.glider with type parameters of type GliderImage Modifier and Type Field Description protected java.util.concurrent.CopyOnWriteArraySet<GliderImage>GliderWorldWindow. imageTableMethods in gov.nasa.worldwindx.applications.glider that return types with arguments of type GliderImage Modifier and Type Method Description java.util.Set<GliderImage>GliderWorldWindow. getImages()Returns the set of currently associated images.Methods in gov.nasa.worldwindx.applications.glider with parameters of type GliderImage Modifier and Type Method Description voidGliderWorldWindow. addImage(GliderImage image)Adds an image to display on the globe.booleanGliderWorldWindow. containsImage(GliderImage image)Indicates whether a specified image is associated.voidGliderWorldWindow. removeImage(GliderImage image)Removes a specified image from the globe.voidGliderImageLayer. setImage(GliderImage image)
 
-