Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 2000:e71719483546
Improved the ChartSettings - now, each chart writes proper AxisSections into the ChartSettings.
flys-artifacts/trunk@3441 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 16 Dec 2011 13:37:58 +0000 |
parents | 02ce03329ef5 |
children | 28a5c163f9cd |
comparison
equal
deleted
inserted
replaced
1999:02ce03329ef5 | 2000:e71719483546 |
---|---|
1 2011-12-16 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: Defined an | |
4 interface YAxisWalker that allows to walk over each Y axis definition in | |
5 subclasses. This walker can be retrieved using the new getYAxisWalker() | |
6 method. The AxisSections are built in this class now. | |
7 | |
8 * src/main/java/de/intevation/flys/exports/LongitudinalSectionGenerator.java: | |
9 Implemented the YAxisWalker interface and the getYAxisWalker() method. | |
10 Removed the code to build AxisSections. | |
11 | |
12 * src/main/java/de/intevation/flys/exports/DurationCurveGenerator.java: | |
13 Implemented getYAxisLabel(int pos) and getYAxisWalker(). | |
14 | |
15 * src/main/java/de/intevation/flys/exports/WDifferencesCurveGenerator.java, | |
16 src/main/java/de/intevation/flys/exports/DischargeCurveGenerator.java: | |
17 Implemented the getYAxisWalker() method. | |
18 | |
1 2011-12-16 Ingo Weinzierl <ingo@intevation.de> | 19 2011-12-16 Ingo Weinzierl <ingo@intevation.de> |
2 | 20 |
3 * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java: | 21 * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java: |
4 Some optimizations during out() operation - the CollectionAttribute is | 22 Some optimizations during out() operation - the CollectionAttribute is |
5 parsed a single time now (*i guess*). This code really needs some | 23 parsed a single time now (*i guess*). This code really needs some |