comparison flys-artifacts/src/main/java/de/intevation/flys/exports/ChartGenerator.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 4a8251eae217
children 5966a20fc72c
comparison
equal deleted inserted replaced
1683:acb4d20b130e 1684:bdb05dc9b763
261 protected int[] getDefaultSize() { 261 protected int[] getDefaultSize() {
262 return new int[] { DEFAULT_CHART_WIDTH, DEFAULT_CHART_HEIGHT }; 262 return new int[] { DEFAULT_CHART_WIDTH, DEFAULT_CHART_HEIGHT };
263 } 263 }
264 264
265 265
266 public abstract void doOut(Artifact artifact, Facet facet, Document attr); 266 public abstract void doOut(
267 Artifact artifact,
268 Facet facet,
269 Document attr,
270 boolean visible);
267 271
268 public abstract void generate() throws IOException; 272 public abstract void generate() throws IOException;
269 } 273 }
270 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 274 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org