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) |
mixinReturnData
void resetChangeChartCollection(BaseChartCollection cc)
BaseChartCollection getChartCollection()
JSONObject createJSONConfig2Show(int width, int height, Repository repo, Calculator ca) throws JSONException
width
- 宽度height
- 高度repo
- JSONException
LayoutBorderStyle getBorderStyle()
java.lang.String getWidgetName()
void addChart(BaseChart chart)
ChartMobileAttrProvider getMobileAttr()