view flys-artifacts/src/main/java/de/intevation/flys/exports/DurationCurveInfoGenerator.java @ 5645:696d710470f5

flys/issue1077: Show loads as step line, therefore transform data in SedimentLoadFacet to stretch as in the measurement stations bounds. Deal with this new kind of data in the Generator.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 10 Apr 2013 09:35:07 +0200
parents 67c7020f4ed3
children
line wrap: on
line source
package de.intevation.flys.exports;


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

http://dive4elements.wald.intevation.org