-
public final class AvatarStyle
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegeravatarWidthprivate final IntegeravatarHeightprivate final IntegeravatarBorderWidthprivate final IntegeravatarBorderColorprivate final IntegeravatarBackgroundColorprivate final TextStyleavatarInitialText
-
Method Summary
Modifier and Type Method Description final IntegergetAvatarWidth()final IntegergetAvatarHeight()final IntegergetAvatarBorderWidth()final IntegergetAvatarBorderColor()final IntegergetAvatarBackgroundColor()final TextStylegetAvatarInitialText()-
-
Method Detail
-
getAvatarWidth
final Integer getAvatarWidth()
-
getAvatarHeight
final Integer getAvatarHeight()
-
getAvatarBorderWidth
final Integer getAvatarBorderWidth()
-
getAvatarBorderColor
final Integer getAvatarBorderColor()
-
getAvatarBackgroundColor
final Integer getAvatarBackgroundColor()
-
getAvatarInitialText
final TextStyle getAvatarInitialText()
-
-
-
-