-
public final class AnimationEffectAnimationEffect instance
-
-
Field Summary
Fields Modifier and Type Field Description private final Doubledelayprivate final DoubleendDelayprivate final DoubleiterationStartprivate final Doubleiterationsprivate final Doubledurationprivate final Stringdirectionprivate final Stringfillprivate final IntegerbackendNodeIdprivate final KeyframesRulekeyframesRuleprivate final Stringeasing
-
Method Summary
Modifier and Type Method Description final Doublecomponent1()final Doublecomponent2()final Doublecomponent3()final Doublecomponent4()final Doublecomponent5()final Stringcomponent6()final Stringcomponent7()final Integercomponent8()final KeyframesRulecomponent9()final Stringcomponent10()final AnimationEffectcopy(Double delay, Double endDelay, Double iterationStart, Double iterations, Double duration, String direction, String fill, Integer backendNodeId, KeyframesRule keyframesRule, String easing)final DoublegetDelay()AnimationEffect's delay.final DoublegetEndDelay()AnimationEffect's end delay.final DoublegetIterationStart()AnimationEffect's iteration start.final DoublegetIterations()AnimationEffect's iterations.final DoublegetDuration()AnimationEffect's iteration duration.final StringgetDirection()AnimationEffect's playback direction.final StringgetFill()AnimationEffect's fill mode.final IntegergetBackendNodeId()AnimationEffect's target node.final KeyframesRulegetKeyframesRule()AnimationEffect's keyframes.final StringgetEasing()AnimationEffect's timing function.-
-
Method Detail
-
component1
final Double component1()
-
component2
final Double component2()
-
component3
final Double component3()
-
component4
final Double component4()
-
component5
final Double component5()
-
component6
final String component6()
-
component7
final String component7()
-
component8
final Integer component8()
-
component9
final KeyframesRule component9()
-
component10
final String component10()
-
copy
final AnimationEffect copy(Double delay, Double endDelay, Double iterationStart, Double iterations, Double duration, String direction, String fill, Integer backendNodeId, KeyframesRule keyframesRule, String easing)
-
getEndDelay
final Double getEndDelay()
AnimationEffect's end delay.
-
getIterationStart
final Double getIterationStart()
AnimationEffect's iteration start.
-
getIterations
final Double getIterations()
AnimationEffect's iterations.
-
getDuration
final Double getDuration()
AnimationEffect's iteration duration.
-
getDirection
final String getDirection()
AnimationEffect's playback direction.
-
getBackendNodeId
final Integer getBackendNodeId()
AnimationEffect's target node.
-
getKeyframesRule
final KeyframesRule getKeyframesRule()
AnimationEffect's keyframes.
-
-
-
-