程序包 | 说明 |
---|---|
com.fr.plugin.chart.map.server | |
com.fr.plugin.chart.vanchart |
限定符和类型 | 方法和说明 |
---|---|
static java.awt.image.BufferedImage |
MapGisLayerImageFactory.getImageFormURLDoInBackground(BackgroundImageParam param,
java.lang.String url) |
限定符和类型 | 方法和说明 |
---|---|
void |
VanChartGlyph.addChartBackgroundAndBorder(JSONObject js,
Repository repo,
BackgroundImageParam param)
图表区背景写入json
本地异步请求图片逻辑:
在每次获取图片之前,都会有个预处理过程,这个过程generateImage = false
预处理是为了比较前后有没有变化,同时,在预处理过程中,会请求所有需要的背景图片
真正画图时,只是拿已经获取到的背景图,不会再去重复请求背景图片
|
JSONObject |
VanChartGlyph.toLocalJSONObject(Repository repo,
int width,
int height,
BackgroundImageParam param)
如果不生成图片,是否是异步已经不重要了
|