Package org.opensourcephysics.frames
Class PlotFrame.PlotFrameLoader
java.lang.Object
org.opensourcephysics.display.DrawingFrame.DrawingFrameLoader
org.opensourcephysics.frames.PlotFrame.PlotFrameLoader
- All Implemented Interfaces:
XML.ObjectLoader
- Enclosing class:
- PlotFrame
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateObject(XMLControl control) Creates a PlotFame.loadObject(XMLControl control, Object obj) Loads the object with data from the control.Methods inherited from class org.opensourcephysics.display.DrawingFrame.DrawingFrameLoader
saveObject
-
Constructor Details
-
PlotFrameLoader
protected PlotFrameLoader()
-
-
Method Details
-
createObject
Creates a PlotFame.- Specified by:
createObjectin interfaceXML.ObjectLoader- Overrides:
createObjectin classDrawingFrame.DrawingFrameLoader- Parameters:
control- XMLControl- Returns:
- Object
-
loadObject
Loads the object with data from the control.- Specified by:
loadObjectin interfaceXML.ObjectLoader- Overrides:
loadObjectin classDrawingFrame.DrawingFrameLoader- Parameters:
control- XMLControlobj- Object- Returns:
- Object
-