NASA World Wind

Uses of Class
gov.nasa.worldwind.applications.glider.GliderImage

Packages that use GliderImage
gov.nasa.worldwind.applications.glider   
 

Uses of GliderImage in gov.nasa.worldwind.applications.glider
 

Fields in gov.nasa.worldwind.applications.glider declared as GliderImage
protected  GliderImage GliderImageLayer.image
           
 

Fields in gov.nasa.worldwind.applications.glider with type parameters of type GliderImage
protected  CopyOnWriteArraySet<GliderImage> GliderWorldWindow.imageTable
           
 

Methods in gov.nasa.worldwind.applications.glider that return types with arguments of type GliderImage
 Set<GliderImage> GliderWorldWindow.getImages()
          Returns the set of currently associated images.
 

Methods in gov.nasa.worldwind.applications.glider with parameters of type GliderImage
 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)
           
 

Constructors in gov.nasa.worldwind.applications.glider with parameters of type GliderImage
GliderImage(GliderImage image)
          Copy constructor.
 


NASA World Wind