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, format
chart, 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, setWidth
getChart, invalidate, setBooleanProperty, setChart, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
public SVGFormat(IBaseChart chart)
public void save(java.lang.String fileName) throws java.io.FileNotFoundException, java.io.IOException
ImageExportFormat
save
in class ImageExportFormat
fileName
- Stringjava.io.IOException
java.io.FileNotFoundException
public void save(java.lang.String fileName, Point p) throws java.io.FileNotFoundException, java.io.IOException
java.io.FileNotFoundException
java.io.IOException
public void save(java.lang.String fileName, Point p, boolean append) throws java.io.FileNotFoundException, java.io.IOException
java.io.FileNotFoundException
java.io.IOException