Interface PosXAccessor.PosXBuilder<B extends PosXAccessor.PosXBuilder<B>>

    • Method Detail

      • withPositionX

        B withPositionX​(int aPosX)
        Sets the X position for the X position property.
        Parameters:
        aPosX - The X position to be stored by the X position property.
        Returns:
        The builder for applying multiple build operations.