Interface FieldDimension.FieldDimensionMutator

All Superinterfaces:
FieldGapAccessor.FieldGapMutator, FieldHeightAccessor.FieldHeightMutator, FieldWidthAccessor.FieldWidthMutator
All Known Subinterfaces:
FieldDimension.FieldDimensionProperty, GridViewportPane<C,B>, Raster.RasterMutator, Raster.RasterProperty
All Known Implementing Classes:
RasterPropertyBuilder
Enclosing interface:
FieldDimension

public static interface FieldDimension.FieldDimensionMutator extends FieldHeightAccessor.FieldHeightMutator, FieldWidthAccessor.FieldWidthMutator, FieldGapAccessor.FieldGapMutator
The Interface FieldDimensionMutator.
  • Method Details

    • setFieldDimension

      void setFieldDimension(int aFieldWidth, int aFieldHeight)
      Sets the field dimension.
      Parameters:
      aFieldWidth - the field width
      aFieldHeight - the field height
    • setFieldDimension

      void setFieldDimension(int aFieldWidth, int aFieldHeight, int aGap)
      Sets the field dimension.
      Parameters:
      aFieldWidth - the field width
      aFieldHeight - the field height
      aGap - the gap
    • setFieldDimension

      void setFieldDimension(FieldDimension aField)
      Sets the field dimension.
      Parameters:
      aField - the new field dimension
    • setFieldDimension

      void setFieldDimension(Dimension aDimension)
      Sets the field dimension.
      Parameters:
      aDimension - the new field dimension