comparison flys-artifacts/src/main/java/de/intevation/flys/exports/OutGenerator.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 21a4d2c677a1
comparison
equal deleted inserted replaced
1683:acb4d20b130e 1684:bdb05dc9b763
43 * 43 *
44 * @param artifact The artifact that provides information and data for the 44 * @param artifact The artifact that provides information and data for the
45 * single output. 45 * single output.
46 * @param attr A document that might contain some attributes used while 46 * @param attr A document that might contain some attributes used while
47 * producing the output. 47 * producing the output.
48 * @param visible Specifies, if this output should be visible or not.
48 */ 49 */
49 void doOut(Artifact artifact, Facet facet, Document attr); 50 void doOut(Artifact artifact, Facet facet, Document attr, boolean visible);
50 51
51 /** 52 /**
52 * Writes the collected output of all artifacts specified in the 53 * Writes the collected output of all artifacts specified in the
53 * <i>request</i> (see init()) document to the OutputStream <i>out</i> (see 54 * <i>request</i> (see init()) document to the OutputStream <i>out</i> (see
54 * init()). 55 * init()).

http://dive4elements.wald.intevation.org