Class ColorPair

java.lang.Object
com.structurizr.view.ColorPair

public final class ColorPair extends Object
Represents a pair of colours: background and foreground.
  • Constructor Details

    • ColorPair

      public ColorPair(String background, String foreground)
  • Method Details

    • getBackground

      public String getBackground()
    • setBackground

      public void setBackground(String background)
    • getForeground

      public String getForeground()
    • setForeground

      public void setForeground(String foreground)