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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet 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
-
getParameterSet
Description copied from interface:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-