public class AnimationEffect extends Object
| Constructor and Description |
|---|
AnimationEffect() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBackendNodeId()
`AnimationEffect`'s target node.
|
Double |
getDelay()
`AnimationEffect`'s delay.
|
String |
getDirection()
`AnimationEffect`'s playback direction.
|
Double |
getDuration()
`AnimationEffect`'s iteration duration.
|
String |
getEasing()
`AnimationEffect`'s timing function.
|
Double |
getEndDelay()
`AnimationEffect`'s end delay.
|
String |
getFill()
`AnimationEffect`'s fill mode.
|
Double |
getIterations()
`AnimationEffect`'s iterations.
|
Double |
getIterationStart()
`AnimationEffect`'s iteration start.
|
KeyframesRule |
getKeyframesRule()
`AnimationEffect`'s keyframes.
|
void |
setBackendNodeId(Integer backendNodeId)
`AnimationEffect`'s target node.
|
void |
setDelay(Double delay)
`AnimationEffect`'s delay.
|
void |
setDirection(String direction)
`AnimationEffect`'s playback direction.
|
void |
setDuration(Double duration)
`AnimationEffect`'s iteration duration.
|
void |
setEasing(String easing)
`AnimationEffect`'s timing function.
|
void |
setEndDelay(Double endDelay)
`AnimationEffect`'s end delay.
|
void |
setFill(String fill)
`AnimationEffect`'s fill mode.
|
void |
setIterations(Double iterations)
`AnimationEffect`'s iterations.
|
void |
setIterationStart(Double iterationStart)
`AnimationEffect`'s iteration start.
|
void |
setKeyframesRule(KeyframesRule keyframesRule)
`AnimationEffect`'s keyframes.
|
public Double getDelay()
public void setDelay(Double delay)
public Double getEndDelay()
public void setEndDelay(Double endDelay)
public Double getIterationStart()
public void setIterationStart(Double iterationStart)
public Double getIterations()
public void setIterations(Double iterations)
public Double getDuration()
public void setDuration(Double duration)
public String getDirection()
public void setDirection(String direction)
public String getFill()
public void setFill(String fill)
public Integer getBackendNodeId()
public void setBackendNodeId(Integer backendNodeId)
public KeyframesRule getKeyframesRule()
public void setKeyframesRule(KeyframesRule keyframesRule)
public String getEasing()
public void setEasing(String easing)
Copyright © 2020. All rights reserved.