Package io.writeopia.sdk.models.story
Class Decoration
-
- All Implemented Interfaces:
public final class DecorationThe decoration of the StoryStep
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerbackgroundColor
-
Constructor Summary
Constructors Constructor Description Decoration(Integer backgroundColor)
-
Method Summary
Modifier and Type Method Description final IntegergetBackgroundColor()-
-
Constructor Detail
-
Decoration
Decoration(Integer backgroundColor)
- Parameters:
backgroundColor- The background color.
-
-
Method Detail
-
getBackgroundColor
final Integer getBackgroundColor()
-
-
-
-