Interface VectorYAccessor.VectorYBuilder<B extends VectorYAccessor.VectorYBuilder<B>>

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

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

    Modifier and Type
    Method
    Description
    withVectorY(int aVectorY)
    Sets the Y vector for the Y vector property.
  • Method Details

    • withVectorY

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