Package org.jCharts.encoders
Class SVGEncoder
- java.lang.Object
-
- org.jCharts.encoders.SVGEncoder
-
public final class SVGEncoder extends java.lang.ObjectThis class REQUIRES the Apache XML Batik libraries to run.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateSVGEncoder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidencode(Chart chart, java.io.OutputStream outputStream)Encodes the Chart to an OutputStream which can be a file or any other OutputStream implementation.
-
-
-
Method Detail
-
encode
public static final void encode(Chart chart, java.io.OutputStream outputStream) throws ChartDataException, PropertyException, java.io.IOException
Encodes the Chart to an OutputStream which can be a file or any other OutputStream implementation.- Parameters:
chart-outputStream-- Throws:
ChartDataExceptionPropertyExceptionjava.io.IOException
-
-