comparison gnv-artifacts/src/main/java/de/intevation/gnv/transition/profile/horizontal/HorizontalProfileOutputTransition.java @ 327:22a6493e8460

New options in chart template: visibility of lines and points in charts and point's size. gnv-artifacts/trunk@393 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 02 Dec 2009 10:50:12 +0000
parents e6e172a4915e
children 1c427acb6c76
comparison
equal deleted inserted replaced
326:37847d724fc9 327:22a6493e8460
71 Collection parameters, 71 Collection parameters,
72 Collection measurements, 72 Collection measurements,
73 Collection dates, 73 Collection dates,
74 Collection result, 74 Collection result,
75 Locale locale, 75 Locale locale,
76 String uuid 76 String uuid,
77 boolean linesVisible,
78 boolean shapesVisible
77 ) { 79 ) {
78 Chart chart = null; 80 Chart chart = null;
79 81
80 if (CACHE_CHART) { 82 if (CACHE_CHART) {
81 log.info("Try to get horizontalprofile chart from cache."); 83 log.info("Try to get horizontalprofile chart from cache.");
92 parameters, 94 parameters,
93 measurements, 95 measurements,
94 dates, 96 dates,
95 result, 97 result,
96 null, 98 null,
97 locale 99 locale,
100 linesVisible,
101 shapesVisible
98 ); 102 );
99 chart.generateChart(); 103 chart.generateChart();
100 104
101 if (CACHE_CHART) { 105 if (CACHE_CHART) {
102 log.info("Put chart into cache."); 106 log.info("Put chart into cache.");

http://dive4elements.wald.intevation.org