Class ThemeColors$


  • public class ThemeColors$
    extends java.lang.Object
    • Field Detail

      • MODULE$

        public static final ThemeColors$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • ThemeColors$

        public ThemeColors$()
    • Method Detail

      • colorCode

        public java.lang.String colorCode​(ThemeColor themeColor)
      • themeColorFromCode

        public scala.PartialFunction<java.lang.String,​ThemeColor> themeColorFromCode()
      • themeColorFromOldCode

        public scala.PartialFunction<java.lang.String,​ThemeColor> themeColorFromOldCode()
      • fromOldCodeWithDefaultGreen

        public ThemeColor fromOldCodeWithDefaultGreen​(java.lang.String oldCode)