comparison gnv-artifacts/src/main/java/de/intevation/gnv/exports/ChartExportHelper.java @ 778:9a828e5a2390

Removed trailing whitespace gnv-artifacts/trunk@851 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 29 Mar 2010 07:58:51 +0000
parents a0e63136954e
children d0967fdee36f
comparison
equal deleted inserted replaced
777:8009961db1cb 778:9a828e5a2390
59 */ 59 */
60 private static Logger log = Logger.getLogger(ChartExportHelper.class); 60 private static Logger log = Logger.getLogger(ChartExportHelper.class);
61 61
62 62
63 /** 63 /**
64 * A method to export a <code>JFreeChart</code> as image to an 64 * A method to export a <code>JFreeChart</code> as image to an
65 * <code>OutputStream</code> with a given format, width and height. 65 * <code>OutputStream</code> with a given format, width and height.
66 * 66 *
67 * @param out OutputStream 67 * @param out OutputStream
68 * @param JFreeChart Chart to be exported 68 * @param JFreeChart Chart to be exported
69 * @param format Format (e.g. png, gif, jpg) 69 * @param format Format (e.g. png, gif, jpg)
131 131
132 132
133 /** 133 /**
134 * A method to export a <code>JFreeChart</code> histogram as SVG to an 134 * A method to export a <code>JFreeChart</code> histogram as SVG to an
135 * <code>OutputStream</code>. 135 * <code>OutputStream</code>.
136 * 136 *
137 * @param out OutputStream 137 * @param out OutputStream
138 * @param histograms Array of {@link de.intevation.gnv.chart.Chart} 138 * @param histograms Array of {@link de.intevation.gnv.chart.Chart}
139 * @param encoding Encoding, defaults to {@link DEFAULT_ENCODING} if null 139 * @param encoding Encoding, defaults to {@link DEFAULT_ENCODING} if null
140 * @param width Width the svg used to be 140 * @param width Width the svg used to be
141 * @param height Height the svg used to be 141 * @param height Height the svg used to be
176 176
177 177
178 /** 178 /**
179 * A method to export a <code>JFreeChart</code> as SVG to an 179 * A method to export a <code>JFreeChart</code> as SVG to an
180 * <code>OutputStream</code>. 180 * <code>OutputStream</code>.
181 * 181 *
182 * @param out OutputStream 182 * @param out OutputStream
183 * @param chart JFreeChart to be exported 183 * @param chart JFreeChart to be exported
184 * @param encoding Encoding, defaults to {@link DEFAULT_ENCODING} if null 184 * @param encoding Encoding, defaults to {@link DEFAULT_ENCODING} if null
185 * @param width Width the svg used to be 185 * @param width Width the svg used to be
186 * @param height Height the svg used to be 186 * @param height Height the svg used to be

http://dive4elements.wald.intevation.org