public abstract class PhantomExportProcessor extends java.lang.Object implements ExportProcessor
构造器和说明 |
---|
PhantomExportProcessor() |
限定符和类型 | 方法和说明 |
---|---|
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
在接口中 ExportProcessor
JSONException
public java.awt.image.BufferedImage getDesignerImage(VanChartGlyph vanChartGlyph, int width, int height, java.awt.image.BufferedImage demoImage)
getDesignerImage
在接口中 ExportProcessor
public java.awt.image.BufferedImage getExportImage(VanChartGlyph vanChartGlyph, int width, int height, java.awt.image.BufferedImage demoImage, CallbackEvent callback)
getExportImage
在接口中 ExportProcessor