Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 2057:49b7c2b1a6a7
Make use of the export size for charts specified in ChartSettings if a chart export is requested.
flys-artifacts/trunk@3549 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 27 Dec 2011 11:19:44 +0000 |
parents | 76eeb3b4358e |
children | f97cf2e350c9 |
comparison
equal
deleted
inserted
replaced
2056:76eeb3b4358e | 2057:49b7c2b1a6a7 |
---|---|
1 2011-12-27 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/exports/ChartGenerator.java: The | |
4 getSize() method now returns null if no width and height is specified in | |
5 the request document or if width/height <= 0. It no longer returns the | |
6 result of getDefaultSize(). | |
7 | |
8 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: Set the | |
9 size of a chart export to the size specified in the ChartSettings if | |
10 there are no valid values in the request document. | |
11 | |
12 * src/main/java/de/intevation/flys/exports/ChartInfoGenerator.java: Set the | |
13 chart size to ChartGenerator.getDefaultSize() if no valid values are | |
14 returned by ChartGenerator.getSize(). This has been done autoamtically | |
15 before. | |
16 | |
1 2011-12-27 Ingo Weinzierl <ingo@intevation.de> | 17 2011-12-27 Ingo Weinzierl <ingo@intevation.de> |
2 | 18 |
3 * src/main/java/de/intevation/flys/exports/TypeSection.java: New. This | 19 * src/main/java/de/intevation/flys/exports/TypeSection.java: New. This |
4 Section defines some convinience methods to add/set string, integer, | 20 Section defines some convinience methods to add/set string, integer, |
5 double and boolean values. | 21 double and boolean values. |