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.
|
2011-12-20 |
Felix Wolfsteller |
Let StableDifferenceRenderer create a rectangular legenditem.
|
2011-12-20 |
Felix Wolfsteller |
Improved area rendering workflow.
|
2011-12-20 |
Felix Wolfsteller |
Added theme defaults for areas, added facets to compatibility matrices.
|
2011-12-20 |
Felix Wolfsteller |
Prepare ability to paint areas in longitudinal section diagrams, too (next to CrossSection diagrams).
|
2011-12-20 |
Felix Wolfsteller |
Cosmetics.
|
2011-12-19 |
Felix Wolfsteller |
Refactoring, added Style accessors for area styles.
|
2011-12-19 |
Ingo Weinzierl |
Disabled default values in Artifact's DESCRIBE document - added a system property to re-enable those default values.
|
2011-12-19 |
Ingo Weinzierl |
#419 Fixed broken Facet name creation in discharge longitudinal sections.
|
2011-12-19 |
Ingo Weinzierl |
#380 Validate the user selected DEM in the server.
|
2011-12-19 |
Felix Wolfsteller |
Roll-back accidentally commited changes.
|
2011-12-19 |
Felix Wolfsteller |
Hide deleted facets from outgenerators.
|
2011-12-19 |
Felix Wolfsteller |
Store and access area.name data item.
|
2011-12-16 |
Felix Wolfsteller |
Fix, accidentally added wrong factory in last commit.
|
2011-12-16 |
Felix Wolfsteller |
Register area artifact factory.
|
2011-12-16 |
Felix Wolfsteller |
Added area facets to cross section compatibility matrix.
|
2011-12-16 |
Felix Wolfsteller |
Add area dataseries when facet delivers one.
|
2011-12-16 |
Felix Wolfsteller |
Added simple area registering functions.
|
2011-12-16 |
Felix Wolfsteller |
Made StaticState a bit more convenient to use.
|
2011-12-16 |
Felix Wolfsteller |
Register AREA('area') facet type.
|
2011-12-16 |
Felix Wolfsteller |
Register under a key on blackboard to meet assumptions by areaartifact.
|
2011-12-16 |
Felix Wolfsteller |
Added partial area-infrastructure.
|