Modifierpublic static class SamGraphic.ModifierWallPosition extends java.lang.Object implements Modifier
| Modifier and Type | Field | Description |
|---|---|---|
protected double |
surfacePosition |
| Constructor | Description |
|---|---|
ModifierWallPosition(Sam sim) |
| 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 newValue) |
Sets the value of the property.
|
void |
update() |
public ModifierWallPosition(Sam sim)
public void update()
public void setValue(double newValue)
Modifierpublic double getValue()
Modifierpublic Dimension getDimension()
ModifiergetDimension in interface Modifier