Interface HasStrokeProperty
- All Known Implementing Classes:
Arc
,Circle
,LabeledText
,Line
,Path
,Rectangle
,Shape
,SubtractShape
,SVGPath
,Text
public interface HasStrokeProperty
- Author:
- Bruno Salmon
-
Property Summary
-
Method Summary
-
Property Details
-
stroke
- See Also:
-
-
Method Details
-
strokeProperty
- Returns:
- the
stroke
property - See Also:
-
setStroke
Sets the value of thestroke
property.- Property description:
- Parameters:
stroke
- the value for thestroke
property- See Also:
-
getStroke
Gets the value of thestroke
property.- Property description:
- Returns:
- the value of the
stroke
property - See Also:
-