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.io.Serializable

public class ImageExport
extends TeeBase

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, InternalUse
 
Constructor Summary
ImageExport(IBaseChart chart)
           
 
Method Summary
 void copyToClipboard()
          Copy image to clipboard.
 void copyToClipboard(int width, int height)
          Copy image to clipboard.
 BMPFormat getBMP()
          Exports Chart as BMP format.
 JPEGFormat getJPEG()
          Exports Chart as JPEG format.
 JavascriptFormat getJScript()
          Exports Chart as Javascript format.
 PNGFormat getPNG()
          Exports Chart as PNG format.
 SVGFormat getSVG()
          Exports Chart as SVG format.
 Image image()
           
 Image image(Dimension dimension)
           
 Image image(int width, int height)
           
 
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

ImageExport

public ImageExport(IBaseChart chart)
Method Detail

getJPEG

public JPEGFormat getJPEG()
Exports Chart as JPEG format.

Returns:
JPEGFormat

getPNG

public PNGFormat getPNG()
Exports Chart as PNG format.

Returns:
PNGFormat

getBMP

public BMPFormat getBMP()
Exports Chart as BMP format.

Returns:
BMPFormat

getSVG

public SVGFormat getSVG()
Exports Chart as SVG format.

Returns:
SVGFormat

getJScript

public JavascriptFormat getJScript()
Exports Chart as Javascript format.

Returns:
JavascriptFormat

image

public Image image(Dimension dimension)

image

public Image image()

image

public Image image(int width,
                   int height)

copyToClipboard

public void copyToClipboard()
Copy image to clipboard.


copyToClipboard

public void copyToClipboard(int width,
                            int height)
Copy image to clipboard.

Parameters:
width - int
height - int