Interface WidthAccessor.WidthBuilder<B extends WidthAccessor.WidthBuilder<B>>

    • Method Detail

      • withWidth

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