Package amplifier
Class AmpParameters
java.lang.Object
amplifier.AmpParameters
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptiondouble[]
gain is stored as a simple facter (NOT dB) for speed of use.static final long
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Get a set of data that describes all of the parameters in a class
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
gain
public double[] gaingain is stored as a simple facter (NOT dB) for speed of use. The dialog where they are set may well convert to dB values.
-
-
Constructor Details
-
AmpParameters
public AmpParameters()
-
-
Method Details
-
clone
-
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.
-