| Package | Description |
|---|---|
| gov.nasa.worldwindx.applications.glider |
| Modifier and Type | Field and Description |
|---|---|
protected GliderImage |
GliderImageLayer.image |
| Modifier and Type | Field and Description |
|---|---|
protected CopyOnWriteArraySet<GliderImage> |
GliderWorldWindow.imageTable |
| Modifier and Type | Method and Description |
|---|---|
Set<GliderImage> |
GliderWorldWindow.getImages()
Returns the set of currently associated images.
|
| Modifier and Type | Method and 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) |