Interface HeightAccessor.HeightBuilder<B extends HeightAccessor.HeightBuilder<B>>

    • Method Detail

      • withHeight

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