Class LabelCustomization
-
- All Implemented Interfaces:
public class LabelCustomizationGeneric class used to customize the visual style of text on the challenge screen.
-
-
Method Summary
Modifier and Type Method Description abstract IntegergetTextColor()Text color resource reference. abstract UnitsetTextColor(Integer textColor)Text color resource reference. abstract IntegergetTextFont()Text font resource reference. abstract UnitsetTextFont(Integer textFont)Text font resource reference. -
-
Method Detail
-
getTextColor
abstract Integer getTextColor()
Text color resource reference.
-
setTextColor
abstract Unit setTextColor(Integer textColor)
Text color resource reference.
-
getTextFont
abstract Integer getTextFont()
Text font resource reference.
-
setTextFont
abstract Unit setTextFont(Integer textFont)
Text font resource reference.
-
-
-
-