comparison gnv-artifacts/src/main/java/de/intevation/gnv/exports/ChartExportHelper.java @ 794:d0967fdee36f

Repaired JavaDoc in Export package. gnv-artifacts/trunk@876 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 31 Mar 2010 12:18:03 +0000
parents 9a828e5a2390
children 22c18083225e
comparison
equal deleted inserted replaced
793:2047f318e964 794:d0967fdee36f
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 chart JFreeChart object to be exported.
69 * @param format Format (e.g. png, gif, jpg) 69 * @param format Format (e.g. png, gif, jpg)
70 * @param width Width, the image used to be 70 * @param width Width, the image used to be
71 * @param height Height, the image used to be 71 * @param height Height, the image used to be
72 * 72 *
73 * @throws IOException if writing image to OutputStream failed. 73 * @throws IOException if writing image to OutputStream failed.

http://dive4elements.wald.intevation.org