Interface DataColorPalette.Builder

    • Method Detail

      • colors

        DataColorPalette.Builder colors​(Collection<String> colors)

        The hexadecimal codes for the colors.

        Parameters:
        colors - The hexadecimal codes for the colors.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • colors

        DataColorPalette.Builder colors​(String... colors)

        The hexadecimal codes for the colors.

        Parameters:
        colors - The hexadecimal codes for the colors.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • minMaxGradient

        DataColorPalette.Builder minMaxGradient​(Collection<String> minMaxGradient)

        The minimum and maximum hexadecimal codes that describe a color gradient.

        Parameters:
        minMaxGradient - The minimum and maximum hexadecimal codes that describe a color gradient.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • minMaxGradient

        DataColorPalette.Builder minMaxGradient​(String... minMaxGradient)

        The minimum and maximum hexadecimal codes that describe a color gradient.

        Parameters:
        minMaxGradient - The minimum and maximum hexadecimal codes that describe a color gradient.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • emptyFillColor

        DataColorPalette.Builder emptyFillColor​(String emptyFillColor)

        The hexadecimal code of a color that applies to charts where a lack of data is highlighted.

        Parameters:
        emptyFillColor - The hexadecimal code of a color that applies to charts where a lack of data is highlighted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.