Package | Description |
---|---|
agi.foundation.graphics.advanced |
Provides less commonly instantiated graphics types for the camera, mouse options, primitive options, and others.
|
Modifier and Type | Field and Description |
---|---|
protected SimulationAnimationCycle |
ForwardAndBackwardAnimation.m_endCycle |
protected SimulationAnimationCycle |
ForwardAndBackwardAnimation.m_startCycle |
Modifier and Type | Method and Description |
---|---|
static SimulationAnimationCycle |
SimulationAnimationCycle.getDefault()
Get the enum constant that is considered to be the default.
|
SimulationAnimationCycle |
ForwardAndBackwardAnimation.getEndCycle()
Gets the end
cycle . |
static SimulationAnimationCycle |
SimulationAnimationCycle.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
SimulationAnimationCycle |
ForwardAndBackwardAnimation.getStartCycle()
Gets the start
cycle . |
static SimulationAnimationCycle |
SimulationAnimationCycle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimulationAnimationCycle[] |
SimulationAnimationCycle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ForwardAndBackwardAnimation.setEndCycle(SimulationAnimationCycle value)
Sets the end
cycle . |
void |
ForwardAndBackwardAnimation.setStartCycle(SimulationAnimationCycle value)
Sets the start
cycle . |