Interface VisualPalette.Builder

    • Method Detail

      • chartColor

        VisualPalette.Builder chartColor​(String chartColor)

        The chart color options for the visual palette.

        Parameters:
        chartColor - The chart color options for the visual palette.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • colorMap

        VisualPalette.Builder colorMap​(Collection<DataPathColor> colorMap)

        The color map options for the visual palette.

        Parameters:
        colorMap - The color map options for the visual palette.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • colorMap

        VisualPalette.Builder colorMap​(DataPathColor... colorMap)

        The color map options for the visual palette.

        Parameters:
        colorMap - The color map options for the visual palette.
        Returns:
        Returns a reference to this object so that method calls can be chained together.