Interface ArcAxisDisplayRange.Builder

    • Method Detail

      • min

        ArcAxisDisplayRange.Builder min​(Double min)

        The minimum value of the arc axis range.

        Parameters:
        min - The minimum value of the arc axis range.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • max

        ArcAxisDisplayRange.Builder max​(Double max)

        The maximum value of the arc axis range.

        Parameters:
        max - The maximum value of the arc axis range.
        Returns:
        Returns a reference to this object so that method calls can be chained together.