-
public final class TextStyle
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTextStyle.Builder
-
Constructor Summary
Constructors Constructor Description TextStyle()
-
Method Summary
Modifier and Type Method Description final Unitapply(TextView textView)final BooleanhasFont()final IntegergetFontResource()final StringgetFontAssetsPath()final IntegergetStyle()final IntegergetSize()final IntegergetColor()final IntegergetHintColor()final TypefacegetFont()final UnitsetFontResource(Integer fontResource)final UnitsetFontAssetsPath(String fontAssetsPath)final UnitsetStyle(Integer style)final UnitsetSize(Integer size)final UnitsetColor(Integer color)final UnitsetHintColor(Integer hintColor)-
-
Method Detail
-
getFontResource
final Integer getFontResource()
-
getFontAssetsPath
final String getFontAssetsPath()
-
getHintColor
final Integer getHintColor()
-
setFontResource
final Unit setFontResource(Integer fontResource)
-
setFontAssetsPath
final Unit setFontAssetsPath(String fontAssetsPath)
-
setHintColor
final Unit setHintColor(Integer hintColor)
-
-
-
-