Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 2395:cd4fb19ab892
Some API changes in ChartGenerator and XYChartGenerator for fetching user specified zoom values.
flys-artifacts/trunk@4021 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 10 Feb 2012 08:56:19 +0000 |
parents | 02ac373b6d69 |
children | 2c62bbe2e415 |
comparison
equal
deleted
inserted
replaced
2394:02ac373b6d69 | 2395:cd4fb19ab892 |
---|---|
1 2012-02-09 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/exports/ChartGenerator.java: Modified | |
4 and renamend getDomainAxisRange(). This method is now called | |
5 getDomainAxisRangeFromRequest() and returns no longer a Range object but | |
6 a String array that consists of the raw string values specified in the | |
7 request document. | |
8 | |
9 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: | |
10 Implemented the missing method getDomainAxisRange(). This method returns | |
11 a Range object based on the String array returned from | |
12 getDomainAxisRangeFromRequest(). | |
13 | |
1 2012-02-09 Ingo Weinzierl <ingo@intevation.de> | 14 2012-02-09 Ingo Weinzierl <ingo@intevation.de> |
2 | 15 |
3 * src/main/java/de/intevation/flys/exports/ChartHelper.java: Added a | 16 * src/main/java/de/intevation/flys/exports/ChartHelper.java: Added a |
4 helper function to determine the min and max bounds (x and y) for | 17 helper function to determine the min and max bounds (x and y) for |
5 TimeSeriesCollections. | 18 TimeSeriesCollections. |