public interface SplitBigTileImageTask
extends java.lang.Runnable
Modifier and Type | Method and Description |
---|---|
void |
convertToPng8(boolean value)
Converts to PNG8 format.
|
void |
setBigTileInfo(java.awt.image.BufferedImage image, int pColIndex, int pRowIndex, int pColCount, int pRowCount, Rectangle2D pRbounds, java.lang.String pFormatName, float compressionQuality, ScaleBuildConfig scaleConfig, double pResolution, java.lang.String tileVersion, java.util.concurrent.atomic.AtomicLong pStoreCount, TileColorType tileColorType)
Sets the bigTile information
|
void |
setBlankSizeThreshold(int value)
Sets the BlankTile upper limit, and when the cap is not reached, BlankTile is written to whiteInfos.
|
void |
setCurrentTask(TileTask value)
Binds the unit tile task.
|
void |
setExecutingState(TaskExecutingState taskExecutingState)
Sets task excuting state.
|
void |
setKvStore(KeyValueStore kvStore)
Sets the key-value storage.
|
void |
setListener(TileBuilder.BuildTileProcessListener value)
Sets the tile status listener
|
void |
setTaskStartTime(long time)
Sets the task start time.
|
void |
setTileStore(TileStore value)
Sets tile storage.
|
void |
setTransparent(boolean pTransparent)
Sets whether the image is transparent.
|
void |
setWhiteInfos(java.util.concurrent.ConcurrentHashMap<java.lang.String,WhiteTileInfo> whiteInfos)
Sets the white chart information list.
|
void setBigTileInfo(java.awt.image.BufferedImage image, int pColIndex, int pRowIndex, int pColCount, int pRowCount, Rectangle2D pRbounds, java.lang.String pFormatName, float compressionQuality, ScaleBuildConfig scaleConfig, double pResolution, java.lang.String tileVersion, java.util.concurrent.atomic.AtomicLong pStoreCount, TileColorType tileColorType)
Sets the bigTile information
image
-pColIndex
-pRowIndex
-pColCount
-pRowCount
-pRbounds
-pFormatName
-compressionQuality
-scaleConfig
-pResolution
-tileVersion
-pStoreCount
-tileColorType
-void setKvStore(KeyValueStore kvStore)
Sets the key-value storage.
kvStore
-void setBlankSizeThreshold(int value)
Sets the BlankTile upper limit, and when the cap is not reached, BlankTile is written to whiteInfos.
value
-void convertToPng8(boolean value)
Converts to PNG8 format.
value
-void setCurrentTask(TileTask value)
Binds the unit tile task.
value
-void setTransparent(boolean pTransparent)
Sets whether the image is transparent.
pTransparent
-void setTileStore(TileStore value)
Sets tile storage.
value
-void setExecutingState(TaskExecutingState taskExecutingState)
Sets task excuting state.
taskExecutingState
-void setListener(TileBuilder.BuildTileProcessListener value)
Sets the tile status listener
value
-void setTaskStartTime(long time)
Sets the task start time.
time
-void setWhiteInfos(java.util.concurrent.ConcurrentHashMap<java.lang.String,WhiteTileInfo> whiteInfos)
Sets the white chart information list.
whiteInfos
-