Thu, 05 Jan 2012 14:15:07 +0000 |
Ingo Weinzierl |
#444 Take care on NullPointerExceptions in getWQMode. Take 'false' as default value if no 'wq_free' item is existing.
|
Thu, 05 Jan 2012 13:55:17 +0000 |
Felix Wolfsteller |
Disable cross section cache to avoid lazy initialization issues.
|
Thu, 05 Jan 2012 13:39:58 +0000 |
Ingo Weinzierl |
#447 removed empty Outputs from Collection's attribute.
|
Thu, 05 Jan 2012 10:46:32 +0000 |
Ingo Weinzierl |
#440 Support river axes that consist of more than a single geometry.
|
Thu, 05 Jan 2012 08:34:47 +0000 |
Ingo Weinzierl |
Repaired broken legend items.
|
Wed, 04 Jan 2012 16:13:10 +0000 |
Ingo Weinzierl |
Added support for pointsize in chart themes.
|
Wed, 04 Jan 2012 15:23:26 +0000 |
Ingo Weinzierl |
Small bugfix: use correct keys for buffering min/max values in EnhancedLineAndShapeRenderer.
|
Wed, 04 Jan 2012 14:43:48 +0000 |
Ingo Weinzierl |
Moved JFreeChart specific classes to de.intevation.flys.jfree and added required imports.
|
Wed, 04 Jan 2012 14:25:10 +0000 |
Ingo Weinzierl |
Performance improvements for EnhancedLineAndShapeRenderer: buffer minimum and maximum for each series.
|
Wed, 04 Jan 2012 12:24:35 +0000 |
Ingo Weinzierl |
#393 Added a new Renderer and Options in Themes that allow displaying minimum and maximum of a chart series.
|
Tue, 03 Jan 2012 13:14:42 +0000 |
Felix Wolfsteller |
Allow styling of outline of areas.
|
Tue, 03 Jan 2012 10:12:49 +0000 |
Ingo Weinzierl |
#104 Use Wst.determineMinMaxQFree() to determine the min/max Qs at a given kilometer.
|
Tue, 03 Jan 2012 09:57:55 +0000 |
Felix Wolfsteller |
Adjust Area styles.
|
Mon, 02 Jan 2012 13:30:44 +0000 |
Ingo Weinzierl |
#370 Added a 'W at gauge' column to CSV exports if 'W at gauge' mode has been selected.
|
Mon, 02 Jan 2012 11:01:29 +0000 |
Ingo Weinzierl |
Added i18n strings used in CSV exports.
|
Mon, 02 Jan 2012 10:59:42 +0000 |
Ingo Weinzierl |
Improved the WaterlevelExporter: added range check for W/Q at gauge.
|
Mon, 02 Jan 2012 09:46:39 +0000 |
Ingo Weinzierl |
Part 2 of #125: add gaugename and Q description based on the selected WQ mode.
|
Mon, 02 Jan 2012 08:51:45 +0000 |
Ingo Weinzierl |
Removed unused imports.
|
Mon, 02 Jan 2012 08:50:50 +0000 |
Ingo Weinzierl |
Part 1 of #125: added a description for a location to the WaterlevelExport.
|
Thu, 29 Dec 2011 14:21:52 +0000 |
Ingo Weinzierl |
Added min/max values for free Qs to the Artifact's DESCRIBE document.
|
Wed, 28 Dec 2011 12:46:56 +0000 |
Ingo Weinzierl |
Fixed order to determine correct step width of Qs and Ws.
|
Wed, 28 Dec 2011 12:39:35 +0000 |
Ingo Weinzierl |
Validate user defined Qs based on the start kilometer ('Q free').
|
Wed, 28 Dec 2011 08:28:13 +0000 |
Ingo Weinzierl |
Compute better step width for W/Q input.
|
Tue, 27 Dec 2011 11:37:23 +0000 |
Ingo Weinzierl |
Some refactoring done: all Sections subclass TypeSection now to be able to use the convinience methods for string, integer, double and boolean attributes.
|
Tue, 27 Dec 2011 11:19:44 +0000 |
Ingo Weinzierl |
Make use of the export size for charts specified in ChartSettings if a chart export is requested.
|
Tue, 27 Dec 2011 10:12:14 +0000 |
Ingo Weinzierl |
Added an ExportSection to ChartSettings which provides attributes for chart 'width' and 'height'.
|
Tue, 27 Dec 2011 09:09:42 +0000 |
Ingo Weinzierl |
Make use of user defined legend font size while chart creation.
|
Tue, 27 Dec 2011 08:50:28 +0000 |
Ingo Weinzierl |
Make use of user defined axes font sizes.
|
Tue, 27 Dec 2011 08:22:07 +0000 |
Ingo Weinzierl |
Use the user defined font size to set Y axes label fonts sizes.
|
Tue, 27 Dec 2011 08:04:12 +0000 |
Ingo Weinzierl |
Added missing getYAxisWalker() in CrossSectionGenerator and create new instances of IdentfifiableNumberAxis in XYChartGenerator.createYAxis(int).
|
Tue, 27 Dec 2011 07:52:25 +0000 |
Ingo Weinzierl |
Make use of user defined axes labels during chart creation.
|
Tue, 27 Dec 2011 07:17:07 +0000 |
Ingo Weinzierl |
Use axes ranges specified in ChartSettings for zooming in charts.
|