Interface Resolution.Builder

    • Method Detail

      • width

        Resolution.Builder width​(Integer width)

        The screen resolution's width, expressed in pixels.

        Parameters:
        width - The screen resolution's width, expressed in pixels.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • height

        Resolution.Builder height​(Integer height)

        The screen resolution's height, expressed in pixels.

        Parameters:
        height - The screen resolution's height, expressed in pixels.
        Returns:
        Returns a reference to this object so that method calls can be chained together.