From e0231440f29e93af332bc3e3910ca1fbca13b99b Mon Sep 17 00:00:00 2001 From: mengao <283296419@qq.com> Date: Thu, 11 May 2017 13:42:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BE=9B=E9=9C=80=E8=A6=81=E7=BB=A7?= =?UTF-8?q?=E6=89=BF=E7=9A=84=E6=8A=BD=E8=B1=A1=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../chart/fun/impl/AbstractIndependentChartUI4Custom.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/designer_chart/src/com/fr/design/chart/fun/impl/AbstractIndependentChartUI4Custom.java b/designer_chart/src/com/fr/design/chart/fun/impl/AbstractIndependentChartUI4Custom.java index ce65ddb86c..1af79ea39f 100644 --- a/designer_chart/src/com/fr/design/chart/fun/impl/AbstractIndependentChartUI4Custom.java +++ b/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; + } + } \ No newline at end of file