|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.TeeBase
com.steema.teechart.exports.ImageExportFormat
public class ImageExportFormat
Title: TeeChart for Java
Description: TeeChart for Java
Copyright (c) 2004-2008 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Field Summary | |
---|---|
java.lang.String |
fileExtension
|
protected java.lang.Object |
format
|
Fields inherited from class com.steema.teechart.TeeBase |
---|
chart, InternalUse |
Constructor Summary | |
---|---|
ImageExportFormat(IBaseChart chart)
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.steema.teechart.TeeBase |
---|
getChart, invalidate, setBooleanProperty, setChart, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String fileExtension
protected java.lang.Object format
Constructor Detail |
---|
public ImageExportFormat(IBaseChart chart)
Method Detail |
---|
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
- String
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |