Class BasicTessellator

    • Constructor Detail

      • BasicTessellator

        public BasicTessellator()
    • Method Detail

      • getLevelSet

        public LevelSet getLevelSet()
      • setLevelSet

        public void setLevelSet​(LevelSet levelSet)
      • getDetailControl

        public double getDetailControl()
      • setDetailControl

        public void setDetailControl​(double detailControl)
      • createTile

        public Tile createTile​(Sector sector,
                               Level level,
                               int row,
                               int column)
        Description copied from interface: TileFactory
        Returns a tile for a specified sector, level within a LevelSet, and row and column within that level.
        Specified by:
        createTile in interface TileFactory
        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