Interface OffsetXAccessor.OffsetXBuilder<B extends OffsetXAccessor.OffsetXBuilder<B>>

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

public static interface OffsetXAccessor.OffsetXBuilder<B extends OffsetXAccessor.OffsetXBuilder<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
    withOffsetX(int aOffsetX)
    Sets the X offset for the X offset property.
  • Method Details

    • withOffsetX

      B withOffsetX(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.