|
|
|
@ -39,11 +39,11 @@ public abstract class AbstractChartTypePane extends FurtherBasicBeanPane<Chart>{
|
|
|
|
|
protected static final int BAIDU = 0; |
|
|
|
|
protected static final int GOOGLE = 1; |
|
|
|
|
|
|
|
|
|
private List<ChartImagePane> typeDemo; |
|
|
|
|
protected List<ChartImagePane> typeDemo; |
|
|
|
|
protected List<ChartImagePane> styleList; |
|
|
|
|
|
|
|
|
|
protected JPanel stylePane; //样式布局的面板
|
|
|
|
|
protected JPanel typePane; |
|
|
|
|
private JPanel typePane; |
|
|
|
|
protected abstract String[] getTypeIconPath(); |
|
|
|
|
protected abstract String[] getTypeTipName(); |
|
|
|
|
protected abstract String[] getTypeLayoutPath(); |
|
|
|
|