|
|
|
@ -120,6 +120,8 @@ public class VanChartGaugePlotPane extends AbstractVanChartTypePane {
|
|
|
|
|
cloneDetail.setInnerPaneBackgroundColor(newDetail.getInnerPaneBackgroundColor()); |
|
|
|
|
cloneDetail.setThermometerWidth(newDetail.getThermometerWidth()); |
|
|
|
|
cloneDetail.setChutePercent(newDetail.getChutePercent()); |
|
|
|
|
cloneDetail.setPaneBackgroundColorAuto(newDetail.isPaneBackgroundColorAuto()); |
|
|
|
|
cloneDetail.setSlotBackgroundColorAuto(newDetail.isSlotBackgroundColorAuto()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected void cloneOldConditionCollection(Plot oldPlot, Plot newPlot) throws CloneNotSupportedException { |
|
|
|
|