Mercurial > mxd2map
diff src/java/de/intevation/mxd/reader/LineFillSymbolReader.java @ 181:0bde090506f9
Added comments.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Mon, 11 Jul 2011 14:28:38 +0200 |
parents | a4ab239509f1 |
children | df4e0946ef02 |
line wrap: on
line diff
--- a/src/java/de/intevation/mxd/reader/LineFillSymbolReader.java Mon Jul 11 12:11:08 2011 +0200 +++ b/src/java/de/intevation/mxd/reader/LineFillSymbolReader.java Mon Jul 11 14:28:38 2011 +0200 @@ -33,6 +33,11 @@ */ private LineFillSymbol symbol; + /** + * Constructor with symbol. + * + * @param symbol The symbol used to display polygons. + */ public LineFillSymbolReader(ISymbol symbol) throws Exception { logger.debug("contructor()"); @@ -44,7 +49,11 @@ } } - + /** + * Constructor with symbol. + * + * @param symbol The symbol used to display polygons. + */ public LineFillSymbolReader(IFillSymbol symbol) throws Exception { logger.debug("contructor()");