comparison flys-artifacts/src/main/java/de/intevation/flys/exports/ChartExportHelper.java @ 3284:d9af29a4bb85

Various cosmetic doc fixes. flys-artifacts/trunk@4944 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 11 Jul 2012 19:21:43 +0000
parents 4ac581062c40
children
comparison
equal deleted inserted replaced
3283:a8ce3263b0a7 3284:d9af29a4bb85
87 * A method to export a <code>JFreeChart</code> as image to an 87 * A method to export a <code>JFreeChart</code> as image to an
88 * <code>OutputStream</code> with a given format, width and height. 88 * <code>OutputStream</code> with a given format, width and height.
89 * 89 *
90 * @param out OutputStream 90 * @param out OutputStream
91 * @param chart JFreeChart object to be exported. 91 * @param chart JFreeChart object to be exported.
92 * @param format Format (e.g. png, gif, jpg)
93 * @param cc context, in which e.g. size is stored. 92 * @param cc context, in which e.g. size is stored.
94 * 93 *
95 * @throws IOException if writing image to OutputStream failed. 94 * @throws IOException if writing image to OutputStream failed.
96 */ 95 */
97 public static void exportImage( 96 public static void exportImage(

http://dive4elements.wald.intevation.org