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
minproperty - See Also:
-
setMin
Sets the value of theminproperty.- Property description:
- Parameters:
value- the value for theminproperty- See Also:
-
getMin
Gets the value of theminproperty.- Property description:
- Returns:
- the value of the
minproperty - See Also:
-