comparison flys-artifacts/src/main/java/de/intevation/flys/exports/ChartInfoGenerator.java @ 3422:118fe1cc8cc8

OutGenerators got a setCollection() method; analogous to setMasterArtifact(). Registered the SQOverviewGenerator as OutGenerator for 'sq_overview' Output. flys-artifacts/trunk@5076 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Fri, 20 Jul 2012 06:50:25 +0000
parents 1dca41dba135
children
comparison
equal deleted inserted replaced
3421:c44ff50f4970 3422:118fe1cc8cc8
1 package de.intevation.flys.exports; 1 package de.intevation.flys.exports;
2 2
3 import de.intevation.flys.collections.FLYSArtifactCollection;
3 import de.intevation.flys.java2d.NOPGraphics2D; 4 import de.intevation.flys.java2d.NOPGraphics2D;
4 5
5 import java.io.IOException; 6 import java.io.IOException;
6 import java.io.OutputStream; 7 import java.io.OutputStream;
7 8
79 * 80 *
80 * @param master The master artifact 81 * @param master The master artifact
81 */ 82 */
82 public void setMasterArtifact(Artifact master) { 83 public void setMasterArtifact(Artifact master) {
83 generator.setMasterArtifact(master); 84 generator.setMasterArtifact(master);
85 }
86
87
88 /**
89 * Dispatches the operation to the instantiated generator.
90 *
91 * @param collection The collection.
92 */
93 public void setCollection(FLYSArtifactCollection collection) {
94 generator.setCollection(collection);
84 } 95 }
85 96
86 97
87 /** 98 /**
88 * Dispatches the operation to the instantiated generator. 99 * Dispatches the operation to the instantiated generator.

http://dive4elements.wald.intevation.org