Interface FieldGapAccessor.FieldGapMutator

All Known Subinterfaces:
FieldDimension.FieldDimensionMutator, FieldDimension.FieldDimensionProperty, FieldGapAccessor.FieldGapProperty, Raster.RasterMutator, Raster.RasterProperty, ViewportPane<C,​B>
All Known Implementing Classes:
RasterPropertyBuilder
Enclosing interface:
FieldGapAccessor

public static interface FieldGapAccessor.FieldGapMutator
Provides a mutator for a field gap property.
  • Method Summary

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

    • setFieldGap

      void setFieldGap​(int aFieldGap)
      Sets the field gap for the field gap property.
      Parameters:
      aFieldGap - The field gap to be stored by the field gap property.