Class PostViewData
-
- All Implemented Interfaces:
public final class PostViewData
-
-
Method Summary
Modifier and Type Method Description ImageDatagetBackgroundImage()doublegetDuration()IntegergetOverlay()StringgetText()-
-
Method Detail
-
getBackgroundImage
@Nullable() ImageData getBackgroundImage()
- Returns:
the background ImageData
-
getDuration
double getDuration()
- Returns:
the total time in seconds allocated for displaying
-
getOverlay
@Nullable() Integer getOverlay()
- Returns:
the overlay color applied on top of the background image
-
-
-
-