Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 2321:991e4a5df323
Enabled styling in timeseries charts.
flys-artifacts/trunk@4003 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 09 Feb 2012 14:27:47 +0000 |
parents | bb04f958b7aa |
children | c0eafd430244 |
comparison
equal
deleted
inserted
replaced
2320:bb04f958b7aa | 2321:991e4a5df323 |
---|---|
1 2012-02-09 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/jfree/Style.java: New. A Style object | |
4 needs to implements a method applyTheme() which takes a | |
5 XYLineAndShapeRenderer. | |
6 | |
7 * src/main/java/de/intevation/flys/jfree/XYStyle.java: New. This subclass of | |
8 Style modifies the XYLineAndShapeRenderer specified in applyTheme(). | |
9 | |
10 * src/main/java/de/intevation/flys/jfree/StyledSeries.java: New. This | |
11 interface defines two methods getStyle() and setStyle() to adjust and | |
12 retrieve the Style of a series. | |
13 | |
14 * src/main/java/de/intevation/flys/jfree/StyledTimeSeries.java: New. | |
15 Implementation of StyledSeries that subclasses JFreeChart's TimeSeries. | |
16 | |
17 * src/main/java/de/intevation/flys/jfree/StyledXYSeries.java: Removed the | |
18 code for adapting a XYLineAndShapeRenderer. Instead of implementing this | |
19 stuff in StyledXYSeries itself, this instance now implements StyledSeries | |
20 and stores an instance of XYStyle. | |
21 | |
22 * src/main/java/de/intevation/flys/exports/HistoricalDischargeCurveGenerator.java: | |
23 Create new instances of StyledTimeSeries now which enables styling in this | |
24 chart. | |
25 | |
26 * src/main/java/de/intevation/flys/exports/ChartGenerator.java: Enabled | |
27 styling of series for all series that implement StyledSeries. | |
28 | |
1 2012-02-09 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 29 2012-02-09 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 30 |
3 * src/main/java/de/intevation/flys/artifacts/model/WstValueTable.java(relateWs): | 31 * src/main/java/de/intevation/flys/artifacts/model/WstValueTable.java(relateWs): |
4 Be more conservative about arrays and indices in "Bezugslinienverfahren". | 32 Be more conservative about arrays and indices in "Bezugslinienverfahren". |
5 | 33 |