Interface TileFactory

    • Method Detail

      • createTile

        Tile createTile​(Sector sector,
                        Level level,
                        int row,
                        int column)
        Returns a tile for a specified sector, level within a LevelSet, and row and column within that level.
        Parameters:
        sector - the sector spanned by the tile
        level - the level at which the tile lies within a LevelSet
        row - the row within the specified level
        column - the column within the specified level
        Returns:
        a tile constructed with the specified arguments
        Throws:
        java.lang.IllegalArgumentException - if either the sector or the level is null