public class JSExportProcessor extends java.lang.Object implements ExportProcessor
| 构造器和说明 |
|---|
JSExportProcessor() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.awt.image.BufferedImage |
getDesignerImage(VanChartGlyph vanChartGlyph,
int width,
int height,
java.awt.image.BufferedImage demoImage) |
java.awt.image.BufferedImage |
getExportImage(VanChartGlyph vanChartGlyph,
int width,
int height,
java.awt.image.BufferedImage demoImage,
CallbackEvent callback) |
void |
startPhantomExportTask(VanChartGlyph vanChartGlyph,
Repository repo,
int width,
int height,
JSONObject jsonObject) |
public void startPhantomExportTask(VanChartGlyph vanChartGlyph, Repository repo, int width, int height, JSONObject jsonObject) throws JSONException
startPhantomExportTask 在接口中 ExportProcessorJSONExceptionpublic java.awt.image.BufferedImage getDesignerImage(VanChartGlyph vanChartGlyph, int width, int height, java.awt.image.BufferedImage demoImage)
getDesignerImage 在接口中 ExportProcessorpublic java.awt.image.BufferedImage getExportImage(VanChartGlyph vanChartGlyph, int width, int height, java.awt.image.BufferedImage demoImage, CallbackEvent callback)
getExportImage 在接口中 ExportProcessor