comparison flys-artifacts/src/main/java/de/intevation/flys/exports/LongitudinalSectionGenerator.java @ 1997:210020108ca4

Implemented the buildAxisSections() method in XYChartGenerator to include an AxisSection for the X axis. flys-artifacts/trunk@3434 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Fri, 16 Dec 2011 10:35:08 +0000
parents e1c9f28e2675
children e71719483546
comparison
equal deleted inserted replaced
1996:c6432e8ea31e 1997:210020108ca4
465 } 465 }
466 466
467 467
468 @Override 468 @Override
469 protected List<Section> buildAxisSections() { 469 protected List<Section> buildAxisSections() {
470 List<Section> axisSections = new ArrayList<Section>(); 470 List<Section> axisSections = super.buildAxisSections();
471 471
472 for (YAXIS axis: YAXIS.values()) { 472 for (YAXIS axis: YAXIS.values()) {
473 String identifier = axis.toString(); 473 String identifier = axis.toString();
474 474
475 AxisSection axisSection = new AxisSection(); 475 AxisSection axisSection = new AxisSection();

http://dive4elements.wald.intevation.org