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, wait
getIconPath, getPlotTypePane, getReportDataSourcePane, getTableDataSourcePane
public int currentAPILevel()
Level
currentAPILevel
在接口中 Level
public AbstractChartAttrPane[] getAttrPaneArray(AttributeChangeListener listener)
IndependentChartUIProvider
getAttrPaneArray
在接口中 IndependentChartUIProvider
public ChartDataPane getChartDataPane(AttributeChangeListener listener)
getChartDataPane
在接口中 IndependentChartUIProvider
public boolean isUseDefaultPane()
isUseDefaultPane
在接口中 IndependentChartUIProvider
public BasicBeanPane<Plot> getPlotSeriesPane(ChartStylePane parent, Plot plot)
IndependentChartUIProvider
getPlotSeriesPane
在接口中 IndependentChartUIProvider
public BasicBeanPane<Plot> getPlotSeriesPane()
public boolean equals(java.lang.Object obj)
equals
在类中 java.lang.Object
public boolean needChartChangePane()
public ConditionAttributesPane getPlotConditionPane(Plot plot)
IndependentChartUIProvider
getPlotConditionPane
在接口中 IndependentChartUIProvider
public java.lang.String getPlotTypeTitle4PopupWindow()
public ChartEditPane getChartEditPane(java.lang.String plotID)
getChartEditPane
在接口中 IndependentChartUIProvider
public ChartsConfigPane getChartConfigPane(java.lang.String plotID)
getChartConfigPane
在接口中 IndependentChartUIProvider