Modifier
public static class InterfacialSWGraphic.ModifierBoxSize extends java.lang.Object implements Modifier
Modifier and Type | Field | Description |
---|---|---|
protected Box |
box |
|
protected int |
dim |
|
protected IAction |
reconfig |
|
protected Vector |
size |
Constructor | Description |
---|---|
ModifierBoxSize(Space space,
Box box,
int dim,
IAction reconfig) |
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 IAction reconfig
protected final Vector size
protected final int dim
protected final Box box
public Dimension getDimension()
Modifier
getDimension
in interface Modifier
public java.lang.String getLabel()
Modifier
public double getValue()
Modifier