com.steema.teechart.exports
Class ImageExportFormat

java.lang.Object
  extended by com.steema.teechart.TeeBase
      extended by com.steema.teechart.exports.ImageExportFormat

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


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

fileExtension

public java.lang.String fileExtension

format

protected java.lang.Object format
Constructor Detail

ImageExportFormat

public ImageExportFormat(IBaseChart chart)
Method Detail

getHeight

public int getHeight()
Returns the Height of the Exported image.

Returns:
int

getWidth

public int getWidth()
Returns the Width of the Exported image.

Returns:
int

setWidth

public void setWidth(int value)
Sets the Width of the Exported image.

Parameters:
value - int

setHeight

public void setHeight(int value)
Sets the Height of the Exported image.

Parameters:
value - int

save

public void save(java.lang.String fileName)
          throws java.io.IOException
Saves image to File.

Parameters:
fileName - String
Throws:
java.io.IOException