Commit in java/trunk/monitoring-app/src/main/java/org/hps/monitoring/plotting on MAIN
MonitoringAnalysisFactory.java-121192 -> 1193
This configuration was moved to the plotting module.

java/trunk/monitoring-app/src/main/java/org/hps/monitoring/plotting
MonitoringAnalysisFactory.java 1192 -> 1193
--- java/trunk/monitoring-app/src/main/java/org/hps/monitoring/plotting/MonitoringAnalysisFactory.java	2014-10-15 01:28:14 UTC (rev 1192)
+++ java/trunk/monitoring-app/src/main/java/org/hps/monitoring/plotting/MonitoringAnalysisFactory.java	2014-10-15 01:30:25 UTC (rev 1193)
@@ -1,10 +1,6 @@
 package org.hps.monitoring.plotting;
 
-import org.jfree.chart.ChartFactory;
-import org.jfree.chart.renderer.xy.XYBarRenderer;
-
 import hep.aida.IPlotterFactory;
-import hep.aida.jfree.DefaultChartTheme;
 import hep.aida.ref.AnalysisFactory;
 
 /**
@@ -28,14 +24,6 @@
     }
     
     /**
-     * Do some JFreeChart related configuration.
-     */
-    public static void configure() {
-        ChartFactory.setChartTheme(new DefaultChartTheme());
-        XYBarRenderer.setDefaultShadowsVisible(false);
-    }
-
-    /**
      * Create a named plotter factory for the monitoring application.
      */
     public IPlotterFactory createPlotterFactory(String name) {
SVNspam 0.1