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