comparison artifacts/src/main/java/org/dive4elements/river/jfree/XYStyle.java @ 8202:e4606eae8ea5

sed src/**/*.java 's/logger/log/g'
author Sascha L. Teichmann <teichmann@intevation.de>
date Fri, 05 Sep 2014 12:58:17 +0200
parents 4dbbdf0c8b2c
children 5e38e2924c07
comparison
equal deleted inserted replaced
8201:4b8c5a08de04 8202:e4606eae8ea5
23 * Utility to apply theme-settings to a renderer. 23 * Utility to apply theme-settings to a renderer.
24 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 24 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
25 */ 25 */
26 public class XYStyle implements Style { 26 public class XYStyle implements Style {
27 27
28 private static Logger logger = Logger.getLogger(XYStyle.class); 28 private static Logger log = Logger.getLogger(XYStyle.class);
29 29
30 protected ThemeDocument theme; 30 protected ThemeDocument theme;
31 31
32 protected XYLineAndShapeRenderer renderer; 32 protected XYLineAndShapeRenderer renderer;
33 33

http://dive4elements.wald.intevation.org