Uses of Class
org.pushingpixels.radiance.animation.api.TimelineScenario.TimelineScenarioState
-
Packages that use TimelineScenario.TimelineScenarioState Package Description org.pushingpixels.radiance.animation.api -
-
Uses of TimelineScenario.TimelineScenarioState in org.pushingpixels.radiance.animation.api
Fields in org.pushingpixels.radiance.animation.api declared as TimelineScenario.TimelineScenarioState Modifier and Type Field Description (package private) TimelineScenario.TimelineScenarioState
TimelineScenario. state
(package private) TimelineScenario.TimelineScenarioState
TimelineScenario. statePriorToSuspension
Methods in org.pushingpixels.radiance.animation.api that return TimelineScenario.TimelineScenarioState Modifier and Type Method Description TimelineScenario.TimelineScenarioState
TimelineScenario. getState()
static TimelineScenario.TimelineScenarioState
TimelineScenario.TimelineScenarioState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TimelineScenario.TimelineScenarioState[]
TimelineScenario.TimelineScenarioState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-