|
||||||||||
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 |
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. |
PNGFormat |
getPNG()
Exports Chart as PNG format. |
java.awt.Image |
image()
|
java.awt.Image |
image(java.awt.Dimension dimension)
|
java.awt.Image |
image(int width,
int height)
Chart exports to image format. |
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 |
---|
public ImageExport(IBaseChart chart)
Method Detail |
---|
public JPEGFormat getJPEG()
public PNGFormat getPNG()
public BMPFormat getBMP()
public java.awt.Image image(java.awt.Dimension dimension)
public java.awt.Image image(int width, int height)
width
- intheight
- int
public java.awt.Image image()
public void lostOwnership(java.awt.datatransfer.Clipboard clipboard, java.awt.datatransfer.Transferable contents)
lostOwnership
in interface java.awt.datatransfer.ClipboardOwner
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 |