Interface PosYAccessor.PosYBuilder<B extends PosYAccessor.PosYBuilder<B>>

    • Method Detail

      • withPositionY

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