Class Configuration

java.lang.Object
org.opensourcephysics.cabrillo.tracker.Configuration

public class Configuration extends Object
This manages a set of enabled configuration properties.
Version:
1.3 Aug 2004
Author:
Douglas Brown
  • Constructor Details

    • Configuration

      public Configuration()
      Creates an empty Configuration.
    • Configuration

      public Configuration(Set<String> enabled)
      Creates a Configuration and initializes it with a configuration.
      Parameters:
      enabled - a Set of enabled properties
    • Configuration

      public Configuration(TrackerPanel trackerPanel)
      Creates a Configuration and initializes it with the specified tracker panel configuration.
      Parameters:
      trackerPanel - the tracker panel
  • Method Details

    • getLoader

      public static XML.ObjectLoader getLoader()
      Returns an XML.ObjectLoader to save and load object data.
      Returns:
      the XML.ObjectLoader