org.opensourcephysics.tools
Class ExportXMLFormat

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

public class ExportXMLFormat
extends java.lang.Object
implements ExportFormat

Exports data in XML format.


Constructor Summary
ExportXMLFormat()
           
 
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

ExportXMLFormat

public ExportXMLFormat()
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