Modifier
, java.io.Serializable
public class ModifierNMolecule extends java.lang.Object implements Modifier, java.io.Serializable
Modifier and Type | Field | Description |
---|---|---|
protected Box |
box |
|
protected ISpecies |
species |
Constructor | Description |
---|---|
ModifierNMolecule(Box box,
ISpecies species) |
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 d) |
Sets the value of the property.
|
public void setValue(double d)
Modifier
public double getValue()
Modifier
public Dimension getDimension()
Modifier
getDimension
in interface Modifier