Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 422:f426f55d4f7a
Added Ingo Weinzierl's special JFreeChart classes.
gnv-artifacts/trunk@470 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Mon, 21 Dec 2009 16:47:45 +0000 |
parents | fd71ee76fa58 |
children | 2402173a1490 |
comparison
equal
deleted
inserted
replaced
421:fd71ee76fa58 | 422:f426f55d4f7a |
---|---|
1 2009-12-21 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 Added Ingo Weinzierl's special JFreeChart classes. | |
4 | |
5 * src/main/java/de/intevation/gnv/jfreechart: New package. | |
6 Should contain general JFreeChart stuff. | |
7 | |
8 * src/main/java/de/intevation/gnv/jfreechart/PolygonPlot.java: New. | |
9 New type of plot to display multi-polygons with holes. | |
10 | |
11 * src/main/java/de/intevation/gnv/jfreechart/CompactXYItems.java: New. | |
12 Basic vertex data model: a ring of a polygon. ccw = shell, cw = hole. | |
13 | |
14 * src/main/java/de/intevation/gnv/jfreechart/PolygonSeries.java: New. | |
15 Attributes a set of rings with key/value pairs. | |
16 | |
17 * src/main/java/de/intevation/gnv/jfreechart/PolygonDataset.java: New | |
18 List of PolygonSeries which makes it a multi-polygon. | |
19 | |
20 * src/main/java/de/intevation/gnv/jfreechart/PolygonRenderer.java: New | |
21 A renderer to draw PolygonDatasets into a PolygonPlot. | |
22 | |
1 2009-12-21 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 23 2009-12-21 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 24 |
3 * doc/conf/products/verticalcrosssection/conf_mesh.xml: Prepared states and | 25 * doc/conf/products/verticalcrosssection/conf_mesh.xml: Prepared states and |
4 transitions of verticalcrosssection (german 'Profilschnitt'). | 26 transitions of verticalcrosssection (german 'Profilschnitt'). |
5 | 27 |