Class Animation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumAnimation.RepeatModepublic enumAnimation.Role
-
Field Summary
Fields Modifier and Type Field Description private final Tstartprivate final Tendprivate final IntegerdurationMillisprivate final IntegerstartDelayMillisprivate final IntegerrepeatDelayMillisprivate final IntegerpingPongDelayMillisprivate final Animation.RepeatModerepeatModeprivate final IntegerrepeatMaxCountprivate final Animation.Rolerole
-
Method Summary
Modifier and Type Method Description final TgetStart()final TgetEnd()final IntegergetDurationMillis()final IntegergetStartDelayMillis()final IntegergetRepeatDelayMillis()final IntegergetPingPongDelayMillis()final Animation.RepeatModegetRepeatMode()final IntegergetRepeatMaxCount()final Animation.RolegetRole()-
-
Method Detail
-
getDurationMillis
final Integer getDurationMillis()
-
getStartDelayMillis
final Integer getStartDelayMillis()
-
getRepeatDelayMillis
final Integer getRepeatDelayMillis()
-
getPingPongDelayMillis
final Integer getPingPongDelayMillis()
-
getRepeatMode
final Animation.RepeatMode getRepeatMode()
-
getRepeatMaxCount
final Integer getRepeatMaxCount()
-
getRole
final Animation.Role getRole()
-
-
-
-