public abstract class AbstractIndependentVanChartProvider extends AbstractIndependentChartProviderWithAPILevel
CURRENT_API_LEVEL, XML_TAG| 构造器和说明 |
|---|
AbstractIndependentVanChartProvider() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected static void |
createDefaultLabelCondition(ConditionAttr defaultAttr,
VanChartPlot plot) |
protected static void |
createDefaultPlotStyleAttr(Plot plot)
配色:新特性、风格:渐变
|
protected static void |
createDefaultSeriesAlphaCondition(ConditionAttr defaultAttr) |
protected static void |
createDefaultSeriesBorderCondition(ConditionAttr defaultAttr) |
protected static void |
createDefaultStackAndAxisCondition(VanChartRectanglePlot plot) |
protected static void |
createDefaultTooltipCondition(ConditionAttr defaultAttr,
VanChartPlot plot) |
int |
currentAPILevel()
当前接口的API等级,用于判断是否需要升级插件
|
java.lang.String |
getWrapperName()
JS对象名,该对象一般是一个函数,执行后会在给定的dom中绘制图表
|
protected static void |
setDefaultAxisPercentAndFormat(VanChartAxis axis) |
protected static void |
setToolsAllFalse(VanChart vanChart) |
protected static void |
setToolsSortFalse(VanChart vanChart) |
destroy, getChartImagePath, getRequiredJS, initclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChartName, getChartTypespublic java.lang.String getWrapperName()
IndependentChartProvidergetWrapperName 在接口中 IndependentChartProvidergetWrapperName 在类中 AbstractIndependentChartProviderWithAPILevelprotected static void createDefaultPlotStyleAttr(Plot plot)
plot - 图表protected static void createDefaultTooltipCondition(ConditionAttr defaultAttr, VanChartPlot plot)
protected static void createDefaultLabelCondition(ConditionAttr defaultAttr, VanChartPlot plot)
protected static void createDefaultStackAndAxisCondition(VanChartRectanglePlot plot)
protected static void createDefaultSeriesBorderCondition(ConditionAttr defaultAttr)
protected static void createDefaultSeriesAlphaCondition(ConditionAttr defaultAttr)
protected static void setDefaultAxisPercentAndFormat(VanChartAxis axis)
protected static void setToolsSortFalse(VanChart vanChart)
protected static void setToolsAllFalse(VanChart vanChart)
public int currentAPILevel()
LevelcurrentAPILevel 在接口中 LevelcurrentAPILevel 在类中 AbstractIndependentChartProviderWithAPILevel