public abstract class Engine extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
dist |
protected String |
distType |
String |
echartsJsVar |
protected Map<String,String> |
extraScript |
protected boolean |
minify |
static String |
version |
| 构造器和说明 |
|---|
Engine() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected String |
_h(String string) |
protected String |
_renderAttribute(Map<String,String> attribute) |
protected String |
_renderScript(String src) |
protected String |
_require(Option option) |
void |
addExtraScript(String file,
String dist) |
String |
getName() |
String |
render(String id,
Option option) |
abstract String |
render(String id,
Option option,
String theme,
Map<String,String> attribute,
Map<String,String> events) |
public static String dist
public static String version
protected String distType
protected boolean minify
public String echartsJsVar
Copyright © 2021. All rights reserved.