Interface ParameterSliderControl.Builder

    • Method Detail

      • parameterControlId

        ParameterSliderControl.Builder parameterControlId​(String parameterControlId)

        The ID of the ParameterSliderControl.

        Parameters:
        parameterControlId - The ID of the ParameterSliderControl.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • title

        ParameterSliderControl.Builder title​(String title)

        The title of the ParameterSliderControl.

        Parameters:
        title - The title of the ParameterSliderControl.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceParameterName

        ParameterSliderControl.Builder sourceParameterName​(String sourceParameterName)

        The source parameter name of the ParameterSliderControl.

        Parameters:
        sourceParameterName - The source parameter name of the ParameterSliderControl.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • displayOptions

        ParameterSliderControl.Builder displayOptions​(SliderControlDisplayOptions displayOptions)

        The display options of a control.

        Parameters:
        displayOptions - The display options of a control.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maximumValue

        ParameterSliderControl.Builder maximumValue​(Double maximumValue)

        The smaller value that is displayed at the left of the slider.

        Parameters:
        maximumValue - The smaller value that is displayed at the left of the slider.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • minimumValue

        ParameterSliderControl.Builder minimumValue​(Double minimumValue)

        The larger value that is displayed at the right of the slider.

        Parameters:
        minimumValue - The larger value that is displayed at the right of the slider.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stepSize

        ParameterSliderControl.Builder stepSize​(Double stepSize)

        The number of increments that the slider bar is divided into.

        Parameters:
        stepSize - The number of increments that the slider bar is divided into.
        Returns:
        Returns a reference to this object so that method calls can be chained together.