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
chart, InternalUse
Constructor and Description |
---|
ImageExport(IBaseChart chart) |
Modifier and Type | Method and Description |
---|---|
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) |
getChart, invalidate, setBooleanProperty, setChart, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
public ImageExport(IBaseChart chart)
public JPEGFormat getJPEG()
public PNGFormat getPNG()
public BMPFormat getBMP()
public SVGFormat getSVG()
public JavascriptFormat getJScript()
public Image image()
public Image image(int width, int height)
public void copyToClipboard()
public void copyToClipboard(int width, int height)
width
- intheight
- int