Class TextStyleCustomization
-
- All Implemented Interfaces:
public final class TextStyleCustomization extends LabelCustomization
Use this class to customize the visual style of the text on the challenge screen. There are separate TextStyleCustomization classes for the challenge information header, the challenge information text, the label for the challenge entry form and the label for the whitelist selection.
-
-
Constructor Summary
Constructors Constructor Description TextStyleCustomization(Integer textColor, Integer textFont)
-
Method Summary
Modifier and Type Method Description IntegergetTextColor()UnitsetTextColor(Integer textColor)IntegergetTextFont()UnitsetTextFont(Integer textFont)-
-
Method Detail
-
getTextColor
Integer getTextColor()
-
setTextColor
Unit setTextColor(Integer textColor)
- Parameters:
textColor- Text colour resource reference.
-
getTextFont
Integer getTextFont()
-
setTextFont
Unit setTextFont(Integer textFont)
- Parameters:
textFont- Text font resource reference.
-
-
-
-