com.yobotics.simulationconstructionset.util.globalParameters
Class IntGlobalParameter
java.lang.Object
com.yobotics.simulationconstructionset.util.globalParameters.GlobalParameter
com.yobotics.simulationconstructionset.util.globalParameters.IntGlobalParameter
public class IntGlobalParameter
- extends GlobalParameter
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntGlobalParameter
public IntGlobalParameter(java.lang.String name,
java.lang.String description,
int value,
GlobalParameterChangedListener listener)
getValue
public int getValue()
set
public void set(int value)
set
public void set(int value,
java.lang.String comment)
setOnlyIfChange
public void setOnlyIfChange(int value)
setOnlyIfChange
public void setOnlyIfChange(int value,
java.lang.String comment)
getValueInStringFormat
public java.lang.String getValueInStringFormat()
- Specified by:
getValueInStringFormat
in class GlobalParameter