view flys-artifacts/src/main/java/de/intevation/flys/jfree/Style.java @ 2608:938e2f6c0c9a

Refactored the code of the fixings filter building to be useful in more cases. flys-artifacts/trunk@4190 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 03 Apr 2012 13:46:16 +0000
parents 991e4a5df323
children 5a0aef74c316
line wrap: on
line source
package de.intevation.flys.jfree;

import org.jfree.chart.renderer.xy.XYLineAndShapeRenderer;


/**
 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
 */
public interface Style {

    XYLineAndShapeRenderer applyTheme(XYLineAndShapeRenderer r, int idx);
}
// vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org