Interface HasArcHeightProperty
- All Known Implementing Classes:
Rectangle
public interface HasArcHeightProperty
- Author:
- Bruno Salmon
-
Property Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault Double
Gets the value of thearcHeight
property.default void
setArcHeight
(Number arcHeight) Sets the value of thearcHeight
property.
-
Property Details
-
arcHeight
DoubleProperty arcHeightProperty
-
-
Method Details
-
arcHeightProperty
DoubleProperty arcHeightProperty()- Returns:
- the
arcHeight
property - See Also:
-
setArcHeight
Sets the value of thearcHeight
property.- Property description:
- Parameters:
arcHeight
- the value for thearcHeight
property- See Also:
-
getArcHeight
Gets the value of thearcHeight
property.- Property description:
- Returns:
- the value of the
arcHeight
property - See Also:
-