-
public final class ColorTokens
-
-
Field Summary
Fields Modifier and Type Field Description private BrandColorbrandprivate BackgroundColorbackgroundprivate TextColortextprivate StatusColorstatusprivate IntegervideoBackground
-
Constructor Summary
Constructors Constructor Description ColorTokens(BrandColor brand, BackgroundColor background, TextColor text, StatusColor status, Integer videoBackground)
-
Method Summary
Modifier and Type Method Description final BrandColorgetBrand()final UnitsetBrand(BrandColor brand)final BackgroundColorgetBackground()final UnitsetBackground(BackgroundColor background)final TextColorgetText()final UnitsetText(TextColor text)final StatusColorgetStatus()final UnitsetStatus(StatusColor status)final IntegergetVideoBackground()final UnitsetVideoBackground(Integer videoBackground)-
-
Constructor Detail
-
ColorTokens
ColorTokens(BrandColor brand, BackgroundColor background, TextColor text, StatusColor status, Integer videoBackground)
-
-
Method Detail
-
getBrand
final BrandColor getBrand()
-
setBrand
final Unit setBrand(BrandColor brand)
-
getBackground
final BackgroundColor getBackground()
-
setBackground
final Unit setBackground(BackgroundColor background)
-
getStatus
final StatusColor getStatus()
-
setStatus
final Unit setStatus(StatusColor status)
-
getVideoBackground
final Integer getVideoBackground()
-
setVideoBackground
final Unit setVideoBackground(Integer videoBackground)
-
-
-
-