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