Interface GridHeightAccessor.GridHeightBuilder<B extends GridHeightAccessor.GridHeightBuilder<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:
GridHeightAccessor

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

    Modifier and Type
    Method
    Description
    withGridHeight(int aHeight)
    Sets the grid height for the grid height property.
  • Method Details

    • withGridHeight

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