Interface GridOffsetYAccessor.GridOffsetYBuilder<B extends GridOffsetYAccessor.GridOffsetYBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
All Known Subinterfaces:
GridOffset.GridOffsetBuilder<B>
Enclosing interface:
GridOffsetYAccessor

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

    Modifier and Type
    Method
    Description
    withGridOffsetY(int aOffsetY)
    Sets the Y offset for the Y offset property.
  • Method Details

    • withGridOffsetY

      B withGridOffsetY(int aOffsetY)
      Sets the Y offset for the Y offset property.
      Parameters:
      aOffsetY - The Y offset to be stored by the Y offset property.
      Returns:
      The builder for applying multiple build operations.