-
public final class TextColor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTextColor.TextColorOnBrandpublic final classTextColor.TextColorOnBackground
-
Field Summary
Fields Modifier and Type Field Description private TextColor.TextColorOnBrandonBrandprivate TextColor.TextColorOnBackgroundonBackground
-
Constructor Summary
Constructors Constructor Description TextColor(TextColor.TextColorOnBrand onBrand, TextColor.TextColorOnBackground onBackground)
-
Method Summary
Modifier and Type Method Description final TextColor.TextColorOnBrandgetOnBrand()final UnitsetOnBrand(TextColor.TextColorOnBrand onBrand)final TextColor.TextColorOnBackgroundgetOnBackground()final UnitsetOnBackground(TextColor.TextColorOnBackground onBackground)-
-
Constructor Detail
-
TextColor
TextColor(TextColor.TextColorOnBrand onBrand, TextColor.TextColorOnBackground onBackground)
-
-
Method Detail
-
getOnBrand
final TextColor.TextColorOnBrand getOnBrand()
-
setOnBrand
final Unit setOnBrand(TextColor.TextColorOnBrand onBrand)
-
getOnBackground
final TextColor.TextColorOnBackground getOnBackground()
-
setOnBackground
final Unit setOnBackground(TextColor.TextColorOnBackground onBackground)
-
-
-
-