public interface SplitBigTileImageTask
extends java.lang.Runnable
限定符和类型 | 方法和说明 |
---|---|
void |
convertToPng8(boolean value)
转换为PNG8格式。
|
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)
设置bigTile信息。
|
void |
setBlankSizeThreshold(int value)
设置BlankTile上限,未达到上限时,切图时将BlankTile写入whiteInfos中。
|
void |
setCurrentTask(TileTask value)
绑定单元切图任务。
|
void |
setExecutingState(TaskExecutingState taskExecutingState)
设置执行状态。
|
void |
setKvStore(KeyValueStore kvStore)
设置键值对存储器。
|
void |
setListener(TileBuilder.BuildTileProcessListener value)
设置切图状态监听器。
|
void |
setTaskStartTime(long time)
设置任务开始时间。
|
void |
setTileStore(TileStore value)
设置瓦片存储器。
|
void |
setTransparent(boolean pTransparent)
设置图片是否透明。
|
void |
setWhiteInfos(java.util.concurrent.ConcurrentHashMap<java.lang.String,WhiteTileInfo> whiteInfos)
设置白图信息列表。
|
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)
设置bigTile信息。
image
-pColIndex
-pRowIndex
-pColCount
-pRowCount
-pRbounds
-pFormatName
-compressionQuality
-scaleConfig
-pResolution
-tileVersion
-pStoreCount
-tileColorType
-void setKvStore(KeyValueStore kvStore)
设置键值对存储器。
kvStore
-void setBlankSizeThreshold(int value)
设置BlankTile上限,未达到上限时,切图时将BlankTile写入whiteInfos中。
value
-void convertToPng8(boolean value)
转换为PNG8格式。
value
-void setCurrentTask(TileTask value)
绑定单元切图任务。
value
-void setTransparent(boolean pTransparent)
设置图片是否透明。
pTransparent
-void setTileStore(TileStore value)
设置瓦片存储器。
value
-void setExecutingState(TaskExecutingState taskExecutingState)
设置执行状态。
taskExecutingState
-void setListener(TileBuilder.BuildTileProcessListener value)
设置切图状态监听器。
value
-void setTaskStartTime(long time)
设置任务开始时间。
time
-void setWhiteInfos(java.util.concurrent.ConcurrentHashMap<java.lang.String,WhiteTileInfo> whiteInfos)
设置白图信息列表。
whiteInfos
-