com.steema.teechart.exports
Class ImageExport

java.lang.Object
  extended by com.steema.teechart.TeeBase
      extended by com.steema.teechart.exports.ImageExport
All Implemented Interfaces:
java.awt.datatransfer.ClipboardOwner, java.io.Serializable

public class ImageExport
extends TeeBase
implements java.awt.datatransfer.ClipboardOwner

Title: TeeChart for Java

Description: TeeChart for Java

Example:


 myChart.getExport().getImage().getBMP().save(tmpName);
 

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.TeeBase
chart
 
Constructor Summary
ImageExport(IBaseChart chart)
           
 
Method Summary
 void copyToClipboard()
           
 void copyToClipboard(int width, int height)
           
 BMPFormat getBMP()
           
 JPEGFormat getJPEG()
           
 PNGFormat getPNG()
           
 java.awt.Image image()
           
 java.awt.Image image(java.awt.Dimension dimension)
           
 java.awt.Image image(int width, int height)
           
 void lostOwnership(java.awt.datatransfer.Clipboard clipboard, java.awt.datatransfer.Transferable contents)
           
 
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
 

Constructor Detail

ImageExport

public ImageExport(IBaseChart chart)
Method Detail

getJPEG

public JPEGFormat getJPEG()

getPNG

public PNGFormat getPNG()

getBMP

public BMPFormat getBMP()

image

public java.awt.Image image(java.awt.Dimension dimension)

image

public java.awt.Image image(int width,
                            int height)

image

public java.awt.Image image()

lostOwnership

public void lostOwnership(java.awt.datatransfer.Clipboard clipboard,
                          java.awt.datatransfer.Transferable contents)
Specified by:
lostOwnership in interface java.awt.datatransfer.ClipboardOwner

copyToClipboard

public void copyToClipboard()

copyToClipboard

public void copyToClipboard(int width,
                            int height)