com.steema.teechart.exports
Class BMPFormat

java.lang.Object
  extended by com.steema.teechart.TeeBase
      extended by com.steema.teechart.exports.ImageExportFormat
          extended by com.steema.teechart.exports.BMPFormat
All Implemented Interfaces:
java.io.Serializable

public final class BMPFormat
extends ImageExportFormat

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
 
Fields inherited from class com.steema.teechart.exports.ImageExportFormat
fileExtension, format
 
Fields inherited from class com.steema.teechart.TeeBase
chart, InternalUse
 
Constructor Summary
BMPFormat(IBaseChart chart)
           
 
Method Summary
 javax.imageio.ImageWriteParam getOptions()
           
 void setOptions(javax.imageio.ImageWriteParam params)
           
 
Methods inherited from class com.steema.teechart.exports.ImageExportFormat
getHeight, getWidth, save, save, setHeight, setWidth
 
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
 

Constructor Detail

BMPFormat

public BMPFormat(IBaseChart chart)
Method Detail

getOptions

public javax.imageio.ImageWriteParam getOptions()

setOptions

public void setOptions(javax.imageio.ImageWriteParam params)