Interface GridWidthAccessor.GridWidthBuilder<B extends GridWidthAccessor.GridWidthBuilder<B>>

    • Method Detail

      • withGridWidth

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