comparison flys-artifacts/src/main/java/de/intevation/flys/exports/FlowVelocityInfoGenerator.java @ 2706:d8444fcb4e44

Create chart facets for flow velocity calculation and a chart generator for this. flys-artifacts/trunk@4424 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 16 May 2012 12:39:13 +0000
parents
children
comparison
equal deleted inserted replaced
2705:71f072d8b3d8 2706:d8444fcb4e44
1 package de.intevation.flys.exports;
2
3
4 /**
5 * A ChartInfoGenerator that generates meta information for specific
6 * flow velocity curves.
7 *
8 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
9 */
10 public class FlowVelocityInfoGenerator
11 extends ChartInfoGenerator
12 {
13 public FlowVelocityInfoGenerator() {
14 super(new FlowVelocityGenerator());
15 }
16 }
17 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org