Interface FieldDimension.FieldDimensionMutator

    • Method Detail

      • 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