Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 2058:f97cf2e350c9
Some refactoring done: all Sections subclass TypeSection now to be able to use the convinience methods for string, integer, double and boolean attributes.
flys-artifacts/trunk@3550 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 27 Dec 2011 11:37:23 +0000 |
parents | 49b7c2b1a6a7 |
children | 522826b41ffa |
comparison
equal
deleted
inserted
replaced
2057:49b7c2b1a6a7 | 2058:f97cf2e350c9 |
---|---|
1 2011-12-27 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/exports/AxisSection.java, | |
4 src/main/java/de/intevation/flys/exports/LegendSection.java, | |
5 src/main/java/de/intevation/flys/exports/ChartSection.java: Subclasses | |
6 TypeSection to be able to use convinience methods for string, integer, | |
7 double and boolean values. | |
8 | |
1 2011-12-27 Ingo Weinzierl <ingo@intevation.de> | 9 2011-12-27 Ingo Weinzierl <ingo@intevation.de> |
2 | 10 |
3 * src/main/java/de/intevation/flys/exports/ChartGenerator.java: The | 11 * src/main/java/de/intevation/flys/exports/ChartGenerator.java: The |
4 getSize() method now returns null if no width and height is specified in | 12 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 | 13 the request document or if width/height <= 0. It no longer returns the |