comparison gnv-artifacts/src/main/java/de/intevation/gnv/chart/TimeSeriesChart.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 9a828e5a2390
children e8a9e84a0328
comparison
equal deleted inserted replaced
778:9a828e5a2390 779:b1f5f2a8840f
25 25
26 import org.jfree.chart.axis.Axis; 26 import org.jfree.chart.axis.Axis;
27 import org.jfree.chart.axis.DateAxis; 27 import org.jfree.chart.axis.DateAxis;
28 import org.jfree.chart.axis.DateTickUnit; 28 import org.jfree.chart.axis.DateTickUnit;
29 import org.jfree.chart.axis.DateTickUnitType; 29 import org.jfree.chart.axis.DateTickUnitType;
30 import org.jfree.chart.axis.TickUnitSource;
30 import org.jfree.chart.axis.TickUnits; 31 import org.jfree.chart.axis.TickUnits;
31 import org.jfree.chart.axis.TickUnitSource;
32 import org.jfree.chart.axis.ValueAxis; 32 import org.jfree.chart.axis.ValueAxis;
33 33
34 import org.jfree.chart.plot.PlotOrientation; 34 import org.jfree.chart.plot.PlotOrientation;
35 import org.jfree.chart.plot.XYPlot; 35 import org.jfree.chart.plot.XYPlot;
36 36

http://dive4elements.wald.intevation.org