org.opensourcephysics.tools
Class ExportGnuplotFormat

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

public class ExportGnuplotFormat
extends java.lang.Object
implements ExportFormat

Text format, compatible with Octave and Gnuplot

Version:
1.0
Author:
Kipton Barros

Constructor Summary
ExportGnuplotFormat()
           
 
Method Summary
 java.lang.String description()
           
 void export(java.io.File file, java.util.List<java.lang.Object> 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<java.lang.Object> data)
Specified by:
export in interface ExportFormat