com.steema.teechart.exports
Class TextFormat

java.lang.Object
  extended by com.steema.teechart.exports.DataExportFormat
      extended by com.steema.teechart.exports.TextFormat

public class TextFormat
extends DataExportFormat

Title: TeeChart for Java

Description: Chart data export to Text

Copyright (c) 2004-2008 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL


Field Summary
 java.lang.String textDelimiter
           
 
Fields inherited from class com.steema.teechart.exports.DataExportFormat
chart, fileExtension, hasColors, hasLabels, hasMarkPositions, hasNoMandatory, series
 
Constructor Summary
TextFormat(IBaseChart c)
           
 
Method Summary
protected  java.lang.String getContent()
           
 java.lang.String getFilterFiles()
          Returns the corresponding Filter for the export format.
protected  java.lang.String pointToString(int index)
           
 
Methods inherited from class com.steema.teechart.exports.DataExportFormat
copyToClipboard, getDataFormat, getFileExtension, getIncludeHeader, getIncludeIndex, getIncludeLabels, getIncludeSeriesTitle, getSeries, getTextLineSeparator, prepare, 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
 

Field Detail

textDelimiter

public java.lang.String textDelimiter
Constructor Detail

TextFormat

public TextFormat(IBaseChart c)
Method Detail

getContent

protected java.lang.String getContent()
Overrides:
getContent in class DataExportFormat

getFilterFiles

public java.lang.String getFilterFiles()
Description copied from class: DataExportFormat
Returns the corresponding Filter for the export format.

Overrides:
getFilterFiles in class DataExportFormat
Returns:
String

pointToString

protected java.lang.String pointToString(int index)
Specified by:
pointToString in class DataExportFormat