comparison flys-artifacts/src/main/java/de/intevation/flys/themes/ThemeAccess.java @ 2999:703be13ffa74

Cosmetics and ommitted fix. flys-artifacts/trunk@4554 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 29 May 2012 15:01:28 +0000
parents b75681c09ef8
children 5642a83420f2
comparison
equal deleted inserted replaced
2998:4b6fb6d91192 2999:703be13ffa74
97 showTextBackground = ThemeUtil.parseShowTextBackground(theme); 97 showTextBackground = ThemeUtil.parseShowTextBackground(theme);
98 } 98 }
99 return showTextBackground; 99 return showTextBackground;
100 } 100 }
101 101
102 /**
103 more of this
104 */
105 102
106 public LineStyle parseLineStyle() { 103 public LineStyle parseLineStyle() {
107 return new LineStyle(parseLineColorField(), Integer.valueOf(parseLineWidth())); 104 return new LineStyle(parseLineColorField(), Integer.valueOf(parseLineWidth()));
108 } 105 }
109 106

http://dive4elements.wald.intevation.org