Modifierprotected class NucleationGraphic.ModifierDensity extends java.lang.Object implements Modifier
| Modifier | Constructor | Description |
|---|---|---|
protected |
ModifierDensity() |
| 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 density) |
Sets the value of the property.
|
java.lang.String |
toString() |
public void setValue(double density)
Modifierpublic double getValue()
Modifierpublic Dimension getDimension()
ModifiergetDimension in interface Modifierpublic java.lang.String getLabel()
Modifierpublic java.lang.String toString()
toString in class java.lang.Object