Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 3616:d4751be54745
Add rather faked image annotations to chart, if property is set accordingly.
flys-artifacts/trunk@5282 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Tue, 28 Aug 2012 13:21:38 +0000 |
parents | 68beaa827751 |
children | 05deafdcbf39 |
comparison
equal
deleted
inserted
replaced
3615:f84854eba0b3 | 3616:d4751be54745 |
---|---|
1 2012-08-28 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: | |
4 (addLogo): New, add an image annotation to plot, very stubby, | |
5 use hard-coded paths for now. | |
6 | |
7 2012-08-28 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
8 | |
9 Preparations for logo-inclusion in charts. | |
10 | |
11 * src/main/java/de/intevation/flys/exports/ChoiceStringAttribute.java: | |
12 New string attribute type to trigger different UI (selectboxes) | |
13 in client. | |
14 | |
15 * src/main/java/de/intevation/flys/exports/TypeSection.java | |
16 (setChoiceStringValue): Create new ChoiceStringAttribute. | |
17 | |
18 | |
19 * src/main/java/de/intevation/flys/exports/ChartSection.java, | |
20 src/main/java/de/intevation/flys/exports/ChartGenerator.java, | |
21 src/main/java/de/intevation/flys/exports/ChartSettings.java: | |
22 Accessors to show logo-property. | |
23 | |
1 2012-08-28 Raimund Renkert <raimund.renkert@intevation.de> | 24 2012-08-28 Raimund Renkert <raimund.renkert@intevation.de> |
2 | 25 |
3 MINFO: Implemented UI and facet/artifact stack for bed height differences. | 26 MINFO: Implemented UI and facet/artifact stack for bed height differences. |
4 | 27 |
5 * src/main/java/de/intevation/flys/artifacts/model/minfo, | 28 * src/main/java/de/intevation/flys/artifacts/model/minfo, |