Interface LnFDefaultColorProvider
- All Known Implementing Classes:
LnFDefaultColorProviderImpl
@Internal
public interface LnFDefaultColorProvider
Provides default colors (like header background or text colors) for the ADG3 color scheme.
These values aren't customizable by users.
- See Also:
-
Method Summary
-
Method Details
-
getValue
For property name that has an associated default color returnsOptional.of(<color-hex>)
, "color-hex" being a representation of color that starts with a hash ("#"), followed by six hexadecimal digits, e.g. "#abcdef". If the given key is not associated with any color, returnOptional.empty()
-