public class VirtualPointLocatorRT extends PointLocatorRT
| Modifier and Type | Field and Description |
|---|---|
private ChangeTypeRT |
changeType |
private MangoValue |
currentValue |
private boolean |
settable |
| Constructor and Description |
|---|
VirtualPointLocatorRT(ChangeTypeRT changeType,
MangoValue startValue,
boolean settable) |
| Modifier and Type | Method and Description |
|---|---|
void |
change() |
ChangeTypeRT |
getChangeType() |
MangoValue |
getCurrentValue() |
boolean |
isSettable() |
void |
setCurrentValue(MangoValue currentValue) |
isRelinquishableprivate final ChangeTypeRT changeType
private MangoValue currentValue
private final boolean settable
public VirtualPointLocatorRT(ChangeTypeRT changeType, MangoValue startValue, boolean settable)
public ChangeTypeRT getChangeType()
public MangoValue getCurrentValue()
public void setCurrentValue(MangoValue currentValue)
public void change()
public boolean isSettable()
isSettable in class PointLocatorRT