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