com.steema.teechart.exports
Class ImageExportFormat
java.lang.Object
com.steema.teechart.TeeBase
com.steema.teechart.exports.ImageExportFormat
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- BMPFormat, GIFFormat, JPEGFormat, PNGFormat
public class ImageExportFormat
- extends TeeBase
Title: TeeChart for Java
Description: TeeChart for Java
Copyright (c) 2004-2008 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
- See Also:
- Serialized Form
Fields inherited from class com.steema.teechart.TeeBase |
chart |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fileExtension
public java.lang.String fileExtension
format
protected javax.imageio.ImageWriteParam format
ImageExportFormat
public ImageExportFormat(IBaseChart chart)
getHeight
public int getHeight()
getWidth
public int getWidth()
setWidth
public void setWidth(int value)
setHeight
public void setHeight(int value)
save
public void save(java.lang.String fileName)
throws java.io.IOException
- Throws:
java.io.IOException
save
public void save(javax.imageio.stream.ImageOutputStream ios)
throws java.io.IOException
- Throws:
java.io.IOException