Interface Summary | |
---|---|
ColorProvider | An object that provides colors. |
Class Summary | |
---|---|
AbstractColorProvider | Base class for color providers. |
BackgroundColorProvider | Returns the background color of a component. |
BackgroundPainterColorProvider | Finds the most suitable background color of a component. |
ColorBlender | Blends two colors according to the given blend amount. |
ColorMultiplier | Multiplies the RGB components of a color with the given factor. |
ColorProviderList | |
ColorProviderUtil | Utility methods for {@link ColorProvider}'s. |
FixedColorProvider | A {@link ColorProvider} which always returns the same color. |
UIManagerColorProvider | A {@link ColorProvider} which returns a property color from the {@link UIManager}. |