Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 2049:2d5f2bc68cc6
Centralized the creation of new NumberAxis - new NumberAxis instances in FLYS will be from type IdentifiableNumberAxis which subclasses JFreeChart's NumberAxis.
flys-artifacts/trunk@3539 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 23 Dec 2011 15:10:13 +0000 |
parents | 3157a78e6494 |
children | c4e0e433f825 |
comparison
equal
deleted
inserted
replaced
2048:3157a78e6494 | 2049:2d5f2bc68cc6 |
---|---|
1 2011-12-23 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/exports/IdentifiableNumberAxis.java: New. | |
4 Subclasses JFreeChart's NumberAxis and offers a getId() method which | |
5 returns an identifiable key. | |
6 | |
7 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: Implements | |
8 a createNumberAxis() method that should be used by all subclasses to | |
9 create new axes. This method returns an instance of IdentifiableNumberAxis | |
10 which is required for zooming. | |
11 | |
12 * src/main/java/de/intevation/flys/exports/DischargeCurveGenerator.java, | |
13 src/main/java/de/intevation/flys/exports/LongitudinalSectionGenerator.java, | |
14 src/main/java/de/intevation/flys/exports/DurationCurveGenerator.java: | |
15 Create new NumberAxis instances by using XYChartGenerator.createNumberAxis(). | |
16 | |
1 2011-12-23 Ingo Weinzierl <ingo@intevation.de> | 17 2011-12-23 Ingo Weinzierl <ingo@intevation.de> |
2 | 18 |
3 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: | 19 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: |
4 Implemented the methods getChartTitle() and getChartSubtitle(). Both | 20 Implemented the methods getChartTitle() and getChartSubtitle(). Both |
5 methods try to get the required information from ChartSettings. If no | 21 methods try to get the required information from ChartSettings. If no |