log flys-artifacts/src/main/java/de/intevation/flys/exports/XYChartGenerator.java @ 3205:bbb488b145ce

age author description
Thu, 28 Jun 2012 13:52:12 +0000 Christian Lins Set text orientation to horizontal for points in Fixation W/Q curve
Wed, 27 Jun 2012 14:48:35 +0000 Christian Lins Add point labels to W/Q curve
Tue, 26 Jun 2012 17:05:11 +0000 Sascha L. Teichmann SQ: Added fitting shell for SQ curves.
Tue, 26 Jun 2012 13:04:51 +0000 Felix Wolfsteller Refactored legend item aggregation again.
Tue, 26 Jun 2012 12:48:26 +0000 Felix Wolfsteller Extracted legenditemaggregation from xychartgenerator.
Tue, 26 Jun 2012 10:55:39 +0000 Sascha L. Teichmann Removed trailing whitespace.
Tue, 26 Jun 2012 10:34:44 +0000 Felix Wolfsteller flys-artifacts/trunk@4794 c6561f87-3c4e-4783-a992-168aeb5c3f6f
Mon, 25 Jun 2012 18:12:19 +0000 Felix Wolfsteller Progressed LegendItemAggregation.
Mon, 25 Jun 2012 15:53:34 +0000 Raimund Renkert FixA: Added longitudinal section chart.
Sun, 24 Jun 2012 17:49:07 +0000 Sascha L. Teichmann Removed trailing whitespace.
Sat, 23 Jun 2012 18:15:17 +0000 Felix Wolfsteller Re-enable legend item aggregation.
Tue, 19 Jun 2012 21:51:11 +0000 Felix Wolfsteller Fix issue681.
Mon, 18 Jun 2012 09:16:05 +0000 Sascha L. Teichmann Removed repeated x.size() calls from for loops.
Fri, 15 Jun 2012 12:23:08 +0000 Ingo Weinzierl Added model classes for SQ calculation; generate fake results and improved the SQRelationGenerator which now draws the outliers.
Fri, 15 Jun 2012 09:30:07 +0000 Sascha L. Teichmann FLYS artifacts: Removed trailing whitespace.
Wed, 13 Jun 2012 09:28:39 +0000 Christian Lins Add missing imports.
Tue, 12 Jun 2012 13:20:48 +0000 Christian Lins Move marker generation to XYChartGenerator
Tue, 29 May 2012 14:59:04 +0000 Felix Wolfsteller issue417: duration curve main values as line(s) to curve.
Tue, 29 May 2012 08:38:39 +0000 Felix Wolfsteller Doc and TODOs added.
Tue, 29 May 2012 08:23:03 +0000 Felix Wolfsteller Respect new theme setting when drawing line to curve.
Fri, 25 May 2012 13:34:46 +0000 Felix Wolfsteller Improved 'line-to-curve' rendering.
Fri, 25 May 2012 09:27:01 +0000 Felix Wolfsteller Slightly improved 'line-to-curve' creation of w-mainvalues/durationcurve.
Fri, 25 May 2012 09:13:43 +0000 Felix Wolfsteller Draw line from w-annotation to duration curve, rough version.
Fri, 25 May 2012 07:49:11 +0000 Felix Wolfsteller Minor refactoring.
Thu, 24 May 2012 13:53:39 +0000 Felix Wolfsteller Cosmetic
Wed, 16 May 2012 20:23:29 +0000 Felix Wolfsteller More stable legend item aggregation.
Wed, 16 May 2012 20:17:24 +0000 Felix Wolfsteller Cosmetics (docs).
Wed, 16 May 2012 12:39:13 +0000 Ingo Weinzierl Create chart facets for flow velocity calculation and a chart generator for this.
Fri, 27 Apr 2012 10:13:16 +0000 Felix Wolfsteller Cosmetics, doc.
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, 09 Mar 2012 12:57:23 +0000 Felix Wolfsteller Stubby legend aggregation.
Thu, 01 Mar 2012 14:52:15 +0000 Felix Wolfsteller Fix flys/issue501 (manual points have two legend entries).
Fri, 17 Feb 2012 11:29:41 +0000 Ingo Weinzierl Picked rev 4058,4063,4065,4068,4069 from trunk.
Tue, 14 Feb 2012 09:00:50 +0000 Felix Wolfsteller Partial Fix flys/issue500: text-orientation for texts.
Mon, 13 Feb 2012 17:48:14 +0000 Sascha L. Teichmann Make it compileable again
Mon, 13 Feb 2012 14:41:45 +0000 Felix Wolfsteller Fix flys/issue490 (text for manual points).
Fri, 10 Feb 2012 16:33:36 +0000 Ingo Weinzierl Bugfix: Take care on empty ArtifactAndFacet objects in doAnnotations().
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 16:42:41 +0000 Ingo Weinzierl Picked rev4038 from trunk to stop Annotations break chart rendering.
Fri, 10 Feb 2012 11:18:27 +0000 Ingo Weinzierl Picked changes r4015:4026 from trunk.
Thu, 09 Feb 2012 15:59:49 +0000 Ingo Weinzierl #485 Fixed broken renaming of chart themes.
Wed, 08 Feb 2012 11:47:14 +0000 Ingo Weinzierl Put line and text annotations placed at x and y axes into foreground.
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 13:05:25 +0000 Felix Wolfsteller Doc added and fix getAxisWalker-issue.
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, 02 Feb 2012 10:54:21 +0000 Raimund Renkert Issue 466.
Mon, 30 Jan 2012 13:33:18 +0000 Felix Wolfsteller Add manual point handling for many different chart types.
Fri, 27 Jan 2012 14:21:51 +0000 Felix Wolfsteller Manual Point Theming improved.
Fri, 27 Jan 2012 11:19:16 +0000 Felix Wolfsteller Only add one legend item for manual point themes.
Fri, 27 Jan 2012 11:01:13 +0000 Felix Wolfsteller Render labels of manual points in a very primitive manner.
Mon, 23 Jan 2012 14:18:53 +0000 Felix Wolfsteller Theoretically allow annotations on second y ais. Practically allow Q MainValues on Q Axis in Duration Curves.
Mon, 23 Jan 2012 10:44:34 +0000 Felix Wolfsteller Somewhat unified Annotation handling, use jfreechart-house-toolkit instead of custom StickyAxisAnnotation.
Fri, 20 Jan 2012 08:38:50 +0000 Felix Wolfsteller Add basic (text) styling for HYKS.
Thu, 19 Jan 2012 13:09:00 +0000 Felix Wolfsteller Minor hyk-handling improvements.

http://dive4elements.wald.intevation.org