-
public final class AvatarColorsData class to hold avatar colors.
-
-
Field Summary
Fields Modifier and Type Field Description private final Colorbackgroundprivate final Colorforeground
-
Constructor Summary
Constructors Constructor Description AvatarColors(Color background, Color foreground)
-
Method Summary
Modifier and Type Method Description final ColorgetBackground()Background color for the avatar. final ColorgetForeground()Foreground color for the avatar. -
-
Method Detail
-
getBackground
final Color getBackground()
Background color for the avatar.
-
getForeground
final Color getForeground()
Foreground color for the avatar.
-
-
-
-