Interface ColorScale.Builder

    • Method Detail

      • colors

        ColorScale.Builder colors​(Collection<DataColor> colors)

        Determines the list of colors that are applied to the visual.

        Parameters:
        colors - Determines the list of colors that are applied to the visual.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • colors

        ColorScale.Builder colors​(DataColor... colors)

        Determines the list of colors that are applied to the visual.

        Parameters:
        colors - Determines the list of colors that are applied to the visual.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • colorFillType

        ColorScale.Builder colorFillType​(String colorFillType)

        Determines the color fill type.

        Parameters:
        colorFillType - Determines the color fill type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ColorFillType, ColorFillType
      • colorFillType

        ColorScale.Builder colorFillType​(ColorFillType colorFillType)

        Determines the color fill type.

        Parameters:
        colorFillType - Determines the color fill type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ColorFillType, ColorFillType
      • nullValueColor

        ColorScale.Builder nullValueColor​(DataColor nullValueColor)

        Determines the color that is applied to null values.

        Parameters:
        nullValueColor - Determines the color that is applied to null values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.