Interface DataPathColor.Builder

    • Method Detail

      • element

        DataPathColor.Builder element​(DataPathValue element)

        The element that the color needs to be applied to.

        Parameters:
        element - The element that the color needs to be applied to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • color

        DataPathColor.Builder color​(String color)

        The color that needs to be applied to the element.

        Parameters:
        color - The color that needs to be applied to the element.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timeGranularity

        DataPathColor.Builder timeGranularity​(String timeGranularity)

        The time granularity of the field that the color needs to be applied to.

        Parameters:
        timeGranularity - The time granularity of the field that the color needs to be applied to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TimeGranularity, TimeGranularity
      • timeGranularity

        DataPathColor.Builder timeGranularity​(TimeGranularity timeGranularity)

        The time granularity of the field that the color needs to be applied to.

        Parameters:
        timeGranularity - The time granularity of the field that the color needs to be applied to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TimeGranularity, TimeGranularity