Thu, 02 Feb 2012 15:39:28 +0000 |
Ingo Weinzierl |
Added a ChartHelper class that currently contains a method to compute the xy ranges of an XYDataset.
|
Thu, 02 Feb 2012 14:00:40 +0000 |
Ingo Weinzierl |
Refactoring: moved more base code from XYChartGenerator into its parent class ChartGenerator
|
Thu, 02 Feb 2012 13:23:55 +0000 |
Felix Wolfsteller |
Cosmetics/care/refac.
|
Thu, 02 Feb 2012 12:50:33 +0000 |
Ingo Weinzierl |
Refactoring: moved more base code from XYChartGenerator into its parent class ChartGenerator.
|
Thu, 02 Feb 2012 12:26:36 +0000 |
Ingo Weinzierl |
Added a new ChartGenerator for timeseries charts and refactored some code in XYChartGenerator.
|
Thu, 02 Feb 2012 11:57:38 +0000 |
Ingo Weinzierl |
Added demo standalone app for evaluating different timeseries charts.
|
Thu, 02 Feb 2012 10:54:21 +0000 |
Raimund Renkert |
Issue 466.
|
Wed, 01 Feb 2012 15:41:11 +0000 |
Ingo Weinzierl |
Improved the 'historical discharge' calculation: implemented findValueForW().
|
Wed, 01 Feb 2012 15:00:13 +0000 |
Felix Wolfsteller |
Add some fake 'input' data for reference curve. plot references curves from input km to input km +2.
|
Wed, 01 Feb 2012 14:48:00 +0000 |
Ingo Weinzierl |
Implemented the first step of Calculation6; create Facets for each calculation results.
|
Wed, 01 Feb 2012 14:43:50 +0000 |
Ingo Weinzierl |
Added a new constructor to Timerange that takes Date objects for start and end.
|
Wed, 01 Feb 2012 14:07:38 +0000 |
Sascha L. Teichmann |
W: Forget to create ws data in constructor.
|
Wed, 01 Feb 2012 14:01:46 +0000 |
Felix Wolfsteller |
Did some modifications for debugging purposes, added output to reference-curve-state.
|
Wed, 01 Feb 2012 13:59:52 +0000 |
Felix Wolfsteller |
Register ReferenceCurve-Generators.
|
Wed, 01 Feb 2012 13:58:50 +0000 |
Felix Wolfsteller |
Cosmetics.
|
Wed, 01 Feb 2012 13:58:09 +0000 |
Felix Wolfsteller |
Add more-or-less dummy Facet in ReferenceCurveState.
|
Wed, 01 Feb 2012 13:57:15 +0000 |
Felix Wolfsteller |
Cosmetics.
|
Wed, 01 Feb 2012 13:56:38 +0000 |
Felix Wolfsteller |
Added reference curve facet type.
|
Wed, 01 Feb 2012 13:33:58 +0000 |
Ingo Weinzierl |
Fetch parameters for 'historical discharge curve' calculation; call Calculation6 with those information and check input parameters.
|
Wed, 01 Feb 2012 13:32:10 +0000 |
Felix Wolfsteller |
Addes stub for ReferenceCurve*Generator
|
Wed, 01 Feb 2012 12:24:05 +0000 |
Ingo Weinzierl |
Added new model classes which will be used during historical discharge curve calculation.
|
Wed, 01 Feb 2012 12:21:05 +0000 |
Ingo Weinzierl |
Added new helper methods to FLYSUtils that extract int[] and double[] from string.
|
Wed, 01 Feb 2012 11:14:24 +0000 |
Ingo Weinzierl |
Added new classes and stubs used to calculate data for historical discharge curve charts.
|
Wed, 01 Feb 2012 11:07:22 +0000 |
Ingo Weinzierl |
Removed needless imports.
|
Wed, 01 Feb 2012 09:23:44 +0000 |
Felix Wolfsteller |
Changed wording.
|
Wed, 01 Feb 2012 08:37:38 +0000 |
Felix Wolfsteller |
Avoid running into an NPE, but add warning to ease forensic.
|
Tue, 31 Jan 2012 16:26:30 +0000 |
Sascha L. Teichmann |
Fixed problems with unformatted numbers in error message.
|
Tue, 31 Jan 2012 15:43:38 +0000 |
Ingo Weinzierl |
Override getLabelFor() in HistoricalDischargeState to return an I18N string for the selected evaluation mode.
|
Tue, 31 Jan 2012 15:14:54 +0000 |
Ingo Weinzierl |
Modified some data types in the 'historical discharge curves' transitions.
|
Mon, 30 Jan 2012 14:16:03 +0000 |
Felix Wolfsteller |
Fix wrong transition type towards w_diff.
|
Mon, 30 Jan 2012 13:36:36 +0000 |
Ingo Weinzierl |
Display the name of the reference gauge in the static ui of 'historical discharge curves' calculation.
|
Mon, 30 Jan 2012 13:33:18 +0000 |
Felix Wolfsteller |
Add manual point handling for many different chart types.
|