org.opensourcephysics.tools
Class ExportXMLFormat

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

public class ExportXMLFormat
extends java.lang.Object
implements ExportFormat

Exports data in XML format.

Version:
1.0
Author:
W. Christian

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

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<java.lang.Object> data)
Specified by:
export in interface ExportFormat