com.steema.teechart.exports
Class ExcelFormat

java.lang.Object
  extended by com.steema.teechart.exports.DataExportFormat
      extended by com.steema.teechart.exports.HTMLFormat
          extended by com.steema.teechart.exports.ExcelFormat
All Implemented Interfaces:
java.awt.datatransfer.ClipboardOwner

public class ExcelFormat
extends HTMLFormat


Field Summary
 
Fields inherited from class com.steema.teechart.exports.DataExportFormat
chart, fileExtension, hasColors, hasLabels, hasMarkPositions, hasNoMandatory, series
 
Constructor Summary
ExcelFormat(IBaseChart c)
           
 
Method Summary
 java.lang.String getFilterFiles()
           
 
Methods inherited from class com.steema.teechart.exports.HTMLFormat
getContent, pointToString
 
Methods inherited from class com.steema.teechart.exports.DataExportFormat
copyToClipboard, getDataFormat, getFileExtension, getIncludeHeader, getIncludeIndex, getIncludeLabels, getIncludeSeriesTitle, getSeries, getTextLineSeparator, lostOwnership, prepare, save, save, setFileExtension, setIncludeHeader, setIncludeIndex, setIncludeLabels, setIncludeSeriesTitle, setSeries, setTextLineSeparator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelFormat

public ExcelFormat(IBaseChart c)
Method Detail

getFilterFiles

public java.lang.String getFilterFiles()
Overrides:
getFilterFiles in class HTMLFormat