public interface ExportProcessor
extends java.io.Serializable
限定符和类型 | 方法和说明 |
---|---|
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) |
void startPhantomExportTask(VanChartGlyph vanChartGlyph, Repository repo, int width, int height, JSONObject jsonObject) throws JSONException
JSONException
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)