Browse Source

提供需要继承的抽象类

master
mengao 8 years ago
parent
commit
e0231440f2
  1. 5
      designer_chart/src/com/fr/design/chart/fun/impl/AbstractIndependentChartUI4Custom.java

5
designer_chart/src/com/fr/design/chart/fun/impl/AbstractIndependentChartUI4Custom.java

@ -82,4 +82,9 @@ public abstract class AbstractIndependentChartUI4Custom implements IndependentCh
return getPlotTypePane().title4PopupWindow();
}
@Override
public int currentAPILevel() {
return CURRENT_API_LEVEL;
}
}
Loading…
Cancel
Save