Interface GridDimension.GridDimensionMutator

    • Method Detail

      • setGridDimension

        void setGridDimension​(int aWidth,
                              int aHeight)
        Sets the grid dimension.
        Parameters:
        aWidth - the width
        aHeight - the height
      • setGridDimension

        void setGridDimension​(GridDimension aDimension)
        Sets the grid dimension.
        Parameters:
        aDimension - the new grid dimension
      • setGridDimension

        void setGridDimension​(Dimension aDimension)
        Sets the grid dimension.
        Parameters:
        aDimension - the new grid dimension