Interface FieldGapAccessor.FieldGapBuilder<B extends FieldGapAccessor.FieldGapBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
All Known Subinterfaces:
FieldDimension.FieldDimensionBuilder<B>, GridViewportPane<C,B>, Raster.RasterBuilder<B>
All Known Implementing Classes:
RasterPropertyBuilder
Enclosing interface:
FieldGapAccessor

public static interface FieldGapAccessor.FieldGapBuilder<B extends FieldGapAccessor.FieldGapBuilder<B>>
Provides a builder method for a field gap property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withFieldGap(int aFieldGap)
    Sets the field gap for the field gap property.
  • Method Details

    • withFieldGap

      B withFieldGap(int aFieldGap)
      Sets the field gap for the field gap property.
      Parameters:
      aFieldGap - The field gap to be stored by the field gap property.
      Returns:
      The builder for applying multiple build operations.