comparison flys-artifacts/src/main/java/de/intevation/flys/utils/ThemeUtil.java @ 3076:5642a83420f2

FLYS artifacts: Removed trailing whitespace. flys-artifacts/trunk@4670 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 15 Jun 2012 09:30:07 +0000
parents 55f91fae8a7b
children 22def36d37b7
comparison
equal deleted inserted replaced
3075:db9e2bb34707 3076:5642a83420f2
317 */ 317 */
318 public static Color parseTextColor(Document theme) { 318 public static Color parseTextColor(Document theme) {
319 return parseRGB(getTextColorString(theme)); 319 return parseRGB(getTextColorString(theme));
320 } 320 }
321 321
322 322
323 /** Parse color for line label(s text). */ 323 /** Parse color for line label(s text). */
324 public static Color parseLineLabelTextColor(Document theme) { 324 public static Color parseLineLabelTextColor(Document theme) {
325 return parseRGB(getLineLabelTextColorString(theme)); 325 return parseRGB(getLineLabelTextColorString(theme));
326 } 326 }
327 327

http://dive4elements.wald.intevation.org