log flys-artifacts/src/main/java/de/intevation/flys/exports/ChartGenerator.java @ 4589:afd817b006b7

age author description
Thu, 29 Nov 2012 10:27:31 +0100 Felix Wolfsteller Documentation added.
Wed, 07 Nov 2012 14:12:39 +0100 Björn Ricks Add method to a access the CallContext of a ChartGenerator
Wed, 07 Nov 2012 12:23:41 +0100 Felix Wolfsteller Backed out changeset e8a4d2fd25cc
Wed, 07 Nov 2012 09:47:44 +0100 Felix Wolfsteller Merged.
Fri, 02 Nov 2012 15:41:52 +0100 Björn Ricks Avoid NullPointerExceptions if no settings are available
Fri, 26 Oct 2012 16:41:36 +0200 Felix Wolfsteller Documentation in ChartGenerator added.
Wed, 24 Oct 2012 10:47:24 +0200 Felix Wolfsteller Change a log to an error message for better semantics.
Fri, 28 Sep 2012 12:15:45 +0200 Thomas Arendsen Hein dummy merge for repo head
Fri, 28 Sep 2012 12:15:34 +0200 Thomas Arendsen Hein dummy merge for repo head
Tue, 18 Sep 2012 15:45:49 +0000 Sascha L. Teichmann The usual whitespace and import cleanups.
Tue, 18 Sep 2012 12:03:15 +0000 Felix Wolfsteller i18n for area label (fix issue487).
Wed, 19 Sep 2012 14:58:31 +0000 Ingo Weinzierl Merged revisions 5501-5502,5504-5508,5511-5513,5516-5519 via svnmerge from
Mon, 03 Sep 2012 13:10:41 +0000 Felix Wolfsteller Default horizontal and vertical logo placement to top/center instead of 'none'.
Wed, 29 Aug 2012 07:58:08 +0000 Felix Wolfsteller Split logo placement property in two (vertical/horizontal).
Tue, 28 Aug 2012 15:53:05 +0000 Felix Wolfsteller sloppy logo placement property implementation.
Tue, 28 Aug 2012 12:47:11 +0000 Felix Wolfsteller Preparations for logo inclusion in charts.
Mon, 27 Aug 2012 10:52:12 +0000 Felix Wolfsteller Fixed typo.
Sat, 28 Jul 2012 21:48:15 +0000 Sascha L. Teichmann s/container.size() == 0/container.isEmpty()/
Thu, 26 Jul 2012 10:02:07 +0000 Christian Lins Point labels can have a background color now.
Fri, 20 Jul 2012 06:50:25 +0000 Ingo Weinzierl OutGenerators got a setCollection() method; analogous to setMasterArtifact(). Registered the SQOverviewGenerator as OutGenerator for 'sq_overview' Output.
Thu, 19 Jul 2012 12:59:56 +0000 Christian Lins Add subtitle to Fix W/Q chart and refactor addSubtitle() method(s)
Fri, 13 Jul 2012 09:45:11 +0000 Raimund Renkert Added overview output for sq relation. Currently the overview generator is
Wed, 11 Jul 2012 19:21:43 +0000 Felix Wolfsteller Various cosmetic doc fixes.
Wed, 11 Jul 2012 09:24:07 +0000 Christian Lins Re-add HYK rendering code to CrossSectionGenerator
Tue, 10 Jul 2012 12:19:35 +0000 Felix Wolfsteller Fix various documentation issues.
Sun, 08 Jul 2012 07:56:46 +0000 Sascha L. Teichmann Removed superfluous imports.
Fri, 06 Jul 2012 10:02:01 +0000 Felix Wolfsteller Cosmetics, removed TODO.
Fri, 06 Jul 2012 09:37:24 +0000 Felix Wolfsteller Fix weird code with help of new ChartHelper.
Fri, 06 Jul 2012 09:32:45 +0000 Christian Lins Remove HYK references/code from ChartGenerator
Wed, 04 Jul 2012 22:28:44 +0000 Christian Lins Move annotation code to base class ChartGenerator
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.

http://dive4elements.wald.intevation.org