Interface HasSpacingProperty
public interface HasSpacingProperty
- Author:
- Bruno Salmon
-
Property Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault Double
Gets the value of thespacing
property.default void
setSpacing
(Number value) Sets the value of thespacing
property.
-
Property Details
-
spacing
DoubleProperty spacingProperty- See Also:
-
-
Method Details
-
spacingProperty
DoubleProperty spacingProperty()- Returns:
- the
spacing
property - See Also:
-
setSpacing
Sets the value of thespacing
property.- Property description:
- Parameters:
value
- the value for thespacing
property- See Also:
-
getSpacing
Gets the value of thespacing
property.- Property description:
- Returns:
- the value of the
spacing
property - See Also:
-