Package org.opensourcephysics.display
Class HistogramDataset.HistogramDatasetLoader
java.lang.Object
org.opensourcephysics.controls.XMLLoader
org.opensourcephysics.display.Dataset.Loader
org.opensourcephysics.display.HistogramDataset.HistogramDatasetLoader
- All Implemented Interfaces:
XML.ObjectLoader
- Enclosing class:
- HistogramDataset
-
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
-
HistogramDatasetLoader
protected HistogramDatasetLoader()
-
-
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
-