|
|
|
@ -130,6 +130,7 @@ public class ChartEditPane extends BasicPane implements AttributeChange,Prepare4
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 重新构造面板 |
|
|
|
|
* |
|
|
|
|
* @param currentChart 图表 |
|
|
|
|
*/ |
|
|
|
|
public void reLayout(Chart currentChart) { |
|
|
|
@ -280,6 +281,7 @@ public class ChartEditPane extends BasicPane implements AttributeChange,Prepare4
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 当前界面是否是默认的界面 |
|
|
|
|
* |
|
|
|
|
* @return 是否是默认的界面 |
|
|
|
|
*/ |
|
|
|
|
public boolean isDefaultPane() { |
|
|
|
@ -320,6 +322,7 @@ public class ChartEditPane extends BasicPane implements AttributeChange,Prepare4
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 主要用于图表设计器,判断样式改变是否来自工具栏的全局样式按钮 |
|
|
|
|
* |
|
|
|
|
* @param isFromToolBar 是否来自工具栏 |
|
|
|
|
*/ |
|
|
|
|
public void styleChange(boolean isFromToolBar) { |
|
|
|
|