Package | Description |
---|---|
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 |
---|---|
static RefreshRate |
RefreshRate.getDefault()
Get the enum constant that is considered to be the default.
|
static RefreshRate |
RefreshRate.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
RefreshRate |
ForwardAnimation.getRefreshRate()
Gets the rate (fastest or fixed) at which the scene is refreshed during rendering.
|
abstract RefreshRate |
MinimalForwardAnimation.getRefreshRate()
Gets the
RefreshRate . |
static RefreshRate |
RefreshRate.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RefreshRate[] |
RefreshRate.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ForwardAnimation.setRefreshRate(RefreshRate value)
Sets the rate (fastest or fixed) at which the scene is refreshed during rendering.
|
abstract void |
MinimalForwardAnimation.setRefreshRate(RefreshRate refresh)
Sets the
RefreshRate . |