Interface GridDimension.GridDimensionBuilder<B extends GridDimension.GridDimensionBuilder<B>>

    • Method Detail

      • withGridDimension

        B withGridDimension​(int aGridWidth,
                            int aGridHeight)
        With grid dimension.
        Parameters:
        aGridWidth - the grid width
        aGridHeight - the grid height
        Returns:
        the b
      • withGridDimension

        B withGridDimension​(GridDimension aDimension)
        With grid dimension.
        Parameters:
        aDimension - the dimension
        Returns:
        the b
      • withGridDimension

        B withGridDimension​(Dimension aDimension)
        With grid dimension.
        Parameters:
        aDimension - the dimension
        Returns:
        the b