view flys-artifacts/src/main/java/de/intevation/flys/exports/FlowVelocityInfoGenerator.java @ 3269:b2ea89a665bc

Fix issues in 'documentation'. flys-artifacts/trunk@4911 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 10 Jul 2012 11:10:38 +0000
parents d8444fcb4e44
children
line wrap: on
line source
package de.intevation.flys.exports;


/**
 * A ChartInfoGenerator that generates meta information for specific
 * flow velocity curves.
 *
 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
 */
public class FlowVelocityInfoGenerator
extends      ChartInfoGenerator
{
    public FlowVelocityInfoGenerator() {
        super(new FlowVelocityGenerator());
    }
}
// vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org