Package PamController.soundMedium
Class GlobalMediumParams
java.lang.Object
PamController.soundMedium.GlobalMediumParams
- All Implemented Interfaces:
Serializable,Cloneable,ManagedParameters
public class GlobalMediumParams
extends Object
implements Serializable, Cloneable, ManagedParameters
Stores parameters for the current medium.
- Author:
- Jamie Macaulay
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected GlobalMediumParamsclone()Get a set of data that describes all of the parameters in a class
-
Field Details
-
currentMedium
The current medium.
-
-
Constructor Details
-
GlobalMediumParams
public GlobalMediumParams()
-
-
Method Details
-
clone
-
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
getParameterSetin interfaceManagedParameters- Returns:
- description of the parameters in a class.
-