Package io.anyline.test.config
Class FrameReplayImageBehavior
-
- All Implemented Interfaces:
-
java.io.Serializable
@RestrictTo(value = RestrictTo.Scope.LIBRARY_GROUP_PREFIX) public class FrameReplayImageBehavior implements Serializable
FrameReplayImageBehavior
Playback behavior for a frame-replay slide: how long it is held plus its optional fade/zoom transitions. Referenced per-slide (frameReplayImageInfo.behavior) and as the slideshow-wide fallback (defaultBehavior).
-
-
Field Summary
Fields Modifier and Type Field Description public IntegerdurationMspublic FrameReplayAppearanceTransitionappearanceTransitionpublic FrameReplaySizeTransitionsizeTransition
-
Constructor Summary
Constructors Constructor Description FrameReplayImageBehavior()
-
Method Summary
Modifier and Type Method Description IntegergetDurationMs()How long this slide is shown before advancing to the next. voidsetDurationMs(Integer durationMs)How long this slide is shown before advancing to the next. FrameReplayAppearanceTransitiongetAppearanceTransition()FrameReplayAppearanceTransition Alpha transition for a slide. voidsetAppearanceTransition(FrameReplayAppearanceTransition appearanceTransition)FrameReplayAppearanceTransition Alpha transition for a slide. FrameReplaySizeTransitiongetSizeTransition()FrameReplaySizeTransition Zoom transition for a slide. voidsetSizeTransition(FrameReplaySizeTransition sizeTransition)FrameReplaySizeTransition Zoom transition for a slide. StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getDurationMs
Integer getDurationMs()
How long this slide is shown before advancing to the next. Omit or 0 means it never advances (single slide or hold-forever).
-
setDurationMs
void setDurationMs(Integer durationMs)
How long this slide is shown before advancing to the next. Omit or 0 means it never advances (single slide or hold-forever).
-
getAppearanceTransition
FrameReplayAppearanceTransition getAppearanceTransition()
FrameReplayAppearanceTransition
Alpha transition for a slide.
-
setAppearanceTransition
void setAppearanceTransition(FrameReplayAppearanceTransition appearanceTransition)
FrameReplayAppearanceTransition
Alpha transition for a slide.
-
getSizeTransition
FrameReplaySizeTransition getSizeTransition()
FrameReplaySizeTransition
Zoom transition for a slide.
-
setSizeTransition
void setSizeTransition(FrameReplaySizeTransition sizeTransition)
FrameReplaySizeTransition
Zoom transition for a slide.
-
hashCode
int hashCode()
-
-
-
-