Package org.opensourcephysics.display
Class Stripchart.StripchartLoader
java.lang.Object
org.opensourcephysics.controls.XMLLoader
org.opensourcephysics.display.Dataset.Loader
org.opensourcephysics.display.Stripchart.StripchartLoader
- All Implemented Interfaces:
XML.ObjectLoader
- Enclosing class:
- Stripchart
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionloadObject(XMLControl control, Object obj) Loads the object with xml data.voidsaveObject(XMLControl control, Object obj) Empty method.Methods inherited from class org.opensourcephysics.display.Dataset.Loader
createObject
-
Constructor Details
-
StripchartLoader
protected StripchartLoader()
-
-
Method Details
-
saveObject
Description copied from class:XMLLoaderEmpty method.- Specified by:
saveObjectin interfaceXML.ObjectLoader- Overrides:
saveObjectin classDataset.Loader- Parameters:
control- the controlobj- the object
-
loadObject
Description copied from class:XMLLoaderLoads the object with xml data. Calculations and Animations should reinitialize after they are loaded.- Specified by:
loadObjectin interfaceXML.ObjectLoader- Overrides:
loadObjectin classDataset.Loader- Parameters:
control- the controlobj- the object- Returns:
- the loaded object
-