comparison flys-artifacts/src/main/java/de/intevation/flys/exports/CrossSectionGenerator.java @ 3619:1548935582bc

Add logo settings to cross section chartsettings. flys-artifacts/trunk@5295 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 29 Aug 2012 14:32:00 +0000
parents dd6e25980c91
children 1d2856de489d
comparison
equal deleted inserted replaced
3618:b7867c03760a 3619:1548935582bc
410 410
411 411
412 /** 412 /**
413 * Creates a new <i>ChartSection</i>. 413 * Creates a new <i>ChartSection</i>.
414 * 414 *
415 * Overridden to prevent inclusion of subtitle.
416 *
415 * @return a new <i>ChartSection</i>. 417 * @return a new <i>ChartSection</i>.
416 */ 418 */
417 @Override 419 @Override
418 protected ChartSection buildChartSection() { 420 protected ChartSection buildChartSection() {
419 ChartSection chartSection = new ChartSection(); 421 ChartSection chartSection = new ChartSection();
420 chartSection.setTitle(getChartTitle()); 422 chartSection.setTitle(getChartTitle());
421 chartSection.setDisplayGrid(isGridVisible()); 423 chartSection.setDisplayGrid(isGridVisible());
424 chartSection.setDisplayLogo(showLogo());
425 chartSection.setLogoVPlacement(logoVPlace());
426 chartSection.setLogoHPlacement(logoHPlace());
422 return chartSection; 427 return chartSection;
423 } 428 }
424 } 429 }
425 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 430 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org