org.opensourcephysics.display
Class Stripchart.StripchartLoader

java.lang.Object
  extended by org.opensourcephysics.controls.XMLLoader
      extended by org.opensourcephysics.display.Dataset.Loader
          extended by org.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)
          Loads the object with xml data.
 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
Parameters:
control - the control
obj - the object

loadObject

public java.lang.Object loadObject(XMLControl control,
                                   java.lang.Object obj)
Description copied from class: XMLLoader
Loads the object with xml data. Calculations and Animations should reinitialize after they are loaded.

Specified by:
loadObject in interface XML.ObjectLoader
Overrides:
loadObject in class Dataset.Loader
Parameters:
control - the control
obj - the object
Returns:
the loaded object