public interface BaseChartEditor extends Interactive
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addChart(BaseChart chart) |
JSONObject |
createJSONConfig2Show(int width,
int height,
Repository repo,
Calculator ca)
创建JSON的配置属性用于展示.
|
LayoutBorderStyle |
getBorderStyle() |
BaseChartCollection |
getChartCollection() |
ChartMobileAttrProvider |
getMobileAttr() |
java.lang.String |
getWidgetName() |
void |
resetChangeChartCollection(BaseChartCollection cc) |
mixinReturnDatavoid resetChangeChartCollection(BaseChartCollection cc)
BaseChartCollection getChartCollection()
JSONObject createJSONConfig2Show(int width, int height, Repository repo, Calculator ca) throws JSONException
width - 宽度height - 高度repo - JSONExceptionLayoutBorderStyle getBorderStyle()
java.lang.String getWidgetName()
void addChart(BaseChart chart)
ChartMobileAttrProvider getMobileAttr()