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 |
---|---|
ScreenOverlaySize |
Overlay.getControlSize()
Gets the size of the overlay in coordinates relative to the overall
Insight3D
control. |
ScreenOverlaySize |
Overlay.getMaximumSize()
Gets the maximum size of the overlay.
|
ScreenOverlaySize |
Overlay.getMinimumSize()
Gets the minimum size of the overlay.
|
ScreenOverlaySize |
Overlay.getSize()
Gets the size of the overlay.
|
Modifier and Type | Method and Description |
---|---|
void |
Overlay.setMaximumSize(ScreenOverlaySize value)
Sets the maximum size of the overlay.
|
void |
Overlay.setMinimumSize(ScreenOverlaySize value)
Sets the minimum size of the overlay.
|
void |
Overlay.setSize(ScreenOverlaySize value)
Sets the size of the overlay.
|
Constructor and Description |
---|
ScreenOverlay(ScreenOverlayPoint position,
ScreenOverlaySize size)
Initializes the overlay with the specified position and size.
|
TextureScreenOverlay(ScreenOverlayPoint position,
ScreenOverlaySize size)
Initializes the overlay with the specified position and size.
|