-
public final class ButtonSettings
-
-
Field Summary
Fields Modifier and Type Field Description private final ButtonTypetypeprivate final Typefacefontprivate final FloattextSizeInSpprivate final IntegertextColorprivate final IntegerbackgroundColorprivate final IntegercornerRadiusprivate final BooleanisAllCaps
-
Constructor Summary
Constructors Constructor Description ButtonSettings(ButtonType type, Typeface font, Float textSizeInSp, Integer textColor, Integer backgroundColor, Integer cornerRadius, Boolean isAllCaps)
-
Method Summary
Modifier and Type Method Description final ButtonTypegetType()final TypefacegetFont()final FloatgetTextSizeInSp()final IntegergetTextColor()final IntegergetBackgroundColor()final IntegergetCornerRadius()final BooleangetIsAllCaps()-
-
Method Detail
-
getType
final ButtonType getType()
-
getTextSizeInSp
final Float getTextSizeInSp()
-
getTextColor
final Integer getTextColor()
-
getBackgroundColor
final Integer getBackgroundColor()
-
getCornerRadius
final Integer getCornerRadius()
-
getIsAllCaps
final Boolean getIsAllCaps()
-
-
-
-