comparison flys-artifacts/src/main/java/de/intevation/flys/exports/XYChartGenerator.java @ 2414:b5f5af53a526

Make it compileable again flys-artifacts/trunk@4045 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 13 Feb 2012 17:48:14 +0000
parents 7e0be3e5dfaa
children 5144369d5961
comparison
equal deleted inserted replaced
2413:4b7870e102f4 2414:b5f5af53a526
394 * If no data is visible, draw at least empty axis. 394 * If no data is visible, draw at least empty axis.
395 */ 395 */
396 private void recoverEmptyPlot(XYPlot plot) { 396 private void recoverEmptyPlot(XYPlot plot) {
397 if (plot.getRangeAxis() == null) { 397 if (plot.getRangeAxis() == null) {
398 logger.debug("debug: No range axis"); 398 logger.debug("debug: No range axis");
399 plot.setRangeAxis(createYAxis(0, null)); 399 plot.setRangeAxis(createYAxis(0));
400 } 400 }
401 } 401 }
402 402
403 403
404 /** 404 /**

http://dive4elements.wald.intevation.org