Class Color

  • All Implemented Interfaces:
    java.io.Serializable

    public class Color
    extends java.lang.Object
    implements java.io.Serializable
    Contains color information for border and background
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Color.Builder  
    • Constructor Summary

      Constructors 
      Constructor Description
      Color​(java.lang.String border, java.lang.String background)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBackground()  
      java.lang.String getBorder()  
      • Methods inherited from class java.lang.Object

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

      • Color

        public Color​(java.lang.String border,
                     java.lang.String background)
    • Method Detail

      • getBorder

        public java.lang.String getBorder()
      • getBackground

        public java.lang.String getBackground()