Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1991:0bd7c3cf0af1
Added axis sections into charts Settings.
flys-artifacts/trunk@3427 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 15 Dec 2011 17:10:42 +0000 |
parents | 5c1e7c1e9e09 |
children | e1c9f28e2675 |
comparison
equal
deleted
inserted
replaced
1990:5c1e7c1e9e09 | 1991:0bd7c3cf0af1 |
---|---|
1 2011-12-15 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/exports/AxisSection.java: Added methods | |
4 to set the axis label and id. | |
5 | |
6 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: Improved | |
7 the ChartSettings that will now contain a set of AxisSections. The new | |
8 buildAxisSections() method in this class is not implemented and needs to | |
9 be implemented by subclasses. | |
10 | |
11 * src/main/java/de/intevation/flys/exports/LongitudinalSectionGenerator.java: | |
12 Override buildAxisSections() of XYChartGenerator to create an AxisSection | |
13 for each axis that is able to be displayed in this sort of chart. In | |
14 addition, there is a new method getYAxisLabel(int) that returns the label | |
15 for a specific Y axis. | |
16 | |
1 2011-12-15 Ingo Weinzierl <ingo@intevation.de> | 17 2011-12-15 Ingo Weinzierl <ingo@intevation.de> |
2 | 18 |
3 * src/main/java/de/intevation/flys/exports/IntegerAttribute.java: New. | 19 * src/main/java/de/intevation/flys/exports/IntegerAttribute.java: New. |
4 Concrete subclass of a DefaultAttribute for storing integer values. | 20 Concrete subclass of a DefaultAttribute for storing integer values. |
5 | 21 |