Class DomVideoBuilder

    • Constructor Detail

    • Method Detail

      • height

        public VideoBuilder height​(int height)
        Description copied from interface: VideoBuilder
        Sets the height of the element.
        Specified by:
        height in interface VideoBuilder
        Parameters:
        height - the height, in pixels
      • poster

        public VideoBuilder poster​(java.lang.String url)
        Description copied from interface: VideoBuilder
        Sets the poster URL.
        Specified by:
        poster in interface VideoBuilder
        Parameters:
        url - the poster image URL
      • width

        public VideoBuilder width​(int width)
        Description copied from interface: VideoBuilder
        Sets the width of the element.
        Specified by:
        width in interface VideoBuilder
        Parameters:
        width - the width, in pixels