Interface VideoAttribute.Builder

    • Method Detail

      • cornerRadius

        VideoAttribute.Builder cornerRadius​(Integer cornerRadius)

        Sets the corner radius of all video tiles.

        Parameters:
        cornerRadius - Sets the corner radius of all video tiles.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • borderColor

        VideoAttribute.Builder borderColor​(String borderColor)

        Defines the border color of all video tiles.

        Parameters:
        borderColor - Defines the border color of all video tiles.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BorderColor, BorderColor
      • borderColor

        VideoAttribute.Builder borderColor​(BorderColor borderColor)

        Defines the border color of all video tiles.

        Parameters:
        borderColor - Defines the border color of all video tiles.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BorderColor, BorderColor
      • highlightColor

        VideoAttribute.Builder highlightColor​(String highlightColor)

        Defines the highlight color for the active video tile.

        Parameters:
        highlightColor - Defines the highlight color for the active video tile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        HighlightColor, HighlightColor
      • highlightColor

        VideoAttribute.Builder highlightColor​(HighlightColor highlightColor)

        Defines the highlight color for the active video tile.

        Parameters:
        highlightColor - Defines the highlight color for the active video tile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        HighlightColor, HighlightColor
      • borderThickness

        VideoAttribute.Builder borderThickness​(Integer borderThickness)

        Defines the border thickness for all video tiles.

        Parameters:
        borderThickness - Defines the border thickness for all video tiles.
        Returns:
        Returns a reference to this object so that method calls can be chained together.