view flys-artifacts/src/main/java/de/intevation/flys/exports/fixings/FixLongitudinalSectionInfoGenerator.java @ 4143:58864f4f6e3b

Fix issue946 (own style for wkms annotation facets in wq diagrams).
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 16 Oct 2012 11:15:12 +0200
parents 750e98fc8b76
children
line wrap: on
line source
package de.intevation.flys.exports.fixings;

import de.intevation.flys.exports.ChartInfoGenerator;

public class FixLongitudinalSectionInfoGenerator extends ChartInfoGenerator {

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

http://dive4elements.wald.intevation.org