Package | Description |
---|---|
agi.foundation.graphics |
Provides commonly used and instantiated graphics types related to 3D scene management, terrain and imagery, and more.
|
agi.foundation.graphics.advanced |
Provides less commonly instantiated graphics types for the camera, mouse options, primitive options, and others.
|
Modifier and Type | Class and Description |
---|---|
class |
TextureScreenOverlay
A rectangular overlay that can be assigned a texture.
|
Modifier and Type | Method and Description |
---|---|
ScreenOverlay |
ScreenOverlayPickResult.getOverlay()
Gets the screen overlay that was picked.
|
Modifier and Type | Method and Description |
---|---|
ScreenOverlay |
ScreenOverlayCollectionBase.get(int index)
Gets the overlay at the specified index.
|
Modifier and Type | Method and Description |
---|---|
Iterator<ScreenOverlay> |
ScreenOverlayCollectionBase.iterator()
Returns an enumerator that iterates through the collection.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ScreenOverlayCollectionBase.add(ScreenOverlay item)
Adds an overlay to the collection.
|
void |
ScreenOverlayCollectionBase.copyTo(ScreenOverlay[] toArray,
int startingIndex) |
Modifier and Type | Method and Description |
---|---|
boolean |
ScreenOverlayCollectionBase.addAll(Collection<? extends ScreenOverlay> c) |