comparison flys-artifacts/src/main/java/de/intevation/flys/exports/ChartGenerator.java @ 3613:dd6e25980c91

Fixed typo. flys-artifacts/trunk@5272 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 27 Aug 2012 10:52:12 +0000
parents b1912514e0f5
children f84854eba0b3
comparison
equal deleted inserted replaced
3612:f3fc8d49d741 3613:dd6e25980c91
749 */ 749 */
750 protected ChartSection buildChartSection() { 750 protected ChartSection buildChartSection() {
751 ChartSection chartSection = new ChartSection(); 751 ChartSection chartSection = new ChartSection();
752 chartSection.setTitle(getChartTitle()); 752 chartSection.setTitle(getChartTitle());
753 chartSection.setSubtitle(getChartSubtitle()); 753 chartSection.setSubtitle(getChartSubtitle());
754 chartSection.setDisplayGird(isGridVisible()); 754 chartSection.setDisplayGrid(isGridVisible());
755 return chartSection; 755 return chartSection;
756 } 756 }
757 757
758 758
759 /** 759 /**

http://dive4elements.wald.intevation.org