com.steema.teechart.exports
Class Exports

java.lang.Object
  extended by com.steema.teechart.TeeBase
      extended by com.steema.teechart.exports.Exports
All Implemented Interfaces:
java.io.Serializable

public final class Exports
extends TeeBase

Title: Exports class

Description:

Copyright (c) 2005-2006 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL

See Also:
Serialized Form

Nested Class Summary
 class Exports.DataExport
           
 class Exports.TemplateExport
           
 
Field Summary
 
Fields inherited from class com.steema.teechart.TeeBase
chart
 
Constructor Summary
Exports(IBaseChart chart)
           
 
Method Summary
 Exports.DataExport getData()
          Gets a class instance with methods to export chart Series data.
 ImageExport getImage()
          Gets a class instance with methods to create images from chart.
 Exports.TemplateExport getTemplate()
          Gets a class instance with methods to store the chart to a file or stream using Java standard serialization and XMLEncoder mechanisms.
 
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

Exports

public Exports(IBaseChart chart)
Method Detail

getData

public Exports.DataExport getData()
Gets a class instance with methods to export chart Series data.

Returns:
DataExport

getImage

public ImageExport getImage()
Gets a class instance with methods to create images from chart.

Returns:
ImageExport

getTemplate

public Exports.TemplateExport getTemplate()
Gets a class instance with methods to store the chart to a file or stream using Java standard serialization and XMLEncoder mechanisms.

Returns:
Template