Interface PosYAccessor.PosYBuilder<B extends PosYAccessor.PosYBuilder<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:
PosYAccessor

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

    Modifier and Type
    Method
    Description
    withPositionY(int aPosY)
    Sets the Y position for the Y position property.
  • Method Details

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