Modifier
public class PistonCylinderGraphic.ModifierPistonDensity extends java.lang.Object implements Modifier
Constructor | Description |
---|---|
ModifierPistonDensity() |
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.
|
public Dimension getDimension()
Modifier
getDimension
in interface Modifier
public java.lang.String getLabel()
Modifier
public double getValue()
Modifier