Interface HasArcWidthProperty
- All Known Implementing Classes:
Rectangle
public interface HasArcWidthProperty
- Author:
- Bruno Salmon
-
Property Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault Double
Gets the value of thearcWidth
property.default void
setArcWidth
(Number arcWidth) Sets the value of thearcWidth
property.
-
Property Details
-
arcWidth
DoubleProperty arcWidthProperty
-
-
Method Details
-
arcWidthProperty
DoubleProperty arcWidthProperty()- Returns:
- the
arcWidth
property - See Also:
-
setArcWidth
Sets the value of thearcWidth
property.- Property description:
- Parameters:
arcWidth
- the value for thearcWidth
property- See Also:
-
getArcWidth
Gets the value of thearcWidth
property.- Property description:
- Returns:
- the value of the
arcWidth
property - See Also:
-