Interface GridWidthAccessor.GridWidthBuilder<B extends GridWidthAccessor.GridWidthBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
All Known Subinterfaces:
GridDimension.GridDimensionBuilder<B>, Raster.RasterBuilder<B>
All Known Implementing Classes:
RasterPropertyBuilder
Enclosing interface:
GridWidthAccessor

public static interface GridWidthAccessor.GridWidthBuilder<B extends GridWidthAccessor.GridWidthBuilder<B>>
Provides a builder method for a grid width property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withGridWidth(int aWidth)
    Sets the grid width for the grid width property.
  • Method Details

    • withGridWidth

      B withGridWidth(int aWidth)
      Sets the grid width for the grid width property.
      Parameters:
      aWidth - The grid width to be stored by the grid width property.
      Returns:
      The builder for applying multiple build operations.