Interface BinWidthOptions.Builder

    • Method Detail

      • value

        BinWidthOptions.Builder value​(Double value)

        The options that determine the bin width value.

        Parameters:
        value - The options that determine the bin width value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • binCountLimit

        BinWidthOptions.Builder binCountLimit​(Long binCountLimit)

        The options that determine the bin count limit.

        Parameters:
        binCountLimit - The options that determine the bin count limit.
        Returns:
        Returns a reference to this object so that method calls can be chained together.