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 | Method and Description |
---|---|
ScreenOverlayPadding |
ScreenOverlayManager.getPadding()
Gets the padding surrounding the
Overlays that are contained within this manager. |
ScreenOverlayPadding |
Overlay.getPadding()
Gets the padding surrounding the
Overlays that are contained within this overlay. |
Modifier and Type | Method and Description |
---|---|
void |
ScreenOverlayManager.setPadding(ScreenOverlayPadding value)
Sets the padding surrounding the
Overlays that are contained within this manager. |
void |
Overlay.setPadding(ScreenOverlayPadding value)
Sets the padding surrounding the
Overlays that are contained within this overlay. |
Modifier and Type | Method and Description |
---|---|
ScreenOverlayPadding |
IScreenOverlayContainer.getPadding()
Gets the padding surrounding the
Overlays (get ) that are contained within this parent. |
Modifier and Type | Method and Description |
---|---|
void |
IScreenOverlayContainer.setPadding(ScreenOverlayPadding value)
Sets the padding surrounding the
Overlays (get ) that are contained within this parent. |