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
max
property - See Also:
-
setMax
Sets the value of themax
property.- Property description:
- Parameters:
value
- the value for themax
property- See Also:
-
getMax
Gets the value of themax
property.- Property description:
- Returns:
- the value of the
max
property - See Also:
-