public class Animation extends Object
| Constructor and Description |
|---|
Animation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCssId()
A unique ID for `Animation` representing the sources that triggered this CSS
animation/transition.
|
Double |
getCurrentTime()
`Animation`'s current time.
|
String |
getId()
`Animation`'s id.
|
String |
getName()
`Animation`'s name.
|
Boolean |
getPausedState()
`Animation`'s internal paused state.
|
Double |
getPlaybackRate()
`Animation`'s playback rate.
|
String |
getPlayState()
`Animation`'s play state.
|
AnimationEffect |
getSource()
`Animation`'s source animation node.
|
Double |
getStartTime()
`Animation`'s start time.
|
AnimationType |
getType()
Animation type of `Animation`.
|
void |
setCssId(String cssId)
A unique ID for `Animation` representing the sources that triggered this CSS
animation/transition.
|
void |
setCurrentTime(Double currentTime)
`Animation`'s current time.
|
void |
setId(String id)
`Animation`'s id.
|
void |
setName(String name)
`Animation`'s name.
|
void |
setPausedState(Boolean pausedState)
`Animation`'s internal paused state.
|
void |
setPlaybackRate(Double playbackRate)
`Animation`'s playback rate.
|
void |
setPlayState(String playState)
`Animation`'s play state.
|
void |
setSource(AnimationEffect source)
`Animation`'s source animation node.
|
void |
setStartTime(Double startTime)
`Animation`'s start time.
|
void |
setType(AnimationType type)
Animation type of `Animation`.
|
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public Boolean getPausedState()
public void setPausedState(Boolean pausedState)
public String getPlayState()
public void setPlayState(String playState)
public Double getPlaybackRate()
public void setPlaybackRate(Double playbackRate)
public Double getStartTime()
public void setStartTime(Double startTime)
public Double getCurrentTime()
public void setCurrentTime(Double currentTime)
public AnimationType getType()
public void setType(AnimationType type)
public AnimationEffect getSource()
public void setSource(AnimationEffect source)
public String getCssId()
public void setCssId(String cssId)
Copyright © 2020. All rights reserved.