Interface FieldWidthAccessor.FieldWidthMutator

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

public static interface FieldWidthAccessor.FieldWidthMutator
Provides a mutator for a field width property.
  • Method Summary

    Modifier and Type Method Description
    void setFieldWidth​(int aWidth)
    Sets the field width for the field width property.
  • Method Details

    • setFieldWidth

      void setFieldWidth​(int aWidth)
      Sets the field width for the field width property.
      Parameters:
      aWidth - The field width to be stored by the field width property.