comparison flys-artifacts/src/main/java/de/intevation/flys/exports/OutGenerator.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 4ac581062c40
comparison
equal deleted inserted replaced
2046:2ae0627f956e 2047:0318fa6f0844
55 * init()). 55 * init()).
56 */ 56 */
57 void generate() throws IOException; 57 void generate() throws IOException;
58 58
59 /** 59 /**
60 * This method is used to set a <i>Settings</i> object for the <i>Output</i>
61 * that is produced by this <i>OutGenerator</i>.
62 *
63 * @param settings The <i>Settings</i> that might be used while
64 * <i>Output</i> creation.
65 */
66 void setSettings(Settings settings);
67
68 /**
60 * Returns the Settings for the Output produced by this OutGenerator. 69 * Returns the Settings for the Output produced by this OutGenerator.
61 * 70 *
62 * @return the Settings for the Output produced by this OutGenerator. 71 * @return the Settings for the Output produced by this OutGenerator.
63 */ 72 */
64 Settings getSettings(); 73 Settings getSettings();

http://dive4elements.wald.intevation.org