Interface CustomColor.Builder

    • Method Detail

      • fieldValue

        CustomColor.Builder fieldValue​(String fieldValue)

        The data value that the color is applied to.

        Parameters:
        fieldValue - The data value that the color is applied to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • color

        CustomColor.Builder color​(String color)

        The color that is applied to the data value.

        Parameters:
        color - The color that is applied to the data value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • specialValue

        CustomColor.Builder specialValue​(String specialValue)

        The value of a special data value.

        Parameters:
        specialValue - The value of a special data value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SpecialValue, SpecialValue
      • specialValue

        CustomColor.Builder specialValue​(SpecialValue specialValue)

        The value of a special data value.

        Parameters:
        specialValue - The value of a special data value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SpecialValue, SpecialValue