Interface MinGridDimension.MinGridDimensionMutator

    • Method Detail

      • setMinGridDimension

        void setMinGridDimension​(GridDimension aGridDimension)
        Sets the min grid dimension for the min grid dimension property.
        Parameters:
        aGridDimension - The min grid dimension to be stored by the grid dimension property.
      • setMinGridDimension

        void setMinGridDimension​(int aGridWidth,
                                 int aGridHeight)
        Sets the min grid dimension for the min grid dimension property.
        Parameters:
        aGridWidth - The min grid width to be stored by the min grid dimension property.
        aGridHeight - The min grid height to be stored by the min grid dimension property.