comparison gnv-artifacts/src/main/java/de/intevation/gnv/chart/AbstractXYLineChart.java @ 778:9a828e5a2390

Removed trailing whitespace gnv-artifacts/trunk@851 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 29 Mar 2010 07:58:51 +0000
parents d0a39efbfd96
children b1f5f2a8840f
comparison
equal deleted inserted replaced
777:8009961db1cb 778:9a828e5a2390
270 return nextColor++; 270 return nextColor++;
271 } 271 }
272 272
273 273
274 /** 274 /**
275 * Method to adjust the plot rendering. Disable horizontal grid lines if 275 * Method to adjust the plot rendering. Disable horizontal grid lines if
276 * <code>plot</code> contains only a single y-axis. 276 * <code>plot</code> contains only a single y-axis.
277 * 277 *
278 * @param plot JFreeChart Plot object to be adjusted. 278 * @param plot JFreeChart Plot object to be adjusted.
279 */ 279 */
280 protected void adjustPlot(XYPlot plot) { 280 protected void adjustPlot(XYPlot plot) {
282 plot.setRangeGridlinesVisible(false); 282 plot.setRangeGridlinesVisible(false);
283 } 283 }
284 284
285 285
286 /** 286 /**
287 * Abstract method which is called after chart creation. It turns an 287 * Abstract method which is called after chart creation. It turns an
288 * axis' label into a locale specific format. 288 * axis' label into a locale specific format.
289 * 289 *
290 * @param axis Axis to adjust. 290 * @param axis Axis to adjust.
291 * @param local java.util.Locale object used specify the format. 291 * @param local java.util.Locale object used specify the format.
292 * 292 *

http://dive4elements.wald.intevation.org