限定符和类型 | 方法和说明 |
---|---|
java.awt.image.BufferedImage |
PhantomExportProcessor.getDesignerImage(VanChartGlyph vanChartGlyph,
int width,
int height,
java.awt.image.BufferedImage demoImage) |
java.awt.image.BufferedImage |
JSExportProcessor.getDesignerImage(VanChartGlyph vanChartGlyph,
int width,
int height,
java.awt.image.BufferedImage demoImage) |
java.awt.image.BufferedImage |
ExportProcessor.getDesignerImage(VanChartGlyph vanChartGlyph,
int width,
int height,
java.awt.image.BufferedImage demoImage) |
java.awt.image.BufferedImage |
PhantomExportProcessor.getExportImage(VanChartGlyph vanChartGlyph,
int width,
int height,
java.awt.image.BufferedImage demoImage,
CallbackEvent callback) |
java.awt.image.BufferedImage |
JSExportProcessor.getExportImage(VanChartGlyph vanChartGlyph,
int width,
int height,
java.awt.image.BufferedImage demoImage,
CallbackEvent callback) |
java.awt.image.BufferedImage |
ExportProcessor.getExportImage(VanChartGlyph vanChartGlyph,
int width,
int height,
java.awt.image.BufferedImage demoImage,
CallbackEvent callback) |
void |
PhantomExportProcessor.startPhantomExportTask(VanChartGlyph vanChartGlyph,
Repository repo,
int width,
int height,
JSONObject jsonObject) |
void |
JSExportProcessor.startPhantomExportTask(VanChartGlyph vanChartGlyph,
Repository repo,
int width,
int height,
JSONObject jsonObject) |
void |
ExportProcessor.startPhantomExportTask(VanChartGlyph vanChartGlyph,
Repository repo,
int width,
int height,
JSONObject jsonObject) |
限定符和类型 | 方法和说明 |
---|---|
void |
VanChartBubblePlotGlyph.addOtherJSON(JSONObject js,
Repository repo,
VanChartGlyph vanChartGlyph) |
限定符和类型 | 方法和说明 |
---|---|
void |
VanChartCustomPlotGlyph.addOtherJSON(JSONObject js,
Repository repo,
VanChartGlyph vanChartGlyph) |
限定符和类型 | 方法和说明 |
---|---|
void |
VanChartDrillMapPlotGlyph.addOtherJSON(JSONObject js,
Repository repo,
VanChartGlyph vanChartGlyph) |
限定符和类型 | 方法和说明 |
---|---|
void |
VanChartGanttPlotGlyph.addOtherJSON(JSONObject js,
Repository repo,
VanChartGlyph vanChartGlyph) |
限定符和类型 | 方法和说明 |
---|---|
void |
VanChartPlotGlyph.addOtherJSON(JSONObject js,
Repository repo,
VanChartGlyph vanChartGlyph) |
限定符和类型 | 方法和说明 |
---|---|
void |
VanChartMapPlotGlyph.addOtherJSON(JSONObject js,
Repository repo,
VanChartGlyph vanChartGlyph) |
限定符和类型 | 方法和说明 |
---|---|
void |
VanChartRadarPlotGlyph.addOtherJSON(JSONObject js,
Repository repo,
VanChartGlyph vanChartGlyph) |
限定符和类型 | 方法和说明 |
---|---|
void |
ImageManager.createDemoImage(VanChartGlyph vanChartGlyph) |
static void |
VanChartGlyphLayout.doLayout(VanChartGlyph chartGlyph,
int resolution)
图表ChartGlyph的整个布局 边界
整个图表的布局顺序:标题、图例、。
|
java.awt.image.BufferedImage |
ImageManager.drawImage(boolean isExport,
VanChartGlyph vanChartGlyph,
int width,
int height,
CallbackEvent callback) |
ExportImageEvent |
ImageManager.prepareExportImage(VanChartGlyph vanChartGlyph,
int width,
int height,
Repository repo)
预览时同步导出图片
|
限定符和类型 | 方法和说明 |
---|---|
VanChartGlyph |
ImageAttr.getVanChartGlyph() |
限定符和类型 | 方法和说明 |
---|---|
protected abstract JSONObject |
ImageEvent.createVanChartJSON(VanChartGlyph chartGlyph,
int width,
int height) |
void |
ImageAttr.updateAttr(VanChartGlyph vanChartGlyph,
int width,
int height) |
void |
ImageAttr.updateExportAttr(VanChartGlyph vanChartGlyph,
int width,
int height) |
限定符和类型 | 方法和说明 |
---|---|
protected JSONObject |
DesignImageEvent.createVanChartJSON(VanChartGlyph chartGlyph,
int width,
int height) |
java.awt.image.BufferedImage |
DesignImageEvent.getImage(VanChartGlyph vanChartGlyph,
int width,
int height,
CallbackEvent callback)
判断是否重新请求的步骤:
1、是不是属性版的改变(包括地图底图请求完毕之后,也会设置chartAttrDirty属性为true)
2、属性版的改变是否导致json的改变
|
限定符和类型 | 方法和说明 |
---|---|
protected JSONObject |
ExportImageEvent.createVanChartJSON(VanChartGlyph chartGlyph,
int width,
int height) |
java.awt.image.BufferedImage |
ExportImageEvent.getImage(VanChartGlyph vanChartGlyph,
int width,
int height,
CallbackEvent callback) |