-
public final class AnimationAnimation instance.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringidprivate final Stringnameprivate final BooleanpausedStateprivate final StringplayStateprivate final DoubleplaybackRateprivate final DoublestartTimeprivate final DoublecurrentTimeprivate final Stringtypeprivate final AnimationEffectsourceprivate final StringcssId
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final Booleancomponent3()final Stringcomponent4()final Doublecomponent5()final Doublecomponent6()final Doublecomponent7()final Stringcomponent8()final AnimationEffectcomponent9()final Stringcomponent10()final Animationcopy(String id, String name, Boolean pausedState, String playState, Double playbackRate, Double startTime, Double currentTime, String type, AnimationEffect source, String cssId)final StringgetId()Animation's id.final StringgetName()Animation's name.final BooleangetPausedState()Animation's internal paused state.final StringgetPlayState()Animation's play state.final DoublegetPlaybackRate()Animation's playback rate.final DoublegetStartTime()Animation's start time.final DoublegetCurrentTime()Animation's current time.final StringgetType()Animation type of Animation.final AnimationEffectgetSource()Animation's source animation node.final StringgetCssId()A unique ID for Animationrepresenting the sources that triggered this CSS animation/transition.-
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final Boolean component3()
-
component4
final String component4()
-
component5
final Double component5()
-
component6
final Double component6()
-
component7
final Double component7()
-
component8
final String component8()
-
component9
final AnimationEffect component9()
-
component10
final String component10()
-
copy
final Animation copy(String id, String name, Boolean pausedState, String playState, Double playbackRate, Double startTime, Double currentTime, String type, AnimationEffect source, String cssId)
-
getPausedState
final Boolean getPausedState()
Animation's internal paused state.
-
getPlayState
final String getPlayState()
Animation's play state.
-
getPlaybackRate
final Double getPlaybackRate()
Animation's playback rate.
-
getStartTime
final Double getStartTime()
Animation's start time.
-
getCurrentTime
final Double getCurrentTime()
Animation's current time.
-
getSource
final AnimationEffect getSource()
Animation's source animation node.
-
-
-
-