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

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
All Known Subinterfaces:
Position.PositionBuilder<B>, Rectangle.RectangleBuilder<B>
All Known Implementing Classes:
PositionPropertyBuilder
Enclosing interface:
PosXAccessor

public static interface PosXAccessor.PosXBuilder<B extends PosXAccessor.PosXBuilder<B>>
Provides a builder method for a X position property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withPositionX(int aPosX)
    Sets the X position for the X position property.
  • Method Details

    • 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.