2012-01-05 |
Ingo Weinzierl |
#444 Take care on NullPointerExceptions in getWQMode. Take 'false' as default value if no 'wq_free' item is existing.
|
2012-01-05 |
Felix Wolfsteller |
Disable cross section cache to avoid lazy initialization issues.
|
2012-01-05 |
Ingo Weinzierl |
#447 removed empty Outputs from Collection's attribute.
|
2012-01-05 |
Ingo Weinzierl |
#440 Support river axes that consist of more than a single geometry.
|
2012-01-05 |
Ingo Weinzierl |
Repaired broken legend items.
|
2012-01-04 |
Ingo Weinzierl |
Added support for pointsize in chart themes.
|
2012-01-04 |
Ingo Weinzierl |
Small bugfix: use correct keys for buffering min/max values in EnhancedLineAndShapeRenderer.
|
2012-01-04 |
Ingo Weinzierl |
Moved JFreeChart specific classes to de.intevation.flys.jfree and added required imports.
|
2012-01-04 |
Ingo Weinzierl |
Performance improvements for EnhancedLineAndShapeRenderer: buffer minimum and maximum for each series.
|
2012-01-04 |
Ingo Weinzierl |
#393 Added a new Renderer and Options in Themes that allow displaying minimum and maximum of a chart series.
|
2012-01-03 |
Felix Wolfsteller |
Allow styling of outline of areas.
|
2012-01-03 |
Ingo Weinzierl |
#104 Use Wst.determineMinMaxQFree() to determine the min/max Qs at a given kilometer.
|
2012-01-03 |
Felix Wolfsteller |
Adjust Area styles.
|
2012-01-02 |
Ingo Weinzierl |
#370 Added a 'W at gauge' column to CSV exports if 'W at gauge' mode has been selected.
|
2012-01-02 |
Ingo Weinzierl |
Added i18n strings used in CSV exports.
|
2012-01-02 |
Ingo Weinzierl |
Improved the WaterlevelExporter: added range check for W/Q at gauge.
|
2012-01-02 |
Ingo Weinzierl |
Part 2 of #125: add gaugename and Q description based on the selected WQ mode.
|
2012-01-02 |
Ingo Weinzierl |
Removed unused imports.
|
2012-01-02 |
Ingo Weinzierl |
Part 1 of #125: added a description for a location to the WaterlevelExport.
|
2011-12-29 |
Ingo Weinzierl |
Added min/max values for free Qs to the Artifact's DESCRIBE document.
|
2011-12-28 |
Ingo Weinzierl |
Fixed order to determine correct step width of Qs and Ws.
|
2011-12-28 |
Ingo Weinzierl |
Validate user defined Qs based on the start kilometer ('Q free').
|
2011-12-28 |
Ingo Weinzierl |
Compute better step width for W/Q input.
|
2011-12-27 |
Ingo Weinzierl |
Some refactoring done: all Sections subclass TypeSection now to be able to use the convinience methods for string, integer, double and boolean attributes.
|
2011-12-27 |
Ingo Weinzierl |
Make use of the export size for charts specified in ChartSettings if a chart export is requested.
|
2011-12-27 |
Ingo Weinzierl |
Added an ExportSection to ChartSettings which provides attributes for chart 'width' and 'height'.
|
2011-12-27 |
Ingo Weinzierl |
Make use of user defined legend font size while chart creation.
|
2011-12-27 |
Ingo Weinzierl |
Make use of user defined axes font sizes.
|
2011-12-27 |
Ingo Weinzierl |
Use the user defined font size to set Y axes label fonts sizes.
|
2011-12-27 |
Ingo Weinzierl |
Added missing getYAxisWalker() in CrossSectionGenerator and create new instances of IdentfifiableNumberAxis in XYChartGenerator.createYAxis(int).
|
2011-12-27 |
Ingo Weinzierl |
Make use of user defined axes labels during chart creation.
|
2011-12-27 |
Ingo Weinzierl |
Use axes ranges specified in ChartSettings for zooming in charts.
|
2011-12-23 |
Ingo Weinzierl |
Centralized the creation of new NumberAxis - new NumberAxis instances in FLYS will be from type IdentifiableNumberAxis which subclasses JFreeChart's NumberAxis.
|
2011-12-23 |
Ingo Weinzierl |
Improved chart title and subtitle creation in ChartGenerators - all ChartGenerators make now use of title and subtitle provided by ChartSettings.
|
2011-12-23 |
Ingo Weinzierl |
Make use of first attributes specified in the ChartSettings. NOTE: work is still in progress.
|
2011-12-23 |
Ingo Weinzierl |
Improved ChartSettings and depending classes to avoid a lot of casting.
|
2011-12-22 |
Ingo Weinzierl |
#242 Added header with meta information into CSV exports.
|
2011-12-22 |
Felix Wolfsteller |
Cosmetics, removed uncalled code path.
|
2011-12-22 |
Felix Wolfsteller |
Added ommitted ChangeLog entry.
|
2011-12-22 |
Felix Wolfsteller |
Include selected km in cross section diagrams subtitle.
|
2011-12-22 |
Felix Wolfsteller |
Cosmetics, doc.
|
2011-12-22 |
Felix Wolfsteller |
Make only newest CrossSection intially active in diagrams.
|
2011-12-22 |
Felix Wolfsteller |
Added function to check whether a CrossSection is the 'newest' for its river.
|
2011-12-21 |
Ingo Weinzierl |
Bugfix: repaired broken named values in exports - the last solution had bad side effects.
|
2011-12-21 |
Felix Wolfsteller |
Better initialize cross_section.km of cross-section-artifacts.
|
2011-12-21 |
Felix Wolfsteller |
Initialize km of cross-section artifact to a better value (not all cases covered, yet).
|
2011-12-21 |
Ingo Weinzierl |
#252 Set titles in waterlevel exports to named main values if those are existing for given Q values.
|
2011-12-20 |
Felix Wolfsteller |
Fix malcondition where first renderer is StableXYDifferenceRenderer.
|
2011-12-20 |
Felix Wolfsteller |
Store additional Parameter in AreaArtifact (paint everything between curve a and b?).
|
2011-12-20 |
Felix Wolfsteller |
Added a transparency setting to area theme style.
|
2011-12-20 |
Felix Wolfsteller |
Make ('static') WKms data available for area calculations.
|
2011-12-20 |
Ingo Weinzierl |
Changed the seperator character between Ws and Qs in the Artifact's DESCRIBE document.
|
2011-12-20 |
Felix Wolfsteller |
Enable basicst area rendering in longitudinal section diagrams.
|
2011-12-20 |
Felix Wolfsteller |
Refactored, make usage of blackboarddatafacet.
|
2011-12-20 |
Felix Wolfsteller |
Cosmetics, renamed facet type.
|
2011-12-20 |
Felix Wolfsteller |
Make Waterlevelfacet deliver data via blackbord.
|
2011-12-20 |
Ingo Weinzierl |
Bugfix: format all Ws and Qs in WQSelect State.
|
2011-12-20 |
Felix Wolfsteller |
New facet, will ease converting other facets to be able to contribute to area computations.
|
2011-12-20 |
Felix Wolfsteller |
Removed obsolete imports.
|
2011-12-20 |
Felix Wolfsteller |
Removed obsolete imports.
|