Interface HasMinProperty
- All Known Implementing Classes:
Slider
public interface HasMinProperty
- Author:
- Bruno Salmon
-
Property Details
-
min
DoubleProperty minProperty- See Also:
-
-
Method Details
-
minProperty
DoubleProperty minProperty()- Returns:
- the
min
property - See Also:
-
setMin
Sets the value of themin
property.- Property description:
- Parameters:
value
- the value for themin
property- See Also:
-
getMin
Gets the value of themin
property.- Property description:
- Returns:
- the value of the
min
property - See Also:
-