Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 2056:76eeb3b4358e
Added an ExportSection to ChartSettings which provides attributes for chart 'width' and 'height'.
flys-artifacts/trunk@3547 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 27 Dec 2011 10:12:14 +0000 |
parents | 3cec0575d655 |
children | 49b7c2b1a6a7 |
comparison
equal
deleted
inserted
replaced
2055:3cec0575d655 | 2056:76eeb3b4358e |
---|---|
1 2011-12-27 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/exports/TypeSection.java: New. This | |
4 Section defines some convinience methods to add/set string, integer, | |
5 double and boolean values. | |
6 | |
7 * src/main/java/de/intevation/flys/exports/ExportSection.java: New. | |
8 Subclasses TypeSection. The ExportSection currently offers attributes | |
9 'width' and 'height'. | |
10 | |
11 * src/main/java/de/intevation/flys/exports/ChartSettings.java: Added | |
12 getter/setter methods to support an ExportSection. | |
13 | |
14 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: Create an | |
15 ExportSection while initial ChartSettings creation. | |
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/XYChartGenerator.java: Added and | 19 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: Added and |
4 make use of a new method createLegendLabelFont() to create unified Fonts for | 20 make use of a new method createLegendLabelFont() to create unified Fonts for |
5 LegendItems. This method considers the user defined size for LegendItems. | 21 LegendItems. This method considers the user defined size for LegendItems. |