|
|
|
@ -1,6 +1,7 @@
|
|
|
|
|
package com.fr.design.mainframe.chart; |
|
|
|
|
|
|
|
|
|
import com.fr.chart.chartattr.ChartCollection; |
|
|
|
|
import com.fr.general.Inter; |
|
|
|
|
|
|
|
|
|
import javax.swing.*; |
|
|
|
|
|
|
|
|
@ -8,6 +9,9 @@ import javax.swing.*;
|
|
|
|
|
* Created by mengao on 2017/5/16. |
|
|
|
|
*/ |
|
|
|
|
public class ThirdChartConfigPane extends AbstractChartAttrPane { |
|
|
|
|
|
|
|
|
|
public final static String CHART_STYLE_TITLE = Inter.getLocText("Chart-Style_Name"); |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
public void populate(ChartCollection collection) { |
|
|
|
|
|
|
|
|
@ -25,11 +29,11 @@ public class ThirdChartConfigPane extends AbstractChartAttrPane {
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
public String getIconPath() { |
|
|
|
|
return "com/fr/design/images/form/toolbar/ChartF-Column.png"; |
|
|
|
|
return "com/fr/design/images/chart/ChartStyle.png"; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
public String title4PopupWindow() { |
|
|
|
|
return "CustomChart"; |
|
|
|
|
return CHART_STYLE_TITLE; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|