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