Interface PercentVisibleRange.Builder

    • Method Detail

      • from

        PercentVisibleRange.Builder from​(Double from)

        The lower bound of the range.

        Parameters:
        from - The lower bound of the range.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • to

        PercentVisibleRange.Builder to​(Double to)

        The top bound of the range.

        Parameters:
        to - The top bound of the range.
        Returns:
        Returns a reference to this object so that method calls can be chained together.