log flys-artifacts/src/main/java/de/intevation/flys/exports/ChartGenerator.java @ 3227:ed07dd55f487

age author description
Tue, 03 Jul 2012 08:46:14 +0000 Ingo Weinzierl Fixed various bugs (package declarations, moved classes to correct places).
Fri, 29 Jun 2012 12:35:06 +0000 Christian Lins Work in generalized annotations for chart generators
Tue, 26 Jun 2012 13:04:51 +0000 Felix Wolfsteller Refactored legend item aggregation again.
Mon, 25 Jun 2012 15:53:34 +0000 Raimund Renkert FixA: Added longitudinal section chart.
Mon, 25 Jun 2012 15:35:00 +0000 Raimund Renkert Do not add entries ending with " " to legend.
Sun, 24 Jun 2012 17:49:07 +0000 Sascha L. Teichmann Removed trailing whitespace.
Sun, 24 Jun 2012 06:51:05 +0000 Christian Lins Output code to trackdown the linecolor problem
Fri, 22 Jun 2012 15:04:09 +0000 Felix Wolfsteller Initialize legend aggregation threshold.
Thu, 21 Jun 2012 13:15:48 +0000 Raimund Renkert Use different stylings for real and interpolated data points.
Mon, 18 Jun 2012 11:21:30 +0000 Raimund Renkert Moved current km to context and added an abstract generator for fix analysis
Fri, 15 Jun 2012 12:16:49 +0000 Raimund Renkert Added getter for current km in chart generator (used for navigation in fix
Thu, 10 May 2012 09:04:39 +0000 Felix Wolfsteller Minimal cosmetics.
Thu, 15 Mar 2012 12:28:11 +0000 Ingo Weinzierl #522 Modified axes creation: label and tick label fonts will now always be the same.
Thu, 15 Mar 2012 10:30:03 +0000 Ingo Weinzierl Removed references to Range and replaced those with references to Bounds in ChartGenerators.
Fri, 17 Feb 2012 11:29:41 +0000 Ingo Weinzierl Picked rev 4058,4063,4065,4068,4069 from trunk.
Fri, 10 Feb 2012 16:00:57 +0000 Sascha L. Teichmann 'Bezugslinien': Added axis labels matching the displayed data.
Fri, 10 Feb 2012 10:24:33 +0000 Ingo Weinzierl New abstract methods in ChartGenerator and moved a method from ChartGenerator to XYChartGenerator.
Fri, 10 Feb 2012 08:56:19 +0000 Ingo Weinzierl Some API changes in ChartGenerator and XYChartGenerator for fetching user specified zoom values.
Fri, 10 Feb 2012 11:18:27 +0000 Ingo Weinzierl Picked changes r4015:4026 from trunk.
Thu, 09 Feb 2012 14:27:47 +0000 Ingo Weinzierl Enabled styling in timeseries charts.
Mon, 06 Feb 2012 11:14:33 +0000 Ingo Weinzierl Registered an Info generator for historical discharge curves; made some adaptions in XYChartGenerator, ChartGenerator and TimeseriesChartGenerator.
Fri, 03 Feb 2012 09:39:22 +0000 Ingo Weinzierl Further refactoring of XYChartGenerator / ChartGenerator with the result, that timerange charts are now able to display lines.
Thu, 02 Feb 2012 15:44:13 +0000 Ingo Weinzierl Some more refactoring in XYChartGenerator and ChartGenerator; implemented necessary stuff in TimeseriesChartGenerator and return new empty instances of timeseries charts.
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 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, 19 Jan 2012 13:01:33 +0000 Felix Wolfsteller Cosmetics.
Wed, 18 Jan 2012 14:36:16 +0000 Raimund Renkert 'New Chart' for computed discharge curve.
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.
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.
Wed, 14 Dec 2011 10:20:56 +0000 Ingo Weinzierl Added a getSettings() operation to OutGenerator - FLYSArtifactCollection will now evaluate all available Outputs and create initial Settings using OutGenerators if the Settings for an Output is missing.
Wed, 30 Nov 2011 12:06:32 +0000 Sascha L. Teichmann Removed superfluous imports.
Wed, 30 Nov 2011 10:10:42 +0000 Felix Wolfsteller Changed doOut signature, side effect from blackboard feature (to come).
Wed, 26 Oct 2011 12:47:37 +0000 Felix Wolfsteller Cosmetics.
Wed, 19 Oct 2011 09:43:04 +0000 Ingo Weinzierl Enabled support for PDF and SVG chart exports.
Fri, 07 Oct 2011 10:51:09 +0000 Ingo Weinzierl Bugfix: #353 Enabled chart's to be drawn with proper axes set even if no data is contained.
Tue, 27 Sep 2011 10:06:19 +0000 Ingo Weinzierl Bugfix: #68 Set number format of chart plot axes based on the CallMeta instance for each request.
Mon, 29 Aug 2011 09:26:56 +0000 Felix Wolfsteller Use FLYSUtils.getRiver instead of WINFOArtifact.getRiver.
Fri, 26 Aug 2011 14:58:35 +0000 Ingo Weinzierl Refactored the code to fetch the km range/locations into a utility class.
Mon, 22 Aug 2011 15:25:48 +0000 Sascha L. Teichmann Moved WINFO specific stuff from FLYS into WINFO artifact.
Tue, 21 Jun 2011 21:41:49 +0000 Sascha L. Teichmann Draw correction curve again.
Thu, 16 Jun 2011 14:31:41 +0000 Ingo Weinzierl OutGenerators doOut() takes a facet object now instead of just its name. facets-slt
Fri, 03 Jun 2011 06:47:51 +0000 Ingo Weinzierl Charts are zoomed to a specified view if the attribute document for the chart creation contains an x and/or y range.
Thu, 12 May 2011 09:11:16 +0000 Ingo Weinzierl Charts are generated using the size defined in the incoming request document.
Tue, 10 May 2011 10:26:26 +0000 Ingo Weinzierl Improved the OutGenerator interface to set a master artifact for the out generation.
Mon, 09 May 2011 12:53:49 +0000 Ingo Weinzierl Enabled i18n support for charts.
Fri, 29 Apr 2011 08:13:56 +0000 Ingo Weinzierl Added the name of the facet to the parameterlist of OutGenerator.doOut().
Wed, 27 Apr 2011 14:40:44 +0000 Ingo Weinzierl Added an abstract OutGenerator that should be the base class for all generators which create charts.

http://dive4elements.wald.intevation.org