Interface HasStrokeWidthProperty
- All Known Implementing Classes:
Arc,Circle,LabeledText,Line,Path,Rectangle,Shape,SubtractShape,SVGPath,Text
public interface HasStrokeWidthProperty
- Author:
- Bruno Salmon
-
Property Summary
Properties -
Method Summary
Modifier and TypeMethodDescriptiondefault DoubleGets the value of thestrokeWidthproperty.default voidsetStrokeWidth(Number strokeWidth) Sets the value of thestrokeWidthproperty.
-
Property Details
-
strokeWidth
DoubleProperty strokeWidthProperty
-
-
Method Details
-
strokeWidthProperty
DoubleProperty strokeWidthProperty()- Returns:
- the
strokeWidthproperty - See Also:
-
setStrokeWidth
Sets the value of thestrokeWidthproperty.- Property description:
- Parameters:
strokeWidth- the value for thestrokeWidthproperty- See Also:
-
getStrokeWidth
Gets the value of thestrokeWidthproperty.- Property description:
- Returns:
- the value of the
strokeWidthproperty - See Also:
-