comparison flys-artifacts/src/main/java/de/intevation/flys/exports/ChartInfoGenerator.java @ 3242:1dca41dba135

Move annotation code to base class ChartGenerator flys-artifacts/trunk@4874 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Christian Lins <christian.lins@intevation.de>
date Wed, 04 Jul 2012 22:28:44 +0000
parents 6aeb71517136
children 118fe1cc8cc8
comparison
equal deleted inserted replaced
3241:da3e58694cae 3242:1dca41dba135
30 30
31 /** 31 /**
32 * An OutGenerator that generates meta information for charts. A concrete 32 * An OutGenerator that generates meta information for charts. A concrete
33 * ChartInfoGenerator need to instantiate a concrete ChartGenerator and dispatch 33 * ChartInfoGenerator need to instantiate a concrete ChartGenerator and dispatch
34 * the methods to that instance. The only thing this ChartInfoGenerator needs 34 * the methods to that instance. The only thing this ChartInfoGenerator needs
35 * to, is to overrite the generate() method which doesn't write the chart image 35 * to, is to overwrite the generate() method which doesn't write the chart image
36 * to the OutputStream but a Document that contains some meta information of the 36 * to the OutputStream but a Document that contains some meta information of the
37 * created chart. 37 * created chart.
38 * 38 *
39 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 39 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
40 */ 40 */

http://dive4elements.wald.intevation.org