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.
|
Fri, 23 Dec 2011 15:10:13 +0000 |
Ingo Weinzierl |
Centralized the creation of new NumberAxis - new NumberAxis instances in FLYS will be from type IdentifiableNumberAxis which subclasses JFreeChart's NumberAxis.
|
Fri, 23 Dec 2011 14:24:57 +0000 |
Ingo Weinzierl |
Improved chart title and subtitle creation in ChartGenerators - all ChartGenerators make now use of title and subtitle provided by ChartSettings.
|
Fri, 23 Dec 2011 08:57:25 +0000 |
Ingo Weinzierl |
Make use of first attributes specified in the ChartSettings. NOTE: work is still in progress.
|
Fri, 23 Dec 2011 08:51:28 +0000 |
Ingo Weinzierl |
Improved ChartSettings and depending classes to avoid a lot of casting.
|
Thu, 22 Dec 2011 13:22:55 +0000 |
Ingo Weinzierl |
#242 Added header with meta information into CSV exports.
|
Thu, 22 Dec 2011 12:56:46 +0000 |
Felix Wolfsteller |
Cosmetics, removed uncalled code path.
|
Thu, 22 Dec 2011 12:54:59 +0000 |
Felix Wolfsteller |
Added ommitted ChangeLog entry.
|
Thu, 22 Dec 2011 12:53:29 +0000 |
Felix Wolfsteller |
Cosmetics, doc.
|
Thu, 22 Dec 2011 12:52:12 +0000 |
Felix Wolfsteller |
Make only newest CrossSection intially active in diagrams.
|
Thu, 22 Dec 2011 12:50:52 +0000 |
Felix Wolfsteller |
Added function to check whether a CrossSection is the 'newest' for its river.
|
Wed, 21 Dec 2011 15:44:41 +0000 |
Ingo Weinzierl |
Bugfix: repaired broken named values in exports - the last solution had bad side effects.
|
Wed, 21 Dec 2011 11:56:08 +0000 |
Felix Wolfsteller |
Better initialize cross_section.km of cross-section-artifacts.
|
Wed, 21 Dec 2011 11:29:59 +0000 |
Felix Wolfsteller |
Initialize km of cross-section artifact to a better value (not all cases covered, yet).
|
Wed, 21 Dec 2011 09:17:23 +0000 |
Ingo Weinzierl |
#252 Set titles in waterlevel exports to named main values if those are existing for given Q values.
|
Tue, 20 Dec 2011 15:14:54 +0000 |
Felix Wolfsteller |
Fix malcondition where first renderer is StableXYDifferenceRenderer.
|