comparison src/java/de/intevation/mxd/reader/FillSymbolReader.java @ 260:10e0aa283217

Updated documentation and added ant task for javadoc generation.
author raimund renkert <raimund.renkert@intevation.de>
date Tue, 16 Aug 2011 14:32:06 +0200
parents 6b80e46b8f38
children a46adb3697fa
comparison
equal deleted inserted replaced
259:8fe9ccc77962 260:10e0aa283217
168 } 168 }
169 169
170 /** 170 /**
171 * Sets the symbol to read. 171 * Sets the symbol to read.
172 * 172 *
173 * @param the symbol used to display polygons. 173 * @param sym The symbol used to display polygons.
174 */ 174 */
175 public void setSymbol(ISymbol sym) { 175 public void setSymbol(ISymbol sym) {
176 this.symbol = sym; 176 this.symbol = sym;
177 this.fillSymbol = null; 177 this.fillSymbol = null;
178 } 178 }
179 179
180 /** 180 /**
181 * Sets the symbol to read. 181 * Sets the symbol to read.
182 * 182 *
183 * @param the symbol used to display polygons. 183 * @param sym The symbol used to display polygons.
184 */ 184 */
185 public void setSymbol(IFillSymbol sym) { 185 public void setSymbol(IFillSymbol sym) {
186 this.symbol = null; 186 this.symbol = null;
187 this.fillSymbol = sym; 187 this.fillSymbol = sym;
188 } 188 }
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)