Class DynamicColor

    • Field Detail

      • currentKey

        protected Object currentKey
    • Constructor Detail

      • DynamicColor

        public DynamicColor()
      • DynamicColor

        public DynamicColor​(String key)
    • Method Detail

      • setDynamicKey

        public static void setDynamicKey​(Object obj)
      • isColorSet

        protected boolean isColorSet()
      • getCurrentDynamicKey

        protected Object getCurrentDynamicKey()
      • getCurrentKey

        protected Object getCurrentKey()
      • setCurrentKey

        protected void setCurrentKey​(Object currentKey)
      • ensureCorrectColor

        protected void ensureCorrectColor()
      • getColor

        public Color getColor()
        Overrides:
        getColor in class com.github.weisj.darklaf.util.ColorWrapper
      • getUpdatedColor

        protected Color getUpdatedColor()