public class ImageExportFormat extends TeeBase
Title: TeeChart for Java
Description: TeeChart for Java
Copyright (c) 2004-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Modifier and Type | Field and Description |
---|---|
java.lang.String |
fileExtension |
protected java.lang.Object |
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(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, setStringProperty
public java.lang.String fileExtension
protected java.lang.Object 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.IOException