org.opensourcephysics.display
Class Stripchart.StripchartLoader

java.lang.Object
  extended byorg.opensourcephysics.controls.XMLLoader
      extended byorg.opensourcephysics.display.Dataset.Loader
          extended byorg.opensourcephysics.display.Stripchart.StripchartLoader
All Implemented Interfaces:
XML.ObjectLoader
Enclosing class:
Stripchart

protected static class Stripchart.StripchartLoader
extends Dataset.Loader


Constructor Summary
protected Stripchart.StripchartLoader()
           
 
Method Summary
 java.lang.Object loadObject(XMLControl control, java.lang.Object obj)
          Empty method.
 void saveObject(XMLControl control, java.lang.Object obj)
          Empty method.
 
Methods inherited from class org.opensourcephysics.display.Dataset.Loader
createObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stripchart.StripchartLoader

protected Stripchart.StripchartLoader()
Method Detail

saveObject

public void saveObject(XMLControl control,
                       java.lang.Object obj)
Description copied from class: XMLLoader
Empty method.

Specified by:
saveObject in interface XML.ObjectLoader
Overrides:
saveObject in class Dataset.Loader

loadObject

public java.lang.Object loadObject(XMLControl control,
                                   java.lang.Object obj)
Description copied from class: XMLLoader
Empty method.

Specified by:
loadObject in interface XML.ObjectLoader
Overrides:
loadObject in class Dataset.Loader