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.void
saveObject
(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:XMLLoader
Empty method.- Specified by:
saveObject
in interfaceXML.ObjectLoader
- Overrides:
saveObject
in classDataset.Loader
- Parameters:
control
- the controlobj
- the object
-
loadObject
Description copied from class:XMLLoader
Loads the object with xml data. Calculations and Animations should reinitialize after they are loaded.- Specified by:
loadObject
in interfaceXML.ObjectLoader
- Overrides:
loadObject
in classDataset.Loader
- Parameters:
control
- the controlobj
- the object- Returns:
- the loaded object
-