Interface GridHeightAccessor.GridHeightBuilder<B extends GridHeightAccessor.GridHeightBuilder<B>>

    • Method Detail

      • withGridHeight

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