Interface MaxGridDimension.MaxGridDimensionMutator

    • Method Detail

      • setMaxGridDimension

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

        void setMaxGridDimension​(int aWidth,
                                 int aHeight)
        Sets the max grid dimension for the max grid dimension property.
        Parameters:
        aWidth - The max grid width to be stored by the max grid dimension property.
        aHeight - The max grid height to be stored by the max grid dimension property.