public interface TileRegionStateManager
Tile region management.
| Modifier and Type | Method and Description |
|---|---|
void |
appendTileRegion(java.lang.String name, java.lang.String mapName, java.util.List<TileRegion> tileRegions)
Adds the tile region.
|
TileRegion |
getSuitableTileRegion(JobBuildConfig config, java.math.BigDecimal tileBoundsHeight, java.math.BigDecimal tileBoundsWidth)
Gets the tile region.
|
void |
updateTileRegionFinishedStatus(JobBuildConfig config, java.math.BigDecimal tileBoundsHeight, java.math.BigDecimal tileBoundsWidth, boolean finished)
Marks the range of the completed tiling.
|
void updateTileRegionFinishedStatus(JobBuildConfig config, java.math.BigDecimal tileBoundsHeight, java.math.BigDecimal tileBoundsWidth, boolean finished)
Marks the range of the completed tiling.
config -tileBoundsHeight -tileBoundsWidth -finished -TileRegion getSuitableTileRegion(JobBuildConfig config, java.math.BigDecimal tileBoundsHeight, java.math.BigDecimal tileBoundsWidth)
Gets the tile region.
config -tileBoundsHeight -tileBoundsWidth -
void appendTileRegion(java.lang.String name,
java.lang.String mapName,
java.util.List<TileRegion> tileRegions)
Adds the tile region.
name -mapName -tileRegions -