public class IntProperty extends Property<IntProperty>
Constructor and Description |
---|
IntProperty() |
Modifier and Type | Method and Description |
---|---|
int |
getProposedValue() |
int |
getValue() |
IntProperty |
setValue(int value) |
void |
updateValue() |
addListener, clone, detailLevel, getDisplayParameter, getParameter, notifyChangeListeners, preProcessDependencies, processDependencies, setParameter, setParameters, slide, slide, userChangedThisParameterProcessDependencies
public int getValue()
public IntProperty setValue(int value)
public int getProposedValue()
public void updateValue()
updateValue
in class Property<IntProperty>