comparison gnv-artifacts/src/main/java/de/intevation/gnv/chart/Chart.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 2047f318e964
comparison
equal deleted inserted replaced
778:9a828e5a2390 779:b1f5f2a8840f
1 package de.intevation.gnv.chart; 1 package de.intevation.gnv.chart;
2
3 import org.jfree.chart.JFreeChart;
4 2
5 import java.io.Serializable; 3 import java.io.Serializable;
6 4
5 import org.jfree.chart.JFreeChart;
7 6
8 /** 7 /**
9 * The <code>Chart</code> interface should be implemented by each type of chart. 8 * The <code>Chart</code> interface should be implemented by each type of chart.
10 * The class must implement a method <code>generateChart</code> which returns a 9 * The class must implement a method <code>generateChart</code> which returns a
11 * JFreeChart object. 10 * JFreeChart object.

http://dive4elements.wald.intevation.org