Mercurial > mxd2map
comparison src/java/de/intevation/mxd/reader/LineFillSymbolReader.java @ 80:83932f18dddc
All symbol reader now extend the abstract symbol reader.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Fri, 27 May 2011 13:15:15 +0200 |
parents | 3087c89a5bb8 |
children | 59e06c405a9a |
comparison
equal
deleted
inserted
replaced
76:3087c89a5bb8 | 80:83932f18dddc |
---|---|
34 | 34 |
35 /** | 35 /** |
36 * Private member. | 36 * Private member. |
37 */ | 37 */ |
38 private LineFillSymbol symbol; | 38 private LineFillSymbol symbol; |
39 | |
40 | 39 |
41 public LineFillSymbolReader(ISymbol symbol) | 40 public LineFillSymbolReader(ISymbol symbol) |
42 throws Exception { | 41 throws Exception { |
43 logger.debug("contructor()"); | 42 logger.debug("contructor()"); |
44 if(symbol instanceof LineFillSymbol) { | 43 if(symbol instanceof LineFillSymbol) { |