Modifierpublic static class ColloidGraphic.WallRangeModifier extends java.lang.Object implements Modifier
| Modifier and Type | Field | Description |
|---|---|---|
protected CriterionPositionWall |
criterion |
|
protected P1Wall |
p1 |
| Constructor | Description |
|---|---|
WallRangeModifier(P1Wall p1,
CriterionPositionWall criterion) |
| 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.
|
protected final P1Wall p1
protected final CriterionPositionWall criterion
public WallRangeModifier(P1Wall p1, CriterionPositionWall criterion)
public Dimension getDimension()
ModifiergetDimension in interface Modifierpublic java.lang.String getLabel()
Modifierpublic double getValue()
Modifier