comparison flys-artifacts/src/main/java/de/intevation/flys/exports/ChartInfoGenerator.java @ 1684:bdb05dc9b763

Bugfix: #353 Enabled chart's to be drawn with proper axes set even if no data is contained. flys-artifacts/trunk@2902 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Fri, 07 Oct 2011 10:51:09 +0000
parents 45cd58a2a2bb
children b7b424ae32a8
comparison
equal deleted inserted replaced
1683:acb4d20b130e 1684:bdb05dc9b763
77 * 77 *
78 * @param artifacts 78 * @param artifacts
79 * @param facet 79 * @param facet
80 * @param attr 80 * @param attr
81 */ 81 */
82 public void doOut(Artifact artifact, Facet facet, Document attr) { 82 public void doOut(
83 generator.doOut(artifact, facet, attr); 83 Artifact artifact,
84 Facet facet,
85 Document attr,
86 boolean visible
87 ) {
88 generator.doOut(artifact, facet, attr, visible);
84 } 89 }
85 90
86 91
87 /** 92 /**
88 * This method generates the chart using a concrete ChartGenerator but 93 * This method generates the chart using a concrete ChartGenerator but

http://dive4elements.wald.intevation.org