comparison flys-artifacts/src/main/java/de/intevation/flys/exports/LegendProcessor.java @ 3224:075f1ba25758

issue654 flys-artifacts/trunk@4850 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 02 Jul 2012 13:46:12 +0000
parents 89dc2db3a202
children 7cc05da7e35c
comparison
equal deleted inserted replaced
3223:282c9da923ab 3224:075f1ba25758
49 // boolean isShapeFilled() 49 // boolean isShapeFilled()
50 // boolean isShapeOutlineVisible() 50 // boolean isShapeOutlineVisible()
51 // boolean isShapeVisible() 51 // boolean isShapeVisible()
52 String hash = li.getLinePaint().toString(); 52 String hash = li.getLinePaint().toString();
53 String label = li.getLabel(); 53 String label = li.getLabel();
54 if (label.startsWith("W (") || label.startsWith("W(")) { 54 /*if (label.startsWith("W (") || label.startsWith("W(")) {
55 hash += "-W-"; 55 hash += "-W-";
56 } 56 }
57 else if (label.startsWith("Q(") || label.startsWith("Q (")) { 57 else if (label.startsWith("Q(") || label.startsWith("Q (")) {
58 hash += "-Q-"; 58 hash += "-Q-";
59 } 59 }*/
60 60
61 // WQ.java holds example of using regex Matcher/Pattern. 61 // WQ.java holds example of using regex Matcher/Pattern.
62 62
63 return hash; 63 return hash;
64 } 64 }

http://dive4elements.wald.intevation.org