comparison gnv-artifacts/src/main/java/de/intevation/gnv/chart/AbstractChart.java @ 779:b1f5f2a8840f

Ordered imports. Removed needless imports. Removed empty headers. gnv-artifacts/trunk@854 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 29 Mar 2010 08:51:20 +0000
parents 79401c871da4
children f953c9a559d8
comparison
equal deleted inserted replaced
778:9a828e5a2390 779:b1f5f2a8840f
1 package de.intevation.gnv.chart; 1 package de.intevation.gnv.chart;
2 2
3 import java.util.Collection; 3 import java.util.Collection;
4 import java.util.Locale; 4 import java.util.Locale;
5 5
6 import org.jfree.chart.ChartTheme;
6 import org.jfree.chart.JFreeChart; 7 import org.jfree.chart.JFreeChart;
7 import org.jfree.chart.ChartTheme;
8 8
9 /** 9 /**
10 * Abstract chart class to define the basic fields used for chart creation. 10 * Abstract chart class to define the basic fields used for chart creation.
11 * 11 *
12 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 12 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>

http://dive4elements.wald.intevation.org