Class Colours

Object
Colours

public class Colours extends Object
  • Constructor Details

    • Colours

      public Colours()
  • Method Details

    • getColours

      public static List<Colours.Colour> getColours()
    • getColoursAsCss

      public static String getColoursAsCss()
      Useless function that I use for regenerating the CSS files in the Angular app.
      Returns:
      a String formatted css like a list of ".chat-cinnabar { color: #e44d2e;}"
    • getColoursAsInputfield

      public static String getColoursAsInputfield()
      Useless function that I use for generating the selector in the Angular app.
      Returns:
      a String formatted html containing a "select" form component.