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