Class ThemeConfiguration

    • Method Detail

      • dataColorPalette

        public final DataColorPalette dataColorPalette()

        Color properties that apply to chart data colors.

        Returns:
        Color properties that apply to chart data colors.
      • uiColorPalette

        public final UIColorPalette uiColorPalette()

        Color properties that apply to the UI and to charts, excluding the colors that apply to data.

        Returns:
        Color properties that apply to the UI and to charts, excluding the colors that apply to data.
      • sheet

        public final SheetStyle sheet()

        Display options related to sheets.

        Returns:
        Display options related to sheets.
      • typography

        public final Typography typography()
        Returns the value of the Typography property for this object.
        Returns:
        The value of the Typography property for this object.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)