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
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
fileExtension |
protected javax.imageio.ImageWriteParam |
format |
chart, InternalUse| Constructor and Description |
|---|
ImageExportFormat(IBaseChart chart) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight()
Returns the Height of the Exported image.
|
int |
getWidth()
Returns the Width of the Exported image.
|
void |
save(javax.imageio.stream.ImageOutputStream ios)
Saves image to Stream.
|
void |
save(java.lang.String fileName)
Saves image to File.
|
void |
setHeight(int value)
Sets the Height of the Exported image.
|
void |
setWidth(int value)
Sets the Width of the Exported image.
|
getChart, invalidate, setBooleanProperty, setChart, setColorProperty, setDoubleProperty, setIntegerProperty, setStringPropertypublic java.lang.String fileExtension
protected javax.imageio.ImageWriteParam format
public ImageExportFormat(IBaseChart chart)
public int getHeight()
public int getWidth()
public void setWidth(int value)
value - intpublic void setHeight(int value)
value - intpublic void save(java.lang.String fileName)
throws java.io.IOException
fileName - Stringjava.io.IOExceptionpublic void save(javax.imageio.stream.ImageOutputStream ios)
throws java.io.IOException
ios - ImageOutputStreamjava.io.IOException