Interface HasValueProperty
- All Known Implementing Classes:
Slider
public interface HasValueProperty
- Author:
- Bruno Salmon
-
Property Details
-
value
DoubleProperty valueProperty- See Also:
-
-
Method Details
-
valueProperty
DoubleProperty valueProperty()- Returns:
- the
value
property - See Also:
-
setValue
Sets the value of thevalue
property.- Property description:
- Parameters:
value
- the value for thevalue
property- See Also:
-
getValue
Gets the value of thevalue
property.- Property description:
- Returns:
- the value of the
value
property - See Also:
-