comparison flys-artifacts/src/main/java/de/intevation/flys/exports/ReportGenerator.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 a7c437c9547e
children da35b8a23ffb
comparison
equal deleted inserted replaced
2046:2ae0627f956e 2047:0318fa6f0844
70 * @return an instance of <i>EmptySettings</i>. 70 * @return an instance of <i>EmptySettings</i>.
71 */ 71 */
72 public Settings getSettings() { 72 public Settings getSettings() {
73 return new EmptySettings(); 73 return new EmptySettings();
74 } 74 }
75
76
77 /**
78 * This method is not implemented. Override it in subclasses if those need a
79 * <i>Settings</i> object.
80 */
81 public void setSettings(Settings settings) {
82 // do nothing
83 }
75 } 84 }
76 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 85 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org