Interface ViewportHeightAccessor.ViewportHeightBuilder<B extends ViewportHeightAccessor.ViewportHeightBuilder<B>>

    • Method Detail

      • withViewportHeight

        B withViewportHeight​(int aHeight)
        Sets the viewport height for the viewport height property.
        Parameters:
        aHeight - The viewport height to be stored by the viewport height property.
        Returns:
        The builder for applying multiple build operations.