Interface FieldGapAccessor.FieldGapMutator

All Known Subinterfaces:
FieldDimension.FieldDimensionMutator, FieldDimension.FieldDimensionProperty, FieldGapAccessor.FieldGapProperty, GridViewportPane<C,B>, Raster.RasterMutator, Raster.RasterProperty
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.