| Package | Description | 
|---|---|
| agi.foundation.graphics | 
 Provides commonly used and instantiated graphics types related to 3D scene management, terrain and imagery, and more. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static StereoscopicDisplayMode | 
StereoscopicDisplayMode.getDefault()
Get the enum constant that is considered to be the default. 
 | 
StereoscopicDisplayMode | 
Stereoscopic.getDisplayMode()
Gets the stereoscopic display mode for all Scenes. 
 | 
static StereoscopicDisplayMode | 
StereoscopicDisplayMode.getFromValue(int value)
Get the enum constant that is associated with the given numeric value. 
 | 
static StereoscopicDisplayMode | 
StereoscopicDisplayMode.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static StereoscopicDisplayMode[] | 
StereoscopicDisplayMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Stereoscopic.setDisplayMode(StereoscopicDisplayMode stereoscopicDisplayMode)
Sets the stereoscopic display mode for all Scenes. 
 |