Interface ViewportWidthAccessor.ViewportWidthBuilder<B extends ViewportWidthAccessor.ViewportWidthBuilder<B>>

  • Type Parameters:
    B - The builder to return in order to be able to apply multiple build operations.
    All Known Subinterfaces:
    ViewportDimension.ViewportDimensionBuilder<B>, ViewportPane<C,​B>
    All Known Implementing Classes:
    ViewportDimensionPropertyBuilder
    Enclosing interface:
    ViewportWidthAccessor

    public static interface ViewportWidthAccessor.ViewportWidthBuilder<B extends ViewportWidthAccessor.ViewportWidthBuilder<B>>
    Provides a builder method for a viewport width property returning the builder for applying multiple build operations.
    • Method Detail

      • withViewportWidth

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