| Constructor and Description |
|---|
FloatProperty(String
|
| Modifier and Type | Method and Description |
|---|---|
float |
getMax()
|
float |
getMin()
|
void |
setValue(float f)
|
protected void |
validateValue(Float
Subclasses should override this method to throw an IllegalArgumentException if a value is inappropriate for this property.
|
addPropertyChangeListener, firePropertyChangeListeners, getName, getValue, isEnabled, isUserAdjustable, removePropertyChangeListener, setEnabled, setUserAdjustable, setValuepublic FloatProperty(Stringname, float minValue, float maxValue, float defaultValue)