Package io.anyline.test.config
Class FrameReplayAppearanceTransition
-
- All Implemented Interfaces:
-
java.io.Serializable
@RestrictTo(value = RestrictTo.Scope.LIBRARY_GROUP_PREFIX) public class FrameReplayAppearanceTransition implements Serializable
FrameReplayAppearanceTransition
Alpha transition for a slide.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumFrameReplayAppearanceTransition.FrameReplayAppearanceEffectFrameReplayAppearanceEffect
none, fadeIn (0 to full over durationMs), or fadeOut (full to 0 over the last durationMs of the slide).
-
Field Summary
Fields Modifier and Type Field Description public FrameReplayAppearanceTransition.FrameReplayAppearanceEffecteffectpublic IntegerdurationMs
-
Constructor Summary
Constructors Constructor Description FrameReplayAppearanceTransition()
-
Method Summary
Modifier and Type Method Description FrameReplayAppearanceTransition.FrameReplayAppearanceEffectgetEffect()FrameReplayAppearanceEffect none, fadeIn (0 to full over durationMs), or fadeOut (full to 0 over the last durationMs of the slide). voidsetEffect(FrameReplayAppearanceTransition.FrameReplayAppearanceEffect effect)FrameReplayAppearanceEffect none, fadeIn (0 to full over durationMs), or fadeOut (full to 0 over the last durationMs of the slide). IntegergetDurationMs()Effect duration in milliseconds. voidsetDurationMs(Integer durationMs)Effect duration in milliseconds. StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getEffect
FrameReplayAppearanceTransition.FrameReplayAppearanceEffect getEffect()
FrameReplayAppearanceEffect
none, fadeIn (0 to full over durationMs), or fadeOut (full to 0 over the last durationMs of the slide). (Required)
-
setEffect
void setEffect(FrameReplayAppearanceTransition.FrameReplayAppearanceEffect effect)
FrameReplayAppearanceEffect
none, fadeIn (0 to full over durationMs), or fadeOut (full to 0 over the last durationMs of the slide). (Required)
-
getDurationMs
Integer getDurationMs()
Effect duration in milliseconds. Ignored when effect is none.
-
setDurationMs
void setDurationMs(Integer durationMs)
Effect duration in milliseconds. Ignored when effect is none.
-
hashCode
int hashCode()
-
-
-
-