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.glider
Fields in gov.nasa.worldwindx.applications.glider declared as GliderImage Modifier and Type Field Description protected GliderImage
GliderImageLayer. image
Fields in gov.nasa.worldwindx.applications.glider with type parameters of type GliderImage Modifier and Type Field Description protected java.util.concurrent.CopyOnWriteArraySet<GliderImage>
GliderWorldWindow. imageTable
Methods 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 void
GliderWorldWindow. addImage(GliderImage image)
Adds an image to display on the globe.boolean
GliderWorldWindow. containsImage(GliderImage image)
Indicates whether a specified image is associated.void
GliderWorldWindow. removeImage(GliderImage image)
Removes a specified image from the globe.void
GliderImageLayer. setImage(GliderImage image)
-