Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 2587:bece6f604899
Removed references to Range and replaced those with references to Bounds in ChartGenerators.
flys-artifacts/trunk@4143 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 15 Mar 2012 10:30:03 +0000 |
parents | 8cd6358eb7f8 |
children | 7dd45896e941 |
comparison
equal
deleted
inserted
replaced
2586:8cd6358eb7f8 | 2587:bece6f604899 |
---|---|
1 2012-03-15 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/exports/ChartHelper.java: Added a new | |
4 method that returns the Bounds for a given XYDataset. Based on the | |
5 concrete type of the XYDataset, the call is dispatched to a more specific | |
6 method. | |
7 | |
8 * src/main/java/de/intevation/flys/exports/TimeseriesChartGenerator.java: | |
9 Removed the whole "range" stuff and some methods that are implemented in | |
10 upper classes. | |
11 | |
12 * src/main/java/de/intevation/flys/exports/ChartGenerator.java: Removed the | |
13 setXRange() and setYRange() methods. In our own code, we will use Bounds | |
14 instead of JFreeChart's Range instances to save range/bounds information. | |
15 This is necessary to save information which is not not from type double | |
16 (which is the case in Timeseries charts). | |
17 | |
18 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: Replaced | |
19 usage of Range with Bounds in the whole class. | |
20 | |
21 * src/main/java/de/intevation/flys/exports/DischargeCurveGenerator.java, | |
22 src/main/java/de/intevation/flys/exports/DurationCurveGenerator.java: | |
23 Adapted the method signature of zoom() and zoomX(). | |
24 | |
1 2012-03-14 Ingo Weinzierl <ingo@intevation.de> | 25 2012-03-14 Ingo Weinzierl <ingo@intevation.de> |
2 | 26 |
3 * src/main/java/de/intevation/flys/exports/TimeseriesChartGenerator.java: | 27 * src/main/java/de/intevation/flys/exports/TimeseriesChartGenerator.java: |
4 Copied the adjustAxes() method from XYChartGenerator which enables axes | 28 Copied the adjustAxes() method from XYChartGenerator which enables axes |
5 label font sizes. | 29 label font sizes. |