| java.lang.Object org.krysalis.jcharts.encoders.SVGEncoder
SVGEncoder | public class SVGEncoder (Code) | | This class REQUIRES the Apache XML Batik libraries to run.
author: Nathaniel Auvil version: $Id: SVGEncoder.java,v 1.2 2003/05/26 13:40:21 nathaniel_auvil Exp $ |
Method Summary | |
public static void | encode(Chart chart, OutputStream outputStream) Encodes the Chart to an OutputStream which can be a file or any other OutputStream
implementation. |
|
|