Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 348:635af5381a4d
Added an abstract OutGenerator that should be the base class for all generators which create charts.
flys-artifacts/trunk@1750 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 27 Apr 2011 14:40:44 +0000 |
parents | a63d8bdb2d79 |
children | 6167ae622ce0 |
comparison
equal
deleted
inserted
replaced
347:a63d8bdb2d79 | 348:635af5381a4d |
---|---|
1 2011-04-27 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/exports/ChartGenerator.java: New. An | |
4 abstract OutGenerator that might be used to create chart output. Some | |
5 basic things that are equal in all charts should be done here! | |
6 | |
7 * src/main/java/de/intevation/flys/exports/DischargeCurveGenerator.java: | |
8 This OutGenerator no longer implements the OutGenerator directly, but it | |
9 extends the ChartGenerator now. | |
10 | |
1 2011-04-27 Ingo Weinzierl <ingo@intevation.de> | 11 2011-04-27 Ingo Weinzierl <ingo@intevation.de> |
2 | 12 |
3 * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java: | 13 * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java: |
4 Restructured the out() operation of a collection: Now, we collect a list | 14 Restructured the out() operation of a collection: Now, we collect a list |
5 of artifacts/facets and use this for the OutGenerator. Its doOut() | 15 of artifacts/facets and use this for the OutGenerator. Its doOut() |