-
public final class TitleSettings
-
-
Field Summary
Fields Modifier and Type Field Description private final Typefacefontprivate final FloattextSizeInSpprivate final SectionAlignmentalignmentprivate final IntegertextColor
-
Constructor Summary
Constructors Constructor Description TitleSettings(Typeface font, Float textSizeInSp, SectionAlignment alignment, Integer textColor)
-
Method Summary
Modifier and Type Method Description final TypefacegetFont()final FloatgetTextSizeInSp()final SectionAlignmentgetAlignment()final IntegergetTextColor()-
-
Constructor Detail
-
TitleSettings
TitleSettings(Typeface font, Float textSizeInSp, SectionAlignment alignment, Integer textColor)
-
-
Method Detail
-
getTextSizeInSp
final Float getTextSizeInSp()
-
getAlignment
final SectionAlignment getAlignment()
-
getTextColor
final Integer getTextColor()
-
-
-
-