Package com.github.weisj.darklaf.color
Class DynamicColorUIResource
- java.lang.Object
-
- java.awt.Color
-
- com.github.weisj.darklaf.util.ColorWrapper
-
- com.github.weisj.darklaf.color.DynamicColor
-
- com.github.weisj.darklaf.color.DynamicColorUIResource
-
- All Implemented Interfaces:
Paint,Transparency,Serializable,UIResource
public class DynamicColorUIResource extends DynamicColor implements UIResource
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.github.weisj.darklaf.color.DynamicColor
currentKey
-
Fields inherited from class java.awt.Color
black, BLACK, blue, BLUE, cyan, CYAN, DARK_GRAY, darkGray, gray, GRAY, green, GREEN, LIGHT_GRAY, lightGray, magenta, MAGENTA, orange, ORANGE, pink, PINK, red, RED, white, WHITE, yellow, YELLOW
-
Fields inherited from interface java.awt.Transparency
BITMASK, OPAQUE, TRANSLUCENT
-
-
Constructor Summary
Constructors Constructor Description DynamicColorUIResource()DynamicColorUIResource(String key)
-
Method Summary
-
Methods inherited from class com.github.weisj.darklaf.color.DynamicColor
ensureCorrectColor, getColor, getCurrentDynamicKey, getCurrentKey, getUpdatedColor, isColorSet, setCurrentKey, setDynamicKey
-
Methods inherited from class com.github.weisj.darklaf.util.ColorWrapper
brighter, createContext, darker, getAlpha, getBlue, getColorComponents, getColorComponents, getColorSpace, getComponents, getComponents, getGreen, getRed, getRGB, getRGBColorComponents, getRGBComponents, getTransparency, setColor
-
-
-
-
Constructor Detail
-
DynamicColorUIResource
public DynamicColorUIResource()
-
DynamicColorUIResource
public DynamicColorUIResource(String key)
-
-