Class Configuration
java.lang.Object
org.opensourcephysics.cabrillo.tracker.Configuration
This manages a set of enabled configuration properties.
- Version:
- 1.3 Aug 2004
- Author:
- Douglas Brown
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an empty Configuration.Configuration
(Set<String> enabled) Creates a Configuration and initializes it with a configuration.Configuration
(TrackerPanel trackerPanel) Creates a Configuration and initializes it with the specified tracker panel configuration. -
Method Summary
Modifier and TypeMethodDescriptionstatic XML.ObjectLoader
Returns an XML.ObjectLoader to save and load object data.
-
Constructor Details
-
Configuration
public Configuration()Creates an empty Configuration. -
Configuration
Creates a Configuration and initializes it with a configuration.- Parameters:
enabled
- a Set of enabled properties
-
Configuration
Creates a Configuration and initializes it with the specified tracker panel configuration.- Parameters:
trackerPanel
- the tracker panel
-
-
Method Details
-
getLoader
Returns an XML.ObjectLoader to save and load object data.- Returns:
- the XML.ObjectLoader
-