com.steema.teechart.exports
Class Exports.DataExport

java.lang.Object
  extended by com.steema.teechart.exports.Exports.DataExport
Enclosing class:
Exports

public final class Exports.DataExport
extends java.lang.Object


Constructor Summary
Exports.DataExport()
           
 
Method Summary
 ExcelFormat getExcel()
           
 HTMLFormat getHTML()
           
 TextFormat getText()
           
 XMLFormat getXML()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exports.DataExport

public Exports.DataExport()
Method Detail

getXML

public XMLFormat getXML()

getText

public TextFormat getText()

getHTML

public HTMLFormat getHTML()

getExcel

public ExcelFormat getExcel()