log flys-artifacts/src/main/java/de/intevation/flys/exports/LongitudinalSectionGenerator.java @ 2601:9e8459c2e7d4

age author description
Thu, 22 Mar 2012 10:56:20 +0000 Felix Wolfsteller Fix flys/issue491 (areas over axis stop at zero).
Mon, 27 Feb 2012 10:49:20 +0000 Felix Wolfsteller fix flys/issue638 (area between certain datatypes).
Thu, 16 Feb 2012 11:54:10 +0000 Felix Wolfsteller Fix flys/issue150 ('water increasing').
Thu, 09 Feb 2012 15:59:49 +0000 Ingo Weinzierl #485 Fixed broken renaming of chart themes.
Wed, 01 Feb 2012 11:07:22 +0000 Ingo Weinzierl Removed needless imports.
Mon, 30 Jan 2012 13:33:18 +0000 Felix Wolfsteller Add manual point handling for many different chart types.
Mon, 30 Jan 2012 08:37:01 +0000 Felix Wolfsteller Skip 'inactive' points in output generation.
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.
Thu, 26 Jan 2012 13:12:19 +0000 Felix Wolfsteller Render manual points in longitudinal sections.
Fri, 20 Jan 2012 16:24:39 +0000 Raimund Renkert Added short subtitle for longitudinal section chart.
Fri, 20 Jan 2012 09:18:56 +0000 Raimund Renkert Use waterlevel state and longitudinal section generator for longitudinal
Thu, 12 Jan 2012 12:29:56 +0000 Felix Wolfsteller Implementation towards areas at other than first axis (flys/issue441).
Wed, 04 Jan 2012 14:43:48 +0000 Ingo Weinzierl Moved JFreeChart specific classes to de.intevation.flys.jfree and added required imports.
Mon, 02 Jan 2012 08:51:45 +0000 Ingo Weinzierl Removed unused imports.
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 07:52:25 +0000 Ingo Weinzierl Make use of user defined axes labels during chart creation.
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.
Tue, 20 Dec 2011 12:06:35 +0000 Felix Wolfsteller Make ('static') WKms data available for area calculations.
Tue, 20 Dec 2011 11:30:00 +0000 Felix Wolfsteller Enable basicst area rendering in longitudinal section diagrams.
Tue, 20 Dec 2011 07:01:08 +0000 Felix Wolfsteller Removed obsolete imports.
Fri, 16 Dec 2011 13:37:58 +0000 Ingo Weinzierl Improved the ChartSettings - now, each chart writes proper AxisSections into the ChartSettings.
Fri, 16 Dec 2011 10:35:08 +0000 Ingo Weinzierl Implemented the buildAxisSections() method in XYChartGenerator to include an AxisSection for the X axis.
Fri, 16 Dec 2011 07:28:17 +0000 Ingo Weinzierl Added more attributes to ChartSettings AxisSection.
Thu, 15 Dec 2011 17:10:42 +0000 Ingo Weinzierl Added axis sections into charts Settings.
Thu, 15 Dec 2011 12:05:06 +0000 Ingo Weinzierl Finished the ChartSection part of the chart Settings returned by the XYChartGenerator.
Mon, 05 Dec 2011 09:24:12 +0000 Felix Wolfsteller Refactored LongitudinalSection- and WDiff-Generators, fixed minor issues.
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).
Mon, 28 Nov 2011 14:38:46 +0000 Felix Wolfsteller Fix LongitudinalSections multi-axes plotting behavior.
Fri, 25 Nov 2011 12:55:53 +0000 Felix Wolfsteller Fix bug when adding Q Facet data to LongitudinalSection plots.
Thu, 24 Nov 2011 07:20:46 +0000 Felix Wolfsteller Allow more than two datasets and more flexibility with axes in plots. Based on patch by S. Teichmann.
Thu, 10 Nov 2011 10:18:31 +0000 Felix Wolfsteller Cosmetics, resolve code duplicate.
Wed, 02 Nov 2011 13:41:39 +0000 Felix Wolfsteller Apply point theme to heightmark data imported via datacage to longitudinal section diagram.
Fri, 28 Oct 2011 13:39:37 +0000 Felix Wolfsteller Added new StyledSeriesBuilder class and use it when adding points to XYSeries (in diagram generation).
Fri, 28 Oct 2011 12:18:00 +0000 Felix Wolfsteller Load and display annotations in w-difference diagrams, minor polishing.
Wed, 26 Oct 2011 12:54:22 +0000 Felix Wolfsteller Prepare rendering of added other (static) WKms and Differences in LongitudinalSection Diagrams.
Tue, 18 Oct 2011 10:26:27 +0000 Felix Wolfsteller Fix missing annotations ('Streckenfavoriten') style.
Mon, 17 Oct 2011 10:47:36 +0000 Ingo Weinzierl #253 Modified the title creation of chart curves - titles will now equal the Facet's description.
Tue, 11 Oct 2011 11:16:40 +0000 Felix Wolfsteller Expose translateable Strings as constants.
Tue, 11 Oct 2011 10:44:12 +0000 Felix Wolfsteller Fix most labels in w-diff diagrams; refactoring to allow easier adoption of
Mon, 10 Oct 2011 14:00:18 +0000 Sascha L. Teichmann JFreeChart: Do not fire change events for each and every data point added.
Mon, 10 Oct 2011 08:35:30 +0000 Ingo Weinzierl Bugfixes: #150 #345 Corrected the determination to invert the x axis in longitudinal section charts.
Mon, 10 Oct 2011 07:31:23 +0000 Ingo Weinzierl Bugfix: #220 Made y-axes of longitudinal and crosssection charts look equal.
Fri, 07 Oct 2011 15:55:38 +0000 Sascha L. Teichmann Worked on flys/issue150
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.
Wed, 05 Oct 2011 14:23:53 +0000 Ingo Weinzierl Improved the creation/rendering of annotations (km favorites, mainvalues).
Wed, 05 Oct 2011 11:23:18 +0000 Ingo Weinzierl Bugfixes for various issues: Improved rendering process of annotations.
Tue, 04 Oct 2011 15:30:09 +0000 Ingo Weinzierl Modified code to determine the elevation model of Wsts in the LongitudinalSectionGenerator.
Tue, 04 Oct 2011 07:37:05 +0000 Ingo Weinzierl Bugfix: #346 Modified x and y axis titles of longitudinal section charts.
Tue, 27 Sep 2011 14:37:18 +0000 Felix Wolfsteller Enable auto-scaling axis for waterlevels in WDifference-plots.
Thu, 25 Aug 2011 10:34:20 +0000 Felix Wolfsteller Minor cosmetics and docs.
Thu, 18 Aug 2011 13:46:10 +0000 Felix Wolfsteller Added legend for annotations to LongitudinalSectionDiagram.
Wed, 17 Aug 2011 13:05:15 +0000 Felix Wolfsteller Moved StickyAxisAnnotation into new package de.intevation.flys.jfree .
Wed, 17 Aug 2011 12:53:55 +0000 Felix Wolfsteller Extracted and renamed CustomAnnotation to StickyAxisAnnotation. Also removed
Wed, 17 Aug 2011 12:32:26 +0000 Felix Wolfsteller Improved CustomAnnotation rendering.
Wed, 17 Aug 2011 09:16:20 +0000 Felix Wolfsteller Added proof-of-concept collision detection for text annotations.
Tue, 16 Aug 2011 13:24:50 +0000 Felix Wolfsteller Started implementation of CustomAnnotation to plot collision-free annotations.

http://dive4elements.wald.intevation.org