|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.TeeBase
com.steema.teechart.exports.ImageExport
public class ImageExport
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
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 |
---|
public ImageExport(IBaseChart chart)
Method Detail |
---|
public JPEGFormat getJPEG()
public PNGFormat getPNG()
public BMPFormat getBMP()
public SVGFormat getSVG()
public JavascriptFormat getJScript()
public Image image(Dimension dimension)
public Image image()
public Image image(int width, int height)
public void copyToClipboard()
public void copyToClipboard(int width, int height)
width
- intheight
- int
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |