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

    Modifier and Type
    Method
    Description
    For property name that has an associated default color returns Optional.of(<color-hex>), "color-hex" being a representation of color that starts with a hash ("#"), followed by six hexadecimal digits, e.g.
  • Method Details

    • getValue

      Optional<String> getValue(String key)
      For property name that has an associated default color returns Optional.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, return Optional.empty()