comparison flys-artifacts/src/main/java/de/intevation/flys/exports/AbstractExporter.java @ 2047:0318fa6f0844

Make use of first attributes specified in the ChartSettings. NOTE: work is still in progress. flys-artifacts/trunk@3535 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Fri, 23 Dec 2011 08:57:25 +0000
parents f73036b991e2
children 65dac9cf6ff5
comparison
equal deleted inserted replaced
2046:2ae0627f956e 2047:0318fa6f0844
228 * @return an instance of <i>EmptySettings</i>. 228 * @return an instance of <i>EmptySettings</i>.
229 */ 229 */
230 public Settings getSettings() { 230 public Settings getSettings() {
231 return new EmptySettings(); 231 return new EmptySettings();
232 } 232 }
233
234
235 /**
236 * This method is not implemented. Override it in subclasses if those need a
237 * <i>Settings</i> object.
238 */
239 public void setSettings(Settings settings) {
240 // do nothing
241 }
233 } 242 }
234 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 243 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org