public class SVGFormat extends ImageExportFormat
Title: TeeChart for Java
Description: TeeChart for Java
Copyright (c) 2004-2014 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
fileExtension, formatchart, InternalUse| Constructor and Description |
|---|
SVGFormat(IBaseChart chart) |
| Modifier and Type | Method and Description |
|---|---|
void |
save(java.lang.String fileName)
Saves image to File.
|
void |
save(java.lang.String fileName,
Point p) |
void |
save(java.lang.String fileName,
Point p,
boolean append) |
getHeight, getWidth, save, setHeight, setWidthgetChart, invalidate, setBooleanProperty, setChart, setColorProperty, setDoubleProperty, setIntegerProperty, setStringPropertypublic SVGFormat(IBaseChart chart)
public void save(java.lang.String fileName)
throws java.io.FileNotFoundException,
java.io.IOException
ImageExportFormatsave in class ImageExportFormatfileName - Stringjava.io.IOExceptionjava.io.FileNotFoundExceptionpublic void save(java.lang.String fileName,
Point p)
throws java.io.FileNotFoundException,
java.io.IOException
java.io.FileNotFoundExceptionjava.io.IOExceptionpublic void save(java.lang.String fileName,
Point p,
boolean append)
throws java.io.FileNotFoundException,
java.io.IOException
java.io.FileNotFoundExceptionjava.io.IOException