Interface HasRadiusProperty
- All Known Implementing Classes:
Circle
public interface HasRadiusProperty
- Author:
- Bruno Salmon
-
Property Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault Double
Gets the value of theradius
property.default void
Sets the value of theradius
property.
-
Property Details
-
radius
DoubleProperty radiusProperty- See Also:
-
-
Method Details
-
radiusProperty
DoubleProperty radiusProperty()- Returns:
- the
radius
property - See Also:
-
setRadius
Sets the value of theradius
property.- Property description:
- Parameters:
height
- the value for theradius
property- See Also:
-
getRadius
Gets the value of theradius
property.- Property description:
- Returns:
- the value of the
radius
property - See Also:
-