comparison flys-artifacts/src/main/java/de/intevation/flys/utils/ThemeUtil.java @ 3624:84a19de5f16a

issue695, fix path to showlevel style property. flys-artifacts/trunk@5318 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 30 Aug 2012 13:59:43 +0000
parents f7e6b35f0b5c
children 34da25796c21
comparison
equal deleted inserted replaced
3623:119b8ba2b77f 3624:84a19de5f16a
21 /** 21 /**
22 * Utility to deal with themes and their representations. 22 * Utility to deal with themes and their representations.
23 */ 23 */
24 public class ThemeUtil { 24 public class ThemeUtil {
25 25
26 /** Private logger. */
26 private static Logger logger = 27 private static Logger logger =
27 Logger.getLogger(ThemeUtil.class); 28 Logger.getLogger(ThemeUtil.class);
28 29
29 public final static String XPATH_FILL_COLOR = 30 public final static String XPATH_FILL_COLOR =
30 "/theme/field[@name='fillcolor']/@default"; 31 "/theme/field[@name='fillcolor']/@default";
67 68
68 public final static String XPATH_SHOW_WIDTH = 69 public final static String XPATH_SHOW_WIDTH =
69 "/theme/field[@name='showwidth']/@default"; 70 "/theme/field[@name='showwidth']/@default";
70 71
71 public final static String XPATH_SHOW_LEVEL = 72 public final static String XPATH_SHOW_LEVEL =
72 "/theme/field[@name='showwidth']/@default"; 73 "/theme/field[@name='showlevel']/@default";
73 74
74 public final static String XPATH_TRANSPARENCY = 75 public final static String XPATH_TRANSPARENCY =
75 "/theme/field[@name='transparent']/@default"; 76 "/theme/field[@name='transparent']/@default";
76 77
77 public final static String XPATH_TRANSPARENCY_ALPHA = 78 public final static String XPATH_TRANSPARENCY_ALPHA =

http://dive4elements.wald.intevation.org