public interface Theme extends CaptainUpObject
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getBlackColor()
A shade of black for the theme design.
|
java.lang.Integer |
getGreyColor()
A shade of grey for the theme design
|
java.lang.String |
getName()
The theme's name.
|
java.lang.Integer |
getPrimaryColor()
The primary theme's color
|
java.lang.Integer |
getPrimaryColorDark()
A dark shade of the primary theme color.
|
java.lang.Integer |
getPrimaryColorLight()
A light shade of the primary theme color.
|
java.lang.Integer |
getSecondaryColor()
The secondary theme color.
|
java.lang.Integer |
getSecondaryColorDark()
A dark shade of the secondary theme color.
|
java.lang.Integer |
getSecondaryColorLight()
A light shade of the secondary theme color.
|
java.lang.Integer |
getWhiteColor()
A shade of white for the theme design.
|
java.lang.String getName()
java.lang.Integer getPrimaryColor()
null
.java.lang.Integer getPrimaryColorDark()
null
.java.lang.Integer getPrimaryColorLight()
null
.java.lang.Integer getSecondaryColor()
null
.java.lang.Integer getSecondaryColorDark()
null
.java.lang.Integer getSecondaryColorLight()
null
.java.lang.Integer getGreyColor()
null
.java.lang.Integer getWhiteColor()
null
.java.lang.Integer getBlackColor()
null
.