comparison flys-artifacts/src/main/java/de/intevation/flys/exports/XYChartGenerator.java @ 1948:65f9d707caff

Removed superfluous imports. flys-artifacts/trunk@3340 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 30 Nov 2011 12:06:32 +0000
parents 21a4d2c677a1
children 82cefa3f954f 1558ef7b0e7b
comparison
equal deleted inserted replaced
1947:8c0e9d13d1fc 1948:65f9d707caff
22 import org.jfree.chart.ChartFactory; 22 import org.jfree.chart.ChartFactory;
23 import org.jfree.chart.JFreeChart; 23 import org.jfree.chart.JFreeChart;
24 import org.jfree.chart.LegendItem; 24 import org.jfree.chart.LegendItem;
25 import org.jfree.chart.LegendItemCollection; 25 import org.jfree.chart.LegendItemCollection;
26 import org.jfree.chart.annotations.XYTextAnnotation; 26 import org.jfree.chart.annotations.XYTextAnnotation;
27 import org.jfree.chart.axis.AxisLocation;
28 import org.jfree.chart.axis.NumberAxis; 27 import org.jfree.chart.axis.NumberAxis;
29 import org.jfree.chart.axis.ValueAxis; 28 import org.jfree.chart.axis.ValueAxis;
30 import org.jfree.chart.plot.PlotOrientation; 29 import org.jfree.chart.plot.PlotOrientation;
31 import org.jfree.chart.plot.XYPlot; 30 import org.jfree.chart.plot.XYPlot;
32 import org.jfree.chart.renderer.xy.XYItemRenderer; 31 import org.jfree.chart.renderer.xy.XYItemRenderer;

http://dive4elements.wald.intevation.org