Mercurial > mxd2map
comparison src/java/de/intevation/mxd/writer/FillStyleWriter.java @ 180:f4eb506499f5
Done some code styling and removed TODOs.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Mon, 11 Jul 2011 12:11:08 +0200 |
parents | f3a539ace2a4 |
children | 0bde090506f9 |
comparison
equal
deleted
inserted
replaced
179:f3a91cd7440b | 180:f4eb506499f5 |
---|---|
163 logger.warn("Error setting outline width or transparency."); | 163 logger.warn("Error setting outline width or transparency."); |
164 w = 0; | 164 w = 0; |
165 transp = -1; | 165 transp = -1; |
166 } | 166 } |
167 } | 167 } |
168 //write new style for the outline | 168 |
169 //TODO write further attribute like pattern etc. | |
170 Color oCol = Color.decode( | 169 Color oCol = Color.decode( |
171 symbolElement.getAttribute("color")); | 170 symbolElement.getAttribute("color")); |
172 | 171 |
173 styleObj outline = new styleObj (cl); | 172 styleObj outline = new styleObj (cl); |
174 if (w < 1.0 && transp > 0) { | 173 if (w < 1.0 && transp > 0) { |