Interface UserDefined.Builder

    • Method Detail

      • unit

        UserDefined.Builder unit​(String unit)

        The units for output resolution of the result.

        Parameters:
        unit - The units for output resolution of the result.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Unit, Unit
      • unit

        UserDefined.Builder unit​(Unit unit)

        The units for output resolution of the result.

        Parameters:
        unit - The units for output resolution of the result.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Unit, Unit
      • value

        UserDefined.Builder value​(Float value)

        The value for output resolution of the result.

        Parameters:
        value - The value for output resolution of the result.
        Returns:
        Returns a reference to this object so that method calls can be chained together.