com.steema.teechart.exports
Class SVGFormat
java.lang.Object
com.steema.teechart.TeeBase
com.steema.teechart.exports.ImageExportFormat
com.steema.teechart.exports.SVGFormat
- All Implemented Interfaces:
- java.io.Serializable
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
- See Also:
- Serialized Form
Method Summary |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVGFormat
public SVGFormat(IBaseChart chart)
save
public void save(java.lang.String fileName)
throws java.io.FileNotFoundException,
java.io.IOException
- Description copied from class:
ImageExportFormat
- Saves image to File.
- Overrides:
save
in class ImageExportFormat
- Parameters:
fileName
- String
- Throws:
java.io.IOException
java.io.FileNotFoundException
save
public void save(java.lang.String fileName,
Point p)
throws java.io.FileNotFoundException,
java.io.IOException
- Throws:
java.io.FileNotFoundException
java.io.IOException
save
public void save(java.lang.String fileName,
Point p,
boolean append)
throws java.io.FileNotFoundException,
java.io.IOException
- Throws:
java.io.FileNotFoundException
java.io.IOException