view flys-artifacts/src/main/java/de/intevation/flys/exports/fixings/FixDeltaWtInfoGenerator.java @ 4981:0e6e44e6725f

flys-client: (first draft) In GaugeInfo show link to show main values.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 14 Feb 2013 09:32:29 +0100
parents 07231dcd5755
children
line wrap: on
line source
package de.intevation.flys.exports.fixings;

import de.intevation.flys.exports.ChartInfoGenerator;

public class FixDeltaWtInfoGenerator extends ChartInfoGenerator {

    public FixDeltaWtInfoGenerator() {
        super(new FixDeltaWtGenerator());
    }
}
// vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org