Package 

Class AvatarColors


  • 
    public final class AvatarColors
    
                        

    Data class to hold avatar colors.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Color background
      private final Color foreground
    • Constructor Summary

      Constructors 
      Constructor Description
      AvatarColors(Color background, Color foreground)
    • Method Summary

      Modifier and Type Method Description
      final Color getBackground() Background color for the avatar.
      final Color getForeground() Foreground color for the avatar.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AvatarColors

        AvatarColors(Color background, Color foreground)
    • Method Detail

      • getBackground

         final Color getBackground()

        Background color for the avatar.

      • getForeground

         final Color getForeground()

        Foreground color for the avatar.