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