Interface GridOffsetXAccessor.GridOffsetXBuilder<B extends GridOffsetXAccessor.GridOffsetXBuilder<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:
GridOffsetXAccessor

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

    Modifier and Type
    Method
    Description
    withGridOffsetX(int aOffsetX)
    Sets the X offset for the X offset property.
  • Method Details

    • withGridOffsetX

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