Modifierpublic class IntegratorDCVGCMD.Mu1Modulator extends java.lang.Object implements Modifier
| Constructor | Description |
|---|---|
Mu1Modulator() |
| Modifier and Type | Method | Description |
|---|---|---|
Dimension |
getDimension() |
Returns the dimension of the property being modified.
|
java.lang.String |
getLabel() |
Returns a descriptive label of the property being modified.
|
double |
getValue() |
Gets the current value of the property.
|
void |
setValue(double x) |
Sets the value of the property.
|
public void setValue(double x)
Modifierpublic java.lang.String getLabel()
Modifierpublic double getValue()
Modifierpublic Dimension getDimension()
ModifiergetDimension in interface Modifier