|
|
@ -31,6 +31,7 @@ import java.util.ArrayList; |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public class DesignModuleFactory { |
|
|
|
public class DesignModuleFactory { |
|
|
|
private static DesignModuleFactory instance = new DesignModuleFactory(); |
|
|
|
private static DesignModuleFactory instance = new DesignModuleFactory(); |
|
|
|
|
|
|
|
|
|
|
|
private static ChartCollection chartCollection; |
|
|
|
private static ChartCollection chartCollection; |
|
|
|
|
|
|
|
|
|
|
|
public static ChartCollection getChartCollection() { |
|
|
|
public static ChartCollection getChartCollection() { |
|
|
|