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 |
---|---|
ScreenOverlayOrigin |
Overlay.getOrigin()
Gets the origin from which the overlay's position is defined.
|
Modifier and Type | Method and Description |
---|---|
void |
Overlay.setOrigin(ScreenOverlayOrigin value)
Sets the origin from which the overlay's position is defined.
|
Modifier and Type | Method and Description |
---|---|
static ScreenOverlayOrigin |
ScreenOverlayOrigin.getDefault()
Get the enum constant that is considered to be the default.
|
static ScreenOverlayOrigin |
ScreenOverlayOrigin.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
ScreenOverlayOrigin |
ScreenOverlayRotationPoint.getOrigin()
Gets the origin of rotation.
|
static ScreenOverlayOrigin |
ScreenOverlayOrigin.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScreenOverlayOrigin[] |
ScreenOverlayOrigin.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ScreenOverlayRotationPoint(ScreenOverlayOrigin rotationOrigin)
Initializes a new instance with the rotation point defined by the given origin within the
rotated overlay.
|
ScreenOverlayRotationPoint(ScreenOverlayOrigin rotationOrigin,
boolean relativeToParent)
Initializes a new instance with the rotation point defined by the given origin.
|
ScreenOverlayRotationPoint(ScreenOverlayPoint rotationPoint,
ScreenOverlayOrigin rotationOrigin)
|
ScreenOverlayRotationPoint(ScreenOverlayPoint rotationPoint,
ScreenOverlayOrigin rotationOrigin,
boolean relativeToParent)
|