Interface HasMaxProperty
- All Known Implementing Classes:
Slider
public interface HasMaxProperty
- Author:
- Bruno Salmon
-
Property Details
-
max
DoubleProperty maxProperty- See Also:
-
-
Method Details
-
maxProperty
DoubleProperty maxProperty()- Returns:
- the
maxproperty - See Also:
-
setMax
Sets the value of themaxproperty.- Property description:
- Parameters:
value- the value for themaxproperty- See Also:
-
getMax
Gets the value of themaxproperty.- Property description:
- Returns:
- the value of the
maxproperty - See Also:
-