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 |
---|---|
PathPrimitiveRemoveLocation |
MaximumCountPathPrimitiveUpdatePolicy.getRemoveLocation()
Gets where the positions on the path are removed from.
|
PathPrimitiveRemoveLocation |
DurationPathPrimitiveUpdatePolicy.getRemoveLocation()
Gets where the positions on the path are removed from.
|
Modifier and Type | Method and Description |
---|---|
void |
MaximumCountPathPrimitiveUpdatePolicy.setRemoveLocation(PathPrimitiveRemoveLocation value)
Sets where the positions on the path are removed from.
|
void |
DurationPathPrimitiveUpdatePolicy.setRemoveLocation(PathPrimitiveRemoveLocation value)
Sets where the positions on the path are removed from.
|
Constructor and Description |
---|
DurationPathPrimitiveUpdatePolicy(Duration duration,
PathPrimitiveRemoveLocation removeLocation)
Initializes a policy with the specified
duration
and removeLocation . |
MaximumCountPathPrimitiveUpdatePolicy(int maximumCount,
PathPrimitiveRemoveLocation removeLocation)
Initializes a policy with the specified
maximumCount
and removeLocation . |
Modifier and Type | Method and Description |
---|---|
static PathPrimitiveRemoveLocation |
PathPrimitiveRemoveLocation.getDefault()
Get the enum constant that is considered to be the default.
|
static PathPrimitiveRemoveLocation |
PathPrimitiveRemoveLocation.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static PathPrimitiveRemoveLocation |
PathPrimitiveRemoveLocation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathPrimitiveRemoveLocation[] |
PathPrimitiveRemoveLocation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|