com.steema.teechart.exports
Class ImageExportFormat

java.lang.Object
  extended by com.steema.teechart.TeeBase
      extended by 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

Field Summary
 java.lang.String fileExtension
           
protected  javax.imageio.ImageWriteParam format
           
 
Fields inherited from class com.steema.teechart.TeeBase
chart
 
Constructor Summary
ImageExportFormat(IBaseChart chart)
           
 
Method Summary
 int getHeight()
           
 int getWidth()
           
 void save(javax.imageio.stream.ImageOutputStream ios)
           
 void save(java.lang.String fileName)
           
 void setHeight(int value)
           
 void setWidth(int value)
           
 
Methods inherited from class com.steema.teechart.TeeBase
getChart, invalidate, setBooleanProperty, setChart, setColorProperty, 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 javax.imageio.ImageWriteParam format
Constructor Detail

ImageExportFormat

public ImageExportFormat(IBaseChart chart)
Method Detail

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