org.opensourcephysics.tools
Class ExportGnuplotFormat

java.lang.Object
  extended byorg.opensourcephysics.tools.ExportGnuplotFormat
All Implemented Interfaces:
ExportFormat

public class ExportGnuplotFormat
extends java.lang.Object
implements ExportFormat

Text format, compatible with Octave and Gnuplot


Constructor Summary
ExportGnuplotFormat()
           
 
Method Summary
 java.lang.String description()
           
 void export(java.io.File file, java.util.List data)
           
 java.lang.String extension()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportGnuplotFormat

public ExportGnuplotFormat()
Method Detail

description

public java.lang.String description()
Specified by:
description in interface ExportFormat

extension

public java.lang.String extension()
Specified by:
extension in interface ExportFormat

export

public void export(java.io.File file,
                   java.util.List data)
Specified by:
export in interface ExportFormat