| Modifier and Type | Field | Description |
|---|---|---|
protected Box |
box |
|
protected Vector |
momentum |
|
protected double |
temperature |
| Constructor | Description |
|---|---|
BoxScaleMomenta(Box box,
Space space) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
actionPerformed() |
Completes the action defined by the class implementing this interface.
|
Box |
getBox() |
|
double |
getTemperature() |
|
void |
setTemperature(double newTemperature) |
protected final Box box
protected final Vector momentum
protected double temperature
public void setTemperature(double newTemperature)
public double getTemperature()
public Box getBox()
public void actionPerformed()
IActionactionPerformed in interface IAction