@Deprecated public abstract class AbstractIndependentChartUI extends java.lang.Object implements IndependentChartUIProvider
CURRENT_API_LEVEL, XML_TAG| 构造器和说明 |
|---|
AbstractIndependentChartUI()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
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)
已过时。
系列界面
|
boolean |
isUseDefaultPane()
已过时。
是否使用默认的界面,为了避免界面来回切换
|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIconPath, getPlotTypePane, getPlotTypeTitle4PopupWindow, getReportDataSourcePane, getTableDataSourcePane, needChartChangePanepublic 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 ConditionAttributesPane getPlotConditionPane(Plot plot)
IndependentChartUIProvidergetPlotConditionPane 在接口中 IndependentChartUIProviderpublic ChartEditPane getChartEditPane(java.lang.String plotID)
getChartEditPane 在接口中 IndependentChartUIProviderpublic ChartsConfigPane getChartConfigPane(java.lang.String plotID)
getChartConfigPane 在接口中 IndependentChartUIProvider