public abstract class AbstractIndependentChartUIWithAPILevel extends java.lang.Object implements IndependentChartUIProvider
CURRENT_API_LEVEL, XML_TAG| 构造器和说明 |
|---|
AbstractIndependentChartUIWithAPILevel() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
currentAPILevel()
当前接口的API等级,用于判断是否需要升级插件
|
boolean |
equals(java.lang.Object obj) |
AbstractChartAttrPane[] |
getAttrPaneArray(AttributeChangeListener listener)
图表的属性界面数组
|
ChartsConfigPane |
getChartConfigPane(java.lang.String plotID) |
ChartDataPane |
getChartDataPane(AttributeChangeListener listener) |
ChartEditPane |
getChartEditPane(java.lang.String plotID) |
ConditionAttributesPane |
getPlotConditionPane(Plot plot)
条件属性界面
|
BasicBeanPane<Plot> |
getPlotSeriesPane() |
BasicBeanPane<Plot> |
getPlotSeriesPane(ChartStylePane parent,
Plot plot)
系列界面
|
java.lang.String |
getPlotTypeTitle4PopupWindow()
plot面板的标题
插件兼容
|
boolean |
isUseDefaultPane()
是否使用默认的界面,为了避免界面来回切换
|
boolean |
needChartChangePane() |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIconPath, getPlotTypePane, getReportDataSourcePane, getTableDataSourcePanepublic int currentAPILevel()
LevelcurrentAPILevel 在接口中 Levelpublic AbstractChartAttrPane[] getAttrPaneArray(AttributeChangeListener listener)
IndependentChartUIProvidergetAttrPaneArray 在接口中 IndependentChartUIProviderpublic ChartDataPane getChartDataPane(AttributeChangeListener listener)
getChartDataPane 在接口中 IndependentChartUIProviderpublic boolean isUseDefaultPane()
isUseDefaultPane 在接口中 IndependentChartUIProviderpublic BasicBeanPane<Plot> getPlotSeriesPane(ChartStylePane parent, Plot plot)
IndependentChartUIProvidergetPlotSeriesPane 在接口中 IndependentChartUIProviderpublic BasicBeanPane<Plot> getPlotSeriesPane()
public boolean equals(java.lang.Object obj)
equals 在类中 java.lang.Objectpublic boolean needChartChangePane()
public ConditionAttributesPane getPlotConditionPane(Plot plot)
IndependentChartUIProvidergetPlotConditionPane 在接口中 IndependentChartUIProviderpublic java.lang.String getPlotTypeTitle4PopupWindow()
public ChartEditPane getChartEditPane(java.lang.String plotID)
getChartEditPane 在接口中 IndependentChartUIProviderpublic ChartsConfigPane getChartConfigPane(java.lang.String plotID)
getChartConfigPane 在接口中 IndependentChartUIProvider