Interface DataColorPalette.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DataColorPalette.Builder,DataColorPalette>, SdkBuilder<DataColorPalette.Builder,DataColorPalette>, SdkPojo
Enclosing class:
DataColorPalette

public static interface DataColorPalette.Builder extends SdkPojo, CopyableBuilder<DataColorPalette.Builder,DataColorPalette>
  • Method Details

    • 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.