Interface FrameMetricDatum.Builder

    • Method Detail

      • frameMetric

        FrameMetricDatum.Builder frameMetric​(FrameMetric frameMetric)
        Sets the value of the FrameMetric property for this object.
        Parameters:
        frameMetric - The new value for the FrameMetric property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        FrameMetricDatum.Builder values​(Collection<Double> values)

        A list of values that are associated with a frame metric.

        Parameters:
        values - A list of values that are associated with a frame metric.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        FrameMetricDatum.Builder values​(Double... values)

        A list of values that are associated with a frame metric.

        Parameters:
        values - A list of values that are associated with a frame metric.
        Returns:
        Returns a reference to this object so that method calls can be chained together.